HomeSort by relevance Sort by last modified time
    Searched refs:target_method_idx (Results 1 - 5 of 5) 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/driver/
compiler_driver.h 338 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,
523 target_method_idx_(target_method_idx),
552 uint32_t target_method_idx,
558 referrer_method_idx, referrer_invoke_type, target_method_idx,
    [all...]
compiler_driver.cc     [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 965 int target_method_idx = target_method.dex_method_index; local
967 const DexFile::MethodId& target_method_id = target_dex_file->GetMethodId(target_method_idx);
1002 int target_method_idx = target_method.dex_method_index; local
1059 uint32_t target_method_idx = p->operands[2]; local
1076 uint32_t target_method_idx = p->operands[2]; local
1088 uint32_t target_method_idx = p->operands[1]; local
    [all...]

Completed in 417 milliseconds