Searched refs:target_type (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/common/
H A Dcheck_code.c2258 fullinfo_type target_type = decrement_indirection(array_type); local
2263 if ((GET_ITEM_TYPE(target_type) != ITEM_Object)
2264 && (GET_INDIRECTION(target_type) == 0)) {
2339 fullinfo_type target_type = idata[new_inumber].operand2.fi; local
2340 context->swap_table[1] = target_type;
2342 if (target_type != init_type) {
2361 fullinfo_type target_type = this_idata->operand2.fi; local
2363 if (!isAssignableTo(context, object_type, target_type)){
2386 if ((target_type == context->object_info) &&
2414 fullinfo_type target_type local
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp1249 const TypeAryPtr* target_type = TypeAryPtr::make(TypePtr::BotPTR, target_array_type, target_array->klass(), true, Type::OffsetBot); local
1275 Node* targ = load_array_element(no_ctrl, target, tpj, target_type);

Completed in 89 milliseconds