Home
last modified time | relevance | path

Searched refs:target_dex_file (Results 1 – 4 of 4) sorted by relevance

/art/compiler/driver/
Dcompiler_driver.h339 const DexFile* target_dex_file,
348 const DexFile* target_dex_file,
358 const DexFile* target_dex_file,
517 const DexFile* target_dex_file, in CallPatchInformation() argument
524 target_dex_file_(target_dex_file), in CallPatchInformation()
553 const DexFile* target_dex_file, in RelativeCallPatchInformation() argument
559 target_dex_file, target_invoke_type, literal_offset), in RelativeCallPatchInformation()
Dcompiler_driver.cc1370 const DexFile* target_dex_file, in AddCodePatch() argument
1379 target_dex_file, in AddCodePatch()
1388 const DexFile* target_dex_file, in AddRelativeCodePatch() argument
1398 target_dex_file, in AddRelativeCodePatch()
1408 const DexFile* target_dex_file, in AddMethodPatch() argument
1417 target_dex_file, in AddMethodPatch()
/art/compiler/dex/quick/
Dcodegen_util.cc465 const DexFile* target_dex_file = in InstallLiteralPools() local
472 target_dex_file, in InstallLiteralPools()
475 const DexFile::MethodId& target_method_id = target_dex_file->GetMethodId(target_method_idx); in InstallLiteralPools()
483 const DexFile* target_dex_file = in InstallLiteralPools() local
490 target_dex_file, in InstallLiteralPools()
493 const DexFile::MethodId& target_method_id = target_dex_file->GetMethodId(target_method_idx); in InstallLiteralPools()
/art/compiler/dex/quick/x86/
Dtarget_x86.cc966 const DexFile* target_dex_file = target_method.dex_file; in LoadMethodAddress() local
967 const DexFile::MethodId& target_method_id = target_dex_file->GetMethodId(target_method_idx); in LoadMethodAddress()
974 WrapPointer(const_cast<DexFile*>(target_dex_file)), type); in LoadMethodAddress()
1003 const DexFile* target_dex_file = target_method.dex_file; 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()
1060 const DexFile* target_dex_file = in InstallLiteralPools() local
1067 target_method_idx, target_dex_file, in InstallLiteralPools()
1089 const DexFile* target_dex_file = in InstallLiteralPools() local
1096 target_method_idx, target_dex_file, in InstallLiteralPools()