Home
last modified time | relevance | path

Searched refs:dex_method_idx_ (Results 1 – 5 of 5) sorted by relevance

/art/compiler/driver/
Ddex_compilation_unit.h65 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
Ddex_compilation_unit.cc40 dex_method_idx_(method_idx), in DexCompilationUnit()
48 symbol_ += MangleForJni(PrettyMethod(dex_method_idx_, *dex_file_)); in GetSymbol()
/art/runtime/verifier/
Dmethod_verifier-inl.h50 return MethodReference(dex_file_, dex_method_idx_); in GetMethodReference()
Dmethod_verifier.cc389 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 …]
Dmethod_verifier.h696 const uint32_t dex_method_idx_; // The method we're working on. variable