Searched refs:T_OBJECT (Results 76 - 100 of 213) sorted by relevance

123456789

/openjdk10/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRGenerator_sparc.cpp72 LIR_Opr LIRGenerator::syncTempOpr() { return new_register(T_OBJECT); }
329 bool obj_store = x->elt_type() == T_ARRAY || x->elt_type() == T_OBJECT;
772 src.load_item_force (rlock_callee_saved(T_OBJECT));
774 dst.load_item_force (rlock_callee_saved(T_OBJECT));
1140 __ allocate_array(reg, len, tmp1, tmp2, tmp3, tmp4, T_OBJECT, klass_reg, slow_path);
1354 bool is_obj = (type == T_ARRAY || type == T_OBJECT);
1360 if (type == T_ARRAY || type == T_OBJECT) {
1402 bool is_obj = (type == T_ARRAY || type == T_OBJECT);
H A DabstractInterpreter_sparc.cpp48 case T_OBJECT : i = 9; break;
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A Dc1_FrameMap_aarch64.cpp48 } else if (type == T_OBJECT || type == T_ARRAY) {
279 BasicType sig_bt = T_OBJECT;
/openjdk10/hotspot/src/cpu/arm/vm/
H A DinterpreterRT_arm.cpp70 // the return value must be unboxed. T_OBJECT and T_ARRAY need not
73 bool unbox = (ret_type == T_OBJECT) || (ret_type == T_ARRAY);
75 ret_type = T_OBJECT;
H A Dc1_FrameMap_arm.cpp91 } else if (type == T_OBJECT || type == T_ARRAY) {
/openjdk10/hotspot/src/cpu/ppc/vm/
H A Dc1_LIRGenerator_ppc.cpp133 if (c->type() == T_OBJECT) {
335 bool obj_store = x->elt_type() == T_ARRAY || x->elt_type() == T_OBJECT;
747 t1 = new_register(T_OBJECT);
748 t2 = new_register(T_OBJECT);
1045 __ allocate_array(reg, len, tmp1, tmp2, tmp3, tmp4, T_OBJECT, klass_reg, slow_path);
1271 bool is_obj = (type == T_ARRAY || type == T_OBJECT);
1282 if (type == T_ARRAY || type == T_OBJECT) {
1330 bool is_obj = (type == T_ARRAY || type == T_OBJECT);
/openjdk10/hotspot/src/cpu/s390/vm/
H A Dframe_s390.cpp186 case T_OBJECT:
206 case T_OBJECT:
H A Dc1_LIRGenerator_s390.cpp263 bool obj_store = x->elt_type() == T_ARRAY || x->elt_type() == T_OBJECT;
704 __ cas_obj(addr, cmp.result(), val.result(), new_register(T_OBJECT), new_register(T_OBJECT));
908 __ allocate_array(reg, len, tmp1, tmp2, tmp3, tmp4, T_OBJECT, klass_reg, slow_path);
1112 bool is_obj = (type == T_ARRAY || type == T_OBJECT);
1135 assert (x->is_add() && type != T_ARRAY && type != T_OBJECT, "not supported");
/openjdk10/hotspot/src/share/vm/runtime/
H A Dvframe_hp.cpp107 case T_OBJECT:
368 if ( locals()->at(i)->type() == T_OBJECT) {
H A DfieldDescriptor.cpp193 case T_OBJECT:
/openjdk10/hotspot/src/cpu/zero/vm/
H A DstubGenerator_zero.cpp115 case T_OBJECT:
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/soql/
H A DJSJavaFrame.java188 } else if (variableType == BasicType.T_OBJECT ||
/openjdk10/hotspot/src/share/vm/services/
H A DgcNotifier.cpp87 JavaValue result(T_OBJECT);
H A DmemoryManager.cpp105 JavaValue result(T_OBJECT);
H A DmemoryPool.cpp95 JavaValue result(T_OBJECT);
/openjdk10/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp575 T_OBJECT = 12, enumerator in enum:BasicType
611 case 'L': return T_OBJECT;
782 case T_OBJECT : return atos;
797 case atos : return T_OBJECT;
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DReferenceType.java42 super(Const.T_OBJECT, "<null object>");
/openjdk10/hotspot/src/share/vm/shark/
H A DsharkValue.hpp124 return create_generic(ciType::make(T_OBJECT), value, zero_checked);
/openjdk10/hotspot/src/share/vm/opto/
H A DmacroArrayCopy.cpp444 if (!(*ctrl)->is_top() && alloc != NULL && basic_elem_type != T_OBJECT) {
497 if (!(*ctrl)->is_top() && copy_type == T_OBJECT) {
1014 Node* src_start = array_element_address(src, src_offset, T_OBJECT);
1015 Node* dest_start = array_element_address(dest, dest_offset, T_OBJECT);
1133 adr_type, T_OBJECT,
1167 if (src_elem == T_ARRAY) src_elem = T_OBJECT;
1168 if (dest_elem == T_ARRAY) dest_elem = T_OBJECT;
H A DgraphKit.cpp608 Node *store = store_oop_to_object(control(), ex_node, adr, adr_typ, null(), val_type, T_OBJECT, MemNode::release);
1205 type = T_OBJECT; // simplify further tests
1206 case T_OBJECT : {
1267 if (tst != btst && type == T_OBJECT) {
1301 } else if (type == T_OBJECT) {
1365 if (type == T_OBJECT) {
1506 if (((bt == T_OBJECT) && C->do_escape_analysis()) || C->eliminate_boxing()) {
1641 assert(bt == T_OBJECT, "sanity");
1713 elembt = T_OBJECT; // To satisfy switch in LoadNode::make()
2244 if (targ->basic_type() == T_OBJECT || tar
4122 __ store(__ ctrl(), log_addr, pre_val, T_OBJECT, Compile::AliasIdxRaw, MemNode::unordered); local
[all...]
H A Dtype.cpp85 { Bad, T_OBJECT, "oop:", true, Op_RegP, relocInfo::oop_type }, // OopPtr
86 { Bad, T_OBJECT, "inst:", true, Op_RegP, relocInfo::oop_type }, // InstPtr
87 { Bad, T_OBJECT, "ary:", true, Op_RegP, relocInfo::oop_type }, // AryPtr
90 { Bad, T_OBJECT, "func", false, 0, relocInfo::none }, // Function
241 case T_OBJECT: {
249 con_type = Type::get_zero_type(T_OBJECT);
282 case T_ARRAY: conbt = T_OBJECT; break;
287 case T_NARROWOOP: loadbt = T_OBJECT; break;
288 case T_ARRAY: loadbt = T_OBJECT; break;
289 case T_ADDRESS: loadbt = T_OBJECT; brea
[all...]
/openjdk10/hotspot/src/share/vm/jvmci/
H A DjvmciCompilerToVM.cpp95 JavaValue result(T_OBJECT);
107 JavaValue result(T_OBJECT);
695 JavaValue method_result(T_OBJECT);
808 if (t == T_OBJECT) {
1220 } else if (jap.get_ret_type() == T_OBJECT || jap.get_ret_type() == T_ARRAY) {
1473 if (var->type() == T_OBJECT) {
1616 if (var->type() == T_OBJECT && scopeLocals->at(i2)->is_object()) {
1619 cvf->update_local(T_OBJECT, i2, val);
1633 if (var->type() == T_OBJECT) {
H A DjvmciCodeInstaller.cpp309 if (type == T_OBJECT) {
346 if (type == T_OBJECT) {
391 if (type == T_OBJECT) {
397 if (type == T_OBJECT) {
408 if (type == T_OBJECT) {
467 ScopeValue* owner_value = get_scope_value(stack_lock_owner, T_OBJECT, objects, second, CHECK_NULL);
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_LIR.cpp110 t = T_OBJECT;
119 case T_OBJECT:
165 case T_OBJECT:
219 ((code() == lir_shr || code() == lir_ushr) && (result_opr()->is_double_cpu() || in_opr1()->type() == T_OBJECT));
1132 assert(reg->type() == T_OBJECT, "bad reg");
1133 append(new LIR_Op1(lir_move, LIR_OprFact::oopConst(o), reg, T_OBJECT, lir_patch_normal, info));
1425 branch(lir_cond_equal, T_OBJECT, deopt);
1527 case T_OBJECT: out->print("obj:" INTPTR_FORMAT, p2i(as_jobject())); break;
/openjdk10/hotspot/src/share/vm/ci/
H A DciObjectFactory.cpp153 if (type2name(t) != NULL && t != T_OBJECT && t != T_ARRAY && t != T_NARROWOOP && t != T_NARROWKLASS) {
529 if (element_type == T_OBJECT) {

Completed in 326 milliseconds

123456789