Home
last modified time | relevance | path

Searched refs:target_method_idx (Results 1 – 5 of 5) sorted by relevance

/art/compiler/dex/
Dmir_analysis.cc1192 uint16_t target_method_idx; in DoCacheMethodLoweringInfo() member
1201 if (lhs.target_method_idx != rhs.target_method_idx) { in DoCacheMethodLoweringInfo()
1202 return lhs.target_method_idx < rhs.target_method_idx; in DoCacheMethodLoweringInfo()
1246 uint16_t target_method_idx; in DoCacheMethodLoweringInfo() local
1249 target_method_idx = insn->VRegB_35c(); in DoCacheMethodLoweringInfo()
1252 target_method_idx = insn->VRegB_3rc(); in DoCacheMethodLoweringInfo()
1266 target_method_idx, in DoCacheMethodLoweringInfo()
1288 MirMethodLoweringInfo method_info(entry->target_method_idx, in DoCacheMethodLoweringInfo()
/art/compiler/driver/
Dcompiler_driver.h338 uint32_t target_method_idx,
347 uint32_t target_method_idx,
357 uint32_t target_method_idx,
365 uint32_t target_method_idx,
516 uint32_t target_method_idx, in CallPatchInformation() argument
523 target_method_idx_(target_method_idx), in CallPatchInformation()
552 uint32_t target_method_idx, in RelativeCallPatchInformation() argument
558 referrer_method_idx, referrer_invoke_type, target_method_idx, in RelativeCallPatchInformation()
Dcompiler_driver.cc1369 uint32_t target_method_idx, in AddCodePatch() argument
1378 target_method_idx, in AddCodePatch()
1387 uint32_t target_method_idx, in AddRelativeCodePatch() argument
1397 target_method_idx, in AddRelativeCodePatch()
1407 uint32_t target_method_idx, in AddMethodPatch() argument
1416 target_method_idx, in AddMethodPatch()
/art/compiler/dex/quick/
Dcodegen_util.cc464 uint32_t target_method_idx = data_lir->operands[0]; in InstallLiteralPools() local
471 target_method_idx, in InstallLiteralPools()
475 const DexFile::MethodId& target_method_id = target_dex_file->GetMethodId(target_method_idx); in InstallLiteralPools()
482 uint32_t target_method_idx = data_lir->operands[0]; in InstallLiteralPools() local
489 target_method_idx, in InstallLiteralPools()
493 const DexFile::MethodId& target_method_id = target_dex_file->GetMethodId(target_method_idx); in InstallLiteralPools()
501 uint32_t target_method_idx = data_lir->operands[0]; in InstallLiteralPools() local
505 target_method_idx, in InstallLiteralPools()
507 const DexFile::TypeId& target_method_id = cu_->dex_file->GetTypeId(target_method_idx); in InstallLiteralPools()
/art/compiler/dex/quick/x86/
Dtarget_x86.cc965 int target_method_idx = target_method.dex_method_index; in LoadMethodAddress() local
967 const DexFile::MethodId& target_method_id = target_dex_file->GetMethodId(target_method_idx); in LoadMethodAddress()
973 static_cast<int>(target_method_id_ptr), target_method_idx, in LoadMethodAddress()
1002 int target_method_idx = target_method.dex_method_index; in CallWithLinkerFixup() local
1004 const DexFile::MethodId& target_method_id = target_dex_file->GetMethodId(target_method_idx); in CallWithLinkerFixup()
1009 target_method_idx, WrapPointer(const_cast<DexFile*>(target_dex_file)), type); in CallWithLinkerFixup()
1059 uint32_t target_method_idx = p->operands[2]; in InstallLiteralPools() local
1067 target_method_idx, target_dex_file, in InstallLiteralPools()
1076 uint32_t target_method_idx = p->operands[2]; in InstallLiteralPools() local
1081 cu_->method_idx, target_method_idx, patch_offset); in InstallLiteralPools()
[all …]