Searched defs:target_method_idx (Results 1 - 8 of 8) sorted by relevance
/art/compiler/ |
H A D | compiled_method.h | 171 uint32_t target_method_idx) { 173 patch.method_idx_ = target_method_idx; 179 uint32_t target_method_idx) { 181 patch.method_idx_ = target_method_idx; 187 uint32_t target_method_idx) { 189 patch.method_idx_ = target_method_idx; 169 MethodPatch(size_t literal_offset, const DexFile* target_dex_file, uint32_t target_method_idx) argument 177 CodePatch(size_t literal_offset, const DexFile* target_dex_file, uint32_t target_method_idx) argument 185 RelativeCodePatch(size_t literal_offset, const DexFile* target_dex_file, uint32_t target_method_idx) argument
|
/art/compiler/dex/ |
H A D | mir_analysis.cc | 1309 // Map key: target_method_idx, invoke_type, devirt_target. Ordered to avoid padding. 1311 uint32_t target_method_idx; member in struct:art::MapEntry 1320 if (lhs.target_method_idx != rhs.target_method_idx) { 1321 return lhs.target_method_idx < rhs.target_method_idx; 1368 uint32_t target_method_idx = 0; local 1377 target_method_idx = mir->offset | kMethodIdxFlagQuickened; 1382 target_method_idx = mir->dalvikInsn.vB; 1392 target_method_idx, [all...] |
/art/compiler/dex/quick/arm/ |
H A D | call_arm.cc | 736 int target_method_idx = target_method.dex_method_index; local 743 target_method_idx, WrapPointer(target_dex_file), type);
|
H A D | target_arm.cc | 911 uint32_t target_method_idx = p->operands[1]; local 914 target_dex_file, target_method_idx));
|
/art/compiler/dex/quick/arm64/ |
H A D | call_arm64.cc | 568 int target_method_idx = target_method.dex_method_index; local 575 target_method_idx, WrapPointer(target_dex_file), type);
|
H A D | target_arm64.cc | 854 uint32_t target_method_idx = p->operands[1]; local 857 target_dex_file, target_method_idx));
|
/art/compiler/dex/quick/ |
H A D | codegen_util.cc | 500 uint32_t target_method_idx = data_lir->operands[0]; local 503 target_dex_file, target_method_idx)); 509 uint32_t target_method_idx = data_lir->operands[0]; local 512 target_dex_file, target_method_idx));
|
/art/compiler/dex/quick/x86/ |
H A D | target_x86.cc | 946 int target_method_idx = target_method.dex_method_index; local 948 const DexFile::MethodId& target_method_id = target_dex_file->GetMethodId(target_method_idx); 954 static_cast<int>(target_method_id_ptr), target_method_idx, 984 int target_method_idx = target_method.dex_method_index; local 991 target_method_idx, WrapPointer(const_cast<DexFile*>(target_dex_file)), type); 1071 uint32_t target_method_idx = p->operands[2]; local 1077 target_dex_file, target_method_idx)); 1096 uint32_t target_method_idx = p->operands[1]; local 1102 target_dex_file, target_method_idx));
|
Completed in 1099 milliseconds