Home
last modified time | relevance | path

Searched refs:target_method_id (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/quick/
Dcodegen_util.cc475 const DexFile::MethodId& target_method_id = target_dex_file->GetMethodId(target_method_idx); in InstallLiteralPools() local
477 PushPointer(code_buffer_, &target_method_id, cu_->target64); in InstallLiteralPools()
493 const DexFile::MethodId& target_method_id = target_dex_file->GetMethodId(target_method_idx); in InstallLiteralPools() local
495 PushPointer(code_buffer_, &target_method_id, cu_->target64); in InstallLiteralPools()
507 const DexFile::TypeId& target_method_id = cu_->dex_file->GetTypeId(target_method_idx); in InstallLiteralPools() local
509 PushPointer(code_buffer_, &target_method_id, cu_->target64); in InstallLiteralPools()
/art/compiler/dex/quick/x86/
Dtarget_x86.cc967 const DexFile::MethodId& target_method_id = target_dex_file->GetMethodId(target_method_idx); in LoadMethodAddress() local
968 uintptr_t target_method_id_ptr = reinterpret_cast<uintptr_t>(&target_method_id); in LoadMethodAddress()
1004 const DexFile::MethodId& target_method_id = target_dex_file->GetMethodId(target_method_idx); in CallWithLinkerFixup() local
1005 uintptr_t target_method_id_ptr = reinterpret_cast<uintptr_t>(&target_method_id); in CallWithLinkerFixup()