Searched refs:T_OBJECT (Results 126 - 150 of 213) sorted by relevance

123456789

/openjdk10/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp426 } else if (tag.basic_type() == T_OBJECT) {
562 set_modified(arr, OFFSET_ANY, type2size[T_OBJECT]*HeapWordSize);
864 if (field_type == T_OBJECT || field_type == T_ARRAY) {
878 if (field_type == T_OBJECT || field_type == T_ARRAY) {
/openjdk10/hotspot/src/share/vm/classfile/
H A DstackMapFrame.cpp102 case T_OBJECT:
/openjdk10/hotspot/src/cpu/ppc/vm/
H A Dc1_FrameMap_ppc.cpp55 } else if (type == T_OBJECT || type == T_ARRAY) {
H A Dc1_CodeStubs_ppc.cpp489 ce->mem2reg(addr(), pre_val(), T_OBJECT, patch_code(), info(), false /*wide*/, false /*unaligned*/); local
/openjdk10/hotspot/src/cpu/arm/vm/
H A DsharedRuntime_arm.cpp460 case T_OBJECT:
518 case T_OBJECT:
627 case T_OBJECT:
1033 if (sig_bt[i] == T_OBJECT || sig_bt[i] == T_ARRAY) {
1085 assert(sig_bt[0] == T_OBJECT, "receiver argument must be an object");
1157 out_sig_bt[argc++] = T_OBJECT;
1277 case T_OBJECT: {
1735 case T_OBJECT : // fall through
1748 if (ret_type == T_OBJECT || ret_type == T_ARRAY) {
H A Dframe_arm.cpp564 case T_OBJECT :
H A DtemplateInterpreterGenerator_arm.cpp367 case T_OBJECT :
384 return type == T_OBJECT ? (address)(-1) : NULL;
1245 __ mov_slow(Rtemp, AbstractInterpreter::result_handler(T_OBJECT));
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A Dc1_LIRGenerator_aarch64.cpp317 bool obj_store = x->elt_type() == T_ARRAY || x->elt_type() == T_OBJECT;
1151 __ allocate_array(reg, len, tmp1, tmp2, tmp3, tmp4, T_OBJECT, klass_reg, slow_path);
1373 bool is_obj = (type == T_ARRAY || type == T_OBJECT);
1405 bool is_obj = (type == T_ARRAY || type == T_OBJECT);
H A Dframe_aarch64.cpp585 case T_OBJECT :
/openjdk10/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_64.cpp484 case T_OBJECT:
614 // 2 16 T_OBJECT
641 // Two VMREgs|OptoRegs can be T_OBJECT, T_ADDRESS, T_DOUBLE, T_LONG
663 // Two VMREgs|OptoRegs can be T_OBJECT, T_ADDRESS, T_DOUBLE, T_LONG
860 // We are using two optoregs. This can be either T_OBJECT, T_ADDRESS, T_LONG, or T_DOUBLE
879 // We are using two VMRegs. This can be either T_OBJECT, T_ADDRESS, T_LONG, or T_DOUBLE
1025 case T_OBJECT:
1410 case T_OBJECT:
1727 if (sig_bt[i] == T_OBJECT ||
1780 assert(sig_bt[0] == T_OBJECT, "receive
[all...]
H A DsharedRuntime_x86_32.cpp462 case T_OBJECT:
625 // 2 4 T_OBJECT
666 // Two VMRegs can be T_OBJECT, T_ADDRESS, T_DOUBLE, T_LONG
856 // We are using two VMRegs. This can be either T_OBJECT, T_ADDRESS, T_LONG, or T_DOUBLE
878 // We are using two VMRegs. This can be either T_OBJECT, T_ADDRESS, T_LONG, or T_DOUBLE
999 case T_OBJECT:
1280 case T_OBJECT:
1416 if (sig_bt[i] == T_OBJECT ||
1469 assert(sig_bt[0] == T_OBJECT, "receiver argument must be an object");
1586 out_sig_bt[argc++] = T_OBJECT;
[all...]
H A Dframe_x86.cpp585 case T_OBJECT :
H A Dc1_LIRGenerator_x86.cpp141 return c->type() != T_OBJECT || c->as_jobject() == NULL;
269 bool obj_store = x->elt_type() == T_ARRAY || x->elt_type() == T_OBJECT;
1357 __ allocate_array(reg, len, tmp1, tmp2, tmp3, tmp4, T_OBJECT, klass_reg, slow_path);
1628 bool is_obj = (type == T_ARRAY || type == T_OBJECT);
1655 bool is_obj = (type == T_ARRAY || type == T_OBJECT);
/openjdk10/hotspot/src/cpu/sparc/vm/
H A DsharedRuntime_sparc.cpp319 case T_OBJECT:
566 if (sig_bt[i] == T_OBJECT || sig_bt[i] == T_ARRAY) {
1008 case T_OBJECT:
1642 if (sig_bt[i] == T_OBJECT ||
1699 assert(sig_bt[0] == T_OBJECT, "receiver argument must be an object");
1896 out_sig_bt[argc++] = T_OBJECT;
2134 case T_OBJECT:
2346 case T_OBJECT: // Really a handle
2523 if (ret_type == T_OBJECT || ret_type == T_ARRAY) {
H A Dc1_FrameMap_sparc.cpp54 } else if (type == T_OBJECT || type == T_ARRAY) {
/openjdk10/hotspot/src/share/vm/services/
H A DheapDumper.cpp1048 assert(type >= T_BOOLEAN && type <= T_OBJECT, "invalid array element type");
1053 if (type == T_OBJECT) {
1651 if (locals->at(slot)->type() == T_OBJECT) {
1664 if (exprs->at(index)->type() == T_OBJECT) {
/openjdk10/hotspot/src/share/vm/opto/
H A Dmovenode.cpp167 case T_OBJECT: return new CMovePNode( c, bol, left, right, t->is_oopptr() );
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/
H A DConst.java2961 public static final byte T_OBJECT = 14; field in class:Const
/openjdk10/hotspot/src/share/vm/shark/
H A DsharkTopLevelBlock.cpp391 case T_OBJECT:
874 case T_OBJECT:
879 // T_OBJECT is created. In this case we guess the type using
927 case T_OBJECT:
946 if (basic_type == T_OBJECT) // XXX or T_ARRAY?
/openjdk10/hotspot/src/share/vm/runtime/
H A DstubRoutines.cpp513 case T_OBJECT:
586 case T_OBJECT:
H A DsharedRuntime.cpp1768 assert(sig_bt[member_arg_pos] == T_OBJECT, "dispatch argument must be an object");
2286 case T_OBJECT:
2633 sig_bt[i++] = T_OBJECT;
2841 sig_bt[i++] = T_OBJECT;
2907 BasicType sig_bt = T_OBJECT;
2925 sig_bt[cnt++] = T_OBJECT; // Receiver is argument 0; not in signature
2941 sig_bt[cnt++] = T_OBJECT;
2958 sig_bt[cnt++] = T_OBJECT;
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp891 case T_OBJECT :
1003 if (type == T_OBJECT && is_profiling()) {
1602 case T_OBJECT:
2721 case Bytecodes::_aaload : load_indexed(T_OBJECT); break;
2754 case Bytecodes::_aastore : store_indexed(T_OBJECT); break;
3168 if (basic_type == T_ARRAY) basic_type = T_OBJECT;
3460 case vmIntrinsics::_getObject : append_unsafe_get_obj(callee, T_OBJECT, false); return;
3469 case vmIntrinsics::_putObject : append_unsafe_put_obj(callee, T_OBJECT, false); return;
3486 case vmIntrinsics::_getObjectVolatile : append_unsafe_get_obj(callee, T_OBJECT, true); return;
3495 case vmIntrinsics::_putObjectVolatile : append_unsafe_put_obj(callee, T_OBJECT, tru
[all...]
/openjdk10/hotspot/src/share/vm/prims/
H A DmethodHandles.cpp497 assert(bt == T_OBJECT || bt == T_ARRAY, "is_basic_type_signature was false");
516 } else if (bt == T_OBJECT || bt == T_ARRAY) {
623 if (bt == T_OBJECT) {
/openjdk10/hotspot/src/share/vm/oops/
H A DmethodData.cpp218 if (MethodData::profile_return_for_invoke(m, bci) && (inv.result_type() == T_OBJECT || inv.result_type() == T_ARRAY)) {
291 assert(inv.result_type() == T_OBJECT || inv.result_type() == T_ARRAY, "room for a ret type but doesn't return obj?");
312 assert(inv.result_type() == T_OBJECT || inv.result_type() == T_ARRAY, "room for a ret type but doesn't return obj?");
/openjdk10/hotspot/src/cpu/s390/vm/
H A Dc1_CodeStubs_s390.cpp472 ce->mem2reg(addr(), pre_val(), T_OBJECT, patch_code(), info(), false /*wide*/, false /*unaligned*/); local

Completed in 413 milliseconds

123456789