HomeSort by relevance Sort by last modified time
    Searched defs:target_method_idx (Results 1 - 3 of 3) sorted by null

  /art/compiler/dex/
mir_analysis.cc 1190 // 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/dex/quick/
codegen_util.cc 464 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);
    [all...]
  /art/compiler/dex/quick/x86/
target_x86.cc 964 int target_method_idx = target_method.dex_method_index; local
966 const DexFile::MethodId& target_method_id = target_dex_file->GetMethodId(target_method_idx);
1001 int target_method_idx = target_method.dex_method_index; local
1058 uint32_t target_method_idx = p->operands[2]; local
1075 uint32_t target_method_idx = p->operands[2]; local
1087 uint32_t target_method_idx = p->operands[1]; local
    [all...]

Completed in 327 milliseconds