Searched defs:target_method_idx (Results 1 - 5 of 5) sorted by relevance

/art/compiler/dex/
H A Dmir_analysis.cc1190 // Map key: target_method_idx, invoke_type, devirt_target. Ordered to avoid padding.
1192 uint16_t target_method_idx; member in struct:art::MapEntry
1201 if (lhs.target_method_idx != rhs.target_method_idx) {
1202 return lhs.target_method_idx < rhs.target_method_idx;
1246 uint16_t target_method_idx; local
1249 target_method_idx = insn->VRegB_35c();
1252 target_method_idx = insn->VRegB_3rc();
1266 target_method_idx,
[all...]
/art/compiler/driver/
H A Dcompiler_driver.h329 uint32_t target_method_idx,
338 uint32_t target_method_idx,
348 uint32_t target_method_idx,
356 uint32_t target_method_idx,
495 uint32_t target_method_idx,
502 target_method_idx_(target_method_idx),
531 uint32_t target_method_idx,
537 referrer_method_idx, referrer_invoke_type, target_method_idx,
491 CallPatchInformation(const DexFile* dex_file, uint16_t referrer_class_def_idx, uint32_t referrer_method_idx, InvokeType referrer_invoke_type, uint32_t target_method_idx, const DexFile* target_dex_file, InvokeType target_invoke_type, size_t literal_offset) argument
527 RelativeCallPatchInformation(const DexFile* dex_file, uint16_t referrer_class_def_idx, uint32_t referrer_method_idx, InvokeType referrer_invoke_type, uint32_t target_method_idx, const DexFile* target_dex_file, InvokeType target_invoke_type, size_t literal_offset, int32_t pc_relative_offset) argument
H A Dcompiler_driver.cc1294 uint32_t target_method_idx,
1303 target_method_idx,
1312 uint32_t target_method_idx,
1322 target_method_idx,
1332 uint32_t target_method_idx,
1341 target_method_idx,
1290 AddCodePatch(const DexFile* dex_file, uint16_t referrer_class_def_idx, uint32_t referrer_method_idx, InvokeType referrer_invoke_type, uint32_t target_method_idx, const DexFile* target_dex_file, InvokeType target_invoke_type, size_t literal_offset) argument
1308 AddRelativeCodePatch(const DexFile* dex_file, uint16_t referrer_class_def_idx, uint32_t referrer_method_idx, InvokeType referrer_invoke_type, uint32_t target_method_idx, const DexFile* target_dex_file, InvokeType target_invoke_type, size_t literal_offset, int32_t pc_relative_offset) argument
1328 AddMethodPatch(const DexFile* dex_file, uint16_t referrer_class_def_idx, uint32_t referrer_method_idx, InvokeType referrer_invoke_type, uint32_t target_method_idx, const DexFile* target_dex_file, InvokeType target_invoke_type, size_t literal_offset) argument
/art/compiler/dex/quick/
H A Dcodegen_util.cc464 uint32_t target_method_idx = data_lir->operands[0]; local
471 target_method_idx,
475 const DexFile::MethodId& target_method_id = target_dex_file->GetMethodId(target_method_idx);
482 uint32_t target_method_idx = data_lir->operands[0]; local
489 target_method_idx,
493 const DexFile::MethodId& target_method_id = target_dex_file->GetMethodId(target_method_idx);
501 uint32_t target_method_idx = data_lir->operands[0]; local
505 target_method_idx,
507 const DexFile::TypeId& target_method_id = cu_->dex_file->GetTypeId(target_method_idx);
/art/compiler/dex/quick/x86/
H A Dtarget_x86.cc964 int target_method_idx = target_method.dex_method_index; local
966 const DexFile::MethodId& target_method_id = target_dex_file->GetMethodId(target_method_idx);
972 static_cast<int>(target_method_id_ptr), target_method_idx,
1001 int target_method_idx = target_method.dex_method_index; local
1003 const DexFile::MethodId& target_method_id = target_dex_file->GetMethodId(target_method_idx);
1008 target_method_idx, WrapPointer(const_cast<DexFile*>(target_dex_file)), type);
1058 uint32_t target_method_idx = p->operands[2]; local
1066 target_method_idx, target_dex_file,
1075 uint32_t target_method_idx = p->operands[2]; local
1080 cu_->method_idx, target_method_idx, patch_offse
1087 uint32_t target_method_idx = p->operands[1]; local
[all...]

Completed in 253 milliseconds