Searched defs:target_type_idx (Results 1 - 3 of 3) sorted by path

/art/compiler/
H A Dcompiled_method.h195 uint32_t target_type_idx) {
197 patch.type_idx_ = target_type_idx;
193 TypePatch(size_t literal_offset, const DexFile* target_dex_file, uint32_t target_type_idx) argument
/art/compiler/dex/quick/
H A Dcodegen_util.cc519 uint32_t target_type_idx = data_lir->operands[0]; local
522 class_dex_file, target_type_idx));
/art/compiler/dex/quick/x86/
H A Dtarget_x86.cc1085 uint32_t target_type_idx = p->operands[2]; local
1090 class_dex_file, target_type_idx));

Completed in 423 milliseconds