Home | History | Annotate | Download | only in interpreter

Lines Matching refs:dex

556   // with the callsite. This information is stored in the dex cache so it's
579 // on whether the DEX instruction is invoke-polymorphic/range or
659 dex::StringIndex name_idx(static_cast<uint32_t>(it.GetJavaValue().i));
732 dex::StringIndex idx(static_cast<uint32_t>(jvalue.i));
743 dex::TypeIndex idx(static_cast<uint32_t>(jvalue.i));
973 CREATE_SHADOW_FRAME(num_regs, &shadow_frame, called_method, /* dex pc */ 0);
988 // As a special case for proxy methods, which are not dex-backed,
990 // interface method instead (which is dex backed since proxies are never interfaces).
1022 const dex::TypeIndex type_idx = params->GetTypeItem(shorty_pos).type_idx_;
1129 ObjPtr<mirror::Class> array_class = ResolveVerifyAndClinit(dex::TypeIndex(type_idx),