Lines Matching refs:dex_file_
211 dex_file_(nullptr), in DexMethodVisitor()
216 DCHECK(dex_file_ == nullptr); in StartClass()
218 dex_file_ = dex_file; in StartClass()
227 dex_file_ = nullptr; in EndClass()
246 const DexFile* dex_file_; member in art::OatWriter::DexMethodVisitor
298 writer_->compiler_driver_->GetCompiledMethod(MethodReference(dex_file_, method_idx)); in VisitMethod()
307 ClassReference class_ref(dex_file_, class_def_index_); in EndClass()
443 std::string name = PrettyMethod(it.GetMemberIndex(), *dex_file_, true); in VisitMethod()
458 ClassReference class_ref(dex_file_, class_def_index_); in VisitMethod()
474 << PrettyMethod(it.GetMemberIndex(), *dex_file_); in VisitMethod()
552 InvokeType invoke_type = it.GetMethodInvokeType(dex_file_->GetClassDef(class_def_index_)); in VisitMethod()
556 Handle<mirror::DexCache> dex_cache(hs.NewHandle(linker->FindDexCache(*dex_file_))); in VisitMethod()
557 mirror::ArtMethod* method = linker->ResolveMethod(*dex_file_, it.GetMemberIndex(), dex_cache, in VisitMethod()
561 CHECK(method != NULL) << PrettyMethod(it.GetMemberIndex(), *dex_file_, true); in VisitMethod()
613 << PrettyMethod(it.GetMemberIndex(), *dex_file_); in VisitMethod()
645 << PrettyMethod(it.GetMemberIndex(), *dex_file_) << " to " << out_->GetLocation(); in ReportWriteFailure()
676 << PrettyMethod(it.GetMemberIndex(), *dex_file_) << " for " << DataAccess::Name(); in VisitMethod()
696 << PrettyMethod(it.GetMemberIndex(), *dex_file_) << " to " << out_->GetLocation(); in ReportWriteFailure()