/art/compiler/driver/ |
dex_compilation_unit.cc | 33 dex_method_idx_(cu->method_idx), 51 dex_method_idx_(method_idx), 58 symbol_ += MangleForJni(PrettyMethod(dex_method_idx_, *dex_file_));
|
dex_compilation_unit.h | 62 return dex_method_idx_; 70 const DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); 75 const DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); 112 const uint32_t dex_method_idx_; member in class:art::DexCompilationUnit
|
/art/compiler/sea_ir/types/ |
type_inference.h | 85 const uint32_t dex_method_idx_; member in class:sea_ir::FunctionTypeInfo
|
type_inference.cc | 40 : dex_file_(graph->GetDexFile()), dex_method_idx_(graph->method_idx_), type_cache_(types), 42 const art::DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); 49 dex_method_idx_(inst->GetInstruction()->VRegB_35c()), type_cache_(types), 52 const art::DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); 58 const art::DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); 90 dex_file_->GetMethodPrototype(dex_file_->GetMethodId(dex_method_idx_));
|
/art/runtime/verifier/ |
method_verifier.h | 179 return info_messages_ << "VFY: " << PrettyMethod(dex_method_idx_, *dex_file_) 687 const uint32_t dex_method_idx_; // The method we're working on. member in class:art::verifier::MethodVerifier
|
method_verifier.cc | 293 dex_method_idx_(dex_method_idx), 465 std::string location(StringPrintf("%s: [0x%X]", PrettyMethod(dex_method_idx_, *dex_file_).c_str(), [all...] |