Searched refs:LoadClassType (Results 1 – 6 of 6) sorted by relevance
/art/compiler/dex/quick/x86/ |
D | codegen_x86.h | 359 void LoadClassType(const DexFile& dex_file, uint32_t type_idx,
|
D | target_x86.cc | 960 void X86Mir2Lir::LoadClassType(const DexFile& dex_file, uint32_t type_idx, in LoadClassType() function in art::X86Mir2Lir
|
/art/compiler/dex/quick/ |
D | gen_common.cc | 502 LoadClassType(*dex_file, type_idx, kArg0); in GenNewArray() 1124 LoadClassType(*dex_file, type_idx, kArg0); in GenNewInstance()
|
D | codegen_util.cc | 1307 void Mir2Lir::LoadClassType(const DexFile& dex_file, uint32_t type_idx, in LoadClassType() function in art::Mir2Lir
|
D | mir_to_lir.h | 1106 virtual void LoadClassType(const DexFile& dex_file, uint32_t type_idx,
|
D | gen_invoke.cc | 943 LoadClassType(*ref.first, type_idx, kArg1); in GenInlinedReferenceGetReferent()
|