Searched refs:dex_method_idx_ (Results 1 – 5 of 5) sorted by relevance
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()129 const uint32_t dex_method_idx_; variable
40 dex_method_idx_(method_idx), in DexCompilationUnit()49 symbol_ += MangleForJni(dex_file_->PrettyMethod(dex_method_idx_)); in GetSymbol()
56 return MethodReference(dex_file_, dex_method_idx_); in GetMethodReference()
118 << dex_file_->PrettyMethod(dex_method_idx_); in FailOrAbort()568 dex_method_idx_(dex_method_idx), in MethodVerifier()650 const DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); in Verify()664 LOG(WARNING) << "Method " << dex_file_->PrettyMethod(dex_method_idx_) in Verify()881 std::string location(StringPrintf("%s: [0x%X] ", dex_file_->PrettyMethod(dex_method_idx_).c_str(), in Fail()889 return info_messages_ << "VFY: " << dex_file_->PrettyMethod(dex_method_idx_) in LogVerifyInfo()1568 prepend += dex_file_->PrettyMethod(dex_method_idx_); in VerifyCodeFlow()1686 dex_file_->GetMethodPrototype(dex_file_->GetMethodId(dex_method_idx_)); in SetTypesFromSignature()1852 LOG(FATAL) << "work_line diverged in " << dex_file_->PrettyMethod(dex_method_idx_) in CodeFlowVerifyMethod()1860 std::string prepend(dex_file_->PrettyMethod(dex_method_idx_)); in CodeFlowVerifyMethod()[all …]
720 const uint32_t dex_method_idx_; // The method we're working on. variable