Searched refs:T_OBJECT (Results 101 - 125 of 213) sorted by relevance

123456789

/openjdk10/hotspot/src/cpu/zero/vm/
H A DcppInterpreter_zero.cpp96 case T_OBJECT: // nothing to do fall through
496 case T_OBJECT:
H A Dframe_zero.cpp163 case T_OBJECT:
/openjdk10/hotspot/src/cpu/sparc/vm/
H A Dframe_sparc.cpp743 case T_OBJECT:
766 case T_OBJECT:
/openjdk10/hotspot/src/share/vm/oops/
H A DobjArrayKlass.cpp164 this->set_layout_helper(array_layout_helper(T_OBJECT));
176 if (length <= arrayOopDesc::max_array_length(T_OBJECT)) {
H A Dklass.cpp185 assert(etype >= T_BOOLEAN && etype <= T_OBJECT, "valid etype");
189 bool isobj = (etype == T_OBJECT);
/openjdk10/hotspot/src/share/vm/runtime/
H A Dvframe.cpp178 if (sv->type() == T_OBJECT) {
447 if (sv->type() == T_OBJECT) {
H A Dsignature.hpp173 void do_object(int begin, int end) { set(T_OBJECT_size , T_OBJECT ); }
H A Dframe.cpp800 if (type == T_OBJECT || type == T_ARRAY) oop_offset_do();
853 if (type == T_OBJECT || type == T_ARRAY) oop_at_offset_do(_offset);
1004 if (type == T_OBJECT || type == T_ARRAY) handle_oop_offset();
/openjdk10/hotspot/src/cpu/s390/vm/
H A Dc1_FrameMap_s390.cpp49 } else if (type == T_OBJECT || type == T_ARRAY) {
H A DsharedRuntime_s390.cpp575 case T_OBJECT: // Save pointer types as long.
604 case T_OBJECT: // Restore pointer types as long.
703 case T_OBJECT:
807 case T_OBJECT:
878 if (sig_bt[i] == T_OBJECT || sig_bt[i] == T_ARRAY) {
919 assert(sig_bt[member_arg_pos] == T_OBJECT, "dispatch argument must be an object");
935 assert(sig_bt[0] == T_OBJECT, "receiver argument must be an object");
1579 out_sig_bt[argc++] = T_OBJECT;
1916 case T_OBJECT:
2086 case T_OBJECT
[all...]
/openjdk10/hotspot/src/share/vm/shark/
H A DsharkNativeWrapper.cpp130 case T_OBJECT:
H A DsharkBlock.cpp237 do_aload(T_OBJECT);
298 do_astore(T_OBJECT);
744 do_return(T_OBJECT);
/openjdk10/hotspot/src/share/vm/services/
H A DdiagnosticCommand.cpp53 JavaValue result(T_OBJECT);
358 JavaValue result(T_OBJECT);
882 JavaValue result(T_OBJECT);
/openjdk10/hotspot/src/share/vm/opto/
H A DdoCall.cpp649 } else if (rt == T_OBJECT || rt == T_ARRAY) {
650 assert(ct == T_OBJECT || ct == T_ARRAY, "rt=%s, ct=%s", type2name(rt), type2name(ct));
697 if (ct == T_OBJECT || ct == T_ARRAY) {
H A DgraphKit.hpp95 Node* null() const { return zerocon(T_OBJECT); }
348 Node* null_check(Node* value, BasicType type = T_OBJECT) { argument
367 Node* null_assert(Node* value, BasicType type = T_OBJECT) { argument
H A Dparse2.cpp1486 if (constant.basic_type() == T_OBJECT &&
1497 assert(constant.basic_type() != T_OBJECT || constant.as_object()->is_instance(),
1715 case Bytecodes::_aaload: array_load(T_OBJECT); break;
1736 d = array_addressing(T_OBJECT, 1);
1744 Node* store = store_oop_to_array(control(), a, d, adr_type, c, elemtype, T_OBJECT,
1745 StoreNode::release_if_reference(T_OBJECT));
/openjdk10/hotspot/src/share/vm/jvmci/
H A DjvmciRuntime.cpp75 case 'A': return T_OBJECT;
626 JavaValue result(T_OBJECT);
645 JavaValue result(T_OBJECT);
/openjdk10/hotspot/src/cpu/ppc/vm/
H A DsharedRuntime_ppc.cpp611 case T_OBJECT:
751 case T_OBJECT:
1070 if (sig_bt[i] == T_OBJECT || sig_bt[i] == T_ADDRESS || sig_bt[i] == T_ARRAY) {
1388 case T_OBJECT:
1416 case T_OBJECT:
1619 if (sig_bt[i] == T_OBJECT ||
1672 assert(sig_bt[0] == T_OBJECT, "receiver argument must be an object");
1806 out_sig_bt[argc++] = T_OBJECT;
2100 case T_OBJECT:
2268 case T_OBJECT
[all...]
/openjdk10/hotspot/src/cpu/arm/vm/
H A Dc1_LIRGenerator_arm.cpp81 return new_register(T_OBJECT);
202 case T_OBJECT: return LIR_OprFact::intptrConst(c);
551 bool obj_store = x->elt_type() == T_ARRAY || x->elt_type() == T_OBJECT;
1344 __ allocate_array(reg, len, tmp1, tmp2, tmp3, tmp4, T_OBJECT, klass_reg, slow_path);
1695 if (type == T_ARRAY || type == T_OBJECT) {
1717 bool is_obj = (type == T_ARRAY || type == T_OBJECT);
1750 bool is_obj = (type == T_ARRAY || type == T_OBJECT);
/openjdk10/hotspot/src/cpu/x86/vm/
H A DstubGenerator_x86_32.cpp87 case T_OBJECT: inc_counter_np(SharedRuntime::_oop_array_copy_ctr); return;
914 if (t == T_OBJECT) {
1005 if (t == T_OBJECT) {
1094 if (t == T_OBJECT) {
1197 if (t == T_OBJECT) {
1756 jint objArray_lh = Klass::array_layout_helper(T_OBJECT);
1865 arrayOopDesc::base_offset_in_bytes(T_OBJECT))); // src_addr
1868 arrayOopDesc::base_offset_in_bytes(T_OBJECT))); // dst_addr
1945 arrayOopDesc::base_offset_in_bytes(T_OBJECT)));
1949 arrayOopDesc::base_offset_in_bytes(T_OBJECT)));
[all...]
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A DsharedRuntime_aarch64.cpp288 case T_OBJECT:
399 // 2 16 T_OBJECT
428 // Two VMREgs|OptoRegs can be T_OBJECT, T_ADDRESS, T_DOUBLE, T_LONG
450 // Two VMREgs|OptoRegs can be T_OBJECT, T_ADDRESS, T_DOUBLE, T_LONG
606 // We are using two optoregs. This can be either T_OBJECT,
626 // We are using two VMRegs. This can be either T_OBJECT,
702 case T_OBJECT:
846 case T_OBJECT:
1216 if (sig_bt[i] == T_OBJECT ||
1269 assert(sig_bt[0] == T_OBJECT, "receive
[all...]
/openjdk10/hotspot/src/share/vm/prims/
H A Djni.cpp409 JavaValue result(T_OBJECT);
1132 if (result->get_type() == T_OBJECT || result->get_type() == T_ARRAY) {
1195 if (result->get_type() == T_OBJECT || result->get_type() == T_ARRAY) {
1441 DEFINE_CALLMETHOD(jobject, Object, T_OBJECT
1494 DEFINE_CALLMETHODV(jobject, Object, T_OBJECT
1546 DEFINE_CALLMETHODA(jobject, Object, T_OBJECT
1644 DEFINE_CALLNONVIRTUALMETHOD(jobject, Object, T_OBJECT
1697 DEFINE_CALLNONVIRTUALMETHODV(jobject, Object, T_OBJECT
1750 DEFINE_CALLNONVIRTUALMETHODA(jobject, Object, T_OBJECT
1853 DEFINE_CALLSTATICMETHOD(jobject, Object, T_OBJECT
[all...]
H A DjniCheck.cpp274 !(fd.field_type() == T_ARRAY && ftype == T_OBJECT)) {
311 !(fd.field_type() == T_ARRAY && ftype == T_OBJECT)) {
1198 WRAPPER_GetField(jobject, Object, T_OBJECT)
1222 WRAPPER_SetField(jobject, Object, T_OBJECT)
1397 WRAPPER_GetStaticField(jobject, Object, T_OBJECT)
1422 WRAPPER_SetStaticField(jobject, Object, T_OBJECT)
/openjdk10/hotspot/src/share/vm/classfile/
H A Dverifier.hpp437 case T_OBJECT:
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp70 bool is_oop_pointer() const { return (type() == T_OBJECT); }
95 LIR_Const(jobject o) { _value.set_type(T_OBJECT); _value.set_jobject(o); }
121 jobject as_jobject() const { type_check(T_OBJECT); return _value.get_jobject(); }
318 case T_OBJECT:
468 case T_OBJECT:
483 case LIR_OprDesc::object_type: return T_OBJECT;
653 case T_OBJECT: // fall through
759 case T_OBJECT: // fall through
2097 void oop2reg (jobject o, LIR_Opr reg) { assert(reg->type() == T_OBJECT, "bad reg"); append(new LIR_Op1(lir_move, LIR_OprFact::oopConst(o), reg)); }

Completed in 220 milliseconds

123456789