Searched refs:dex_method_idx_ (Results 1 – 5 of 5) sorted by relevance
/art/compiler/driver/ |
D | dex_compilation_unit.h | 65 return dex_method_idx_; in GetDexMethodIndex() 73 const DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); in GetShorty() 78 const DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); in GetShorty() 123 const uint32_t dex_method_idx_; variable
|
D | dex_compilation_unit.cc | 40 dex_method_idx_(method_idx), in DexCompilationUnit() 48 symbol_ += MangleForJni(PrettyMethod(dex_method_idx_, *dex_file_)); in GetSymbol()
|
/art/runtime/verifier/ |
D | method_verifier-inl.h | 50 return MethodReference(dex_file_, dex_method_idx_); in GetMethodReference()
|
D | method_verifier.cc | 389 dex_method_idx_(dex_method_idx), in MethodVerifier() 634 …std::string location(StringPrintf("%s: [0x%X] ", PrettyMethod(dex_method_idx_, *dex_file_).c_str(), in Fail() 642 return info_messages_ << "VFY: " << PrettyMethod(dex_method_idx_, *dex_file_) in LogVerifyInfo() 1240 prepend += PrettyMethod(dex_method_idx_, *dex_file_); in VerifyCodeFlow() 1348 dex_file_->GetMethodPrototype(dex_file_->GetMethodId(dex_method_idx_)); in SetTypesFromSignature() 1512 LOG(FATAL) << "work_line diverged in " << PrettyMethod(dex_method_idx_, *dex_file_) in CodeFlowVerifyMethod() 1520 std::string prepend(PrettyMethod(dex_method_idx_, *dex_file_)); in CodeFlowVerifyMethod() 2818 dex_file_->GetMethodId(dex_method_idx_).class_idx_); in CodeFlowVerifyInstruction() 3505 << PrettyMethod(dex_method_idx_, *dex_file_) in VerifyInvocationArgs() 3512 << PrettyMethod(dex_method_idx_, *dex_file_) in VerifyInvocationArgs() [all …]
|
D | method_verifier.h | 696 const uint32_t dex_method_idx_; // The method we're working on. variable
|