Home
last modified time | relevance | path

Searched refs:GetDexFile (Results 76 – 100 of 126) sorted by relevance

123456

/art/compiler/
Dcommon_compiler_test.cc196 const DexFile& dex_file = *method->GetDexFile(); in CompileMethod()
/art/runtime/
Dart_field.h223 const DexFile* GetDexFile() REQUIRES_SHARED(Locks::mutator_lock_);
Dclass_table.cc234 const DexFile* dex_file = ObjPtr<mirror::DexCache>::DownCast(obj)->GetDexFile(); in InsertStrongRoot()
Dtransaction.cc264 DCHECK_LT(string_idx.index_, dex_cache->GetDexFile()->NumStringIds()); in RecordResolveString()
631 DCHECK_LT(string_idx_.index_, dex_cache->GetDexFile()->NumStringIds()); in ResolveStringLog()
Dquick_exception_handler.cc183 const DexFile* dex_file = GetHandlerMethod()->GetDexFile(); in FindCatch()
Dart_method.h632 const DexFile* GetDexFile() REQUIRES_SHARED(Locks::mutator_lock_);
/art/runtime/verifier/
Dclass_verifier.cc161 const DexFile& dex_file = klass->GetDexFile(); in CommonVerifyClass()
Dverifier_deps.cc113 if (dex_cache->GetDexFile() == &dex_file) { in GetClassDescriptorStringId()
136 const DexFile& klass_dex = klass->GetDexFile(); in TryGetClassDescriptorStringId()
283 const DexFile* dex_file = dex_cache->GetDexFile(); in IsInClassPath()
Dreg_type.cc904 VerifierDeps::MaybeRecordAssignability(verifier->GetDexFile(), in Merge()
909 VerifierDeps::MaybeRecordAssignability(verifier->GetDexFile(), in Merge()
/art/compiler/optimizing/
Doptimizing_compiler.cc157 cached_method_name_ = graph_->GetDexFile().PrettyMethod(graph_->GetMethodIdx()); in GetMethodName()
740 const DexFile& dex_file = *dex_compilation_unit.GetDexFile(); in TryCompile()
908 const DexFile& dex_file = *dex_compilation_unit.GetDexFile(); in TryCompileIntrinsic()
1227 const DexFile* dex_file = method->GetDexFile(); in JitCompile()
Dloop_optimization_test.cc66 parameter_ = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in BuildGraph()
Dstack_map_stream.cc202 DCHECK(IsSameDexFile(*outer_dex_file, *method->GetDexFile())); in BeginInlineInfoEntry()
Dnodes.cc2923 return caller == nullptr ? GetBlock()->GetGraph()->GetDexFile() : *caller->GetDexFile(); in GetDexFileForPcRelativeDexCache()
2968 return IsSameDexFile(GetDexFile(), other_load_class->GetDexFile()); in InstructionDataEquals()
2988 return IsSameDexFile(GetDexFile(), other_load_string->GetDexFile()); in InstructionDataEquals()
Dconstant_folding_test.cc750 graph_->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kInt32, true); in TEST_F()
Dreference_type_propagation.cc36 if (LIKELY(hint_dex_cache->GetDexFile() == &dex_file)) { in FindDexCacheWithHint()
577 instr->GetDexFile(), in VisitParameterValue()
Dscheduler.cc629 description << graph->GetDexFile().PrettyMethod(graph->GetMethodIdx()) in Schedule()
Dinduction_var_range_test.cc69 x_ = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in BuildGraph()
74 y_ = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in BuildGraph()
/art/profman/
Dprofile_assistant_test.cc328 return TypeReference(&klass->GetDexFile(), klass->GetDexTypeIndex()); in MakeTypeReference()
340 method->GetDexFile(), method->GetDexMethodIndex())); in AssertInlineCaches()
731 info.GetHotMethodInfo(MethodReference(method.GetDexFile(), method.GetDexMethodIndex())); in TEST_F()
1102 no_inline_cache->GetDexFile(), no_inline_cache->GetDexMethodIndex())); in TEST_F()
1180 const DexFile* dex_file = inline_monomorphic->GetDexFile(); in TEST_F()
/art/openjdkjvmti/
Dtransform.cc372 const art::DexFile& dex = hs_klass->GetDexFile(); in GetClassLocation()
Dti_redefine.cc802 if (current_dex_cache->GetDexFile()->NumClassDefs() != 1) { in AllocateOrGetOriginalDexFile()
955 const art::DexFile& old_dex_file = h_klass->GetDexFile(); in CheckMethods()
1019 const art::DexFile& old_dex_file = h_klass->GetDexFile(); in CheckFields()
1136 const art::DexFile& orig_dex_file = current_class->GetDexFile(); in CheckClass()
2007 std::string_view desc(accessor.GetDexFile().GetFieldTypeDescriptor( in GetNewClassSize()
2008 accessor.GetDexFile().GetFieldId(f.GetIndex()))); in GetNewClassSize()
2054 const art::DexFile* dex_file = cache->GetDexFile(); in AllocateNewClassObject()
2494 cl->AppendToBootClassPath(self_, &data.GetRedefinition().GetDexFile()); in Run()
2561 const art::DexFile& old_dex_file = mclass->GetDexFile(); in UpdateMethods()
3017 ext->SetPreRedefineDexFile(&mclass->GetDexFile()); in UpdateClassInPlace()
Dti_redefine.h157 const art::DexFile& GetDexFile() { in GetDexFile() function
Dti_method.cc218 const art::DexFile* const dex_file = art_method->GetDexFile(); in GetLocalVariableTable()
480 dex_file = art_method->GetDexFile(); in GetLineNumberTable()
741 const art::DexFile* dex_file = method->GetDexFile(); in GetSlotType()
/art/runtime/interpreter/
Dinterpreter_common.h983 << inst->DumpString(shadow_frame.GetMethod()->GetDexFile()) << "\n"; in TraceExecution()
1036 return IsStringInit(caller->GetDexFile(), callee_method_idx); in IsStringInit()
/art/runtime/mirror/
Ddex_cache.h447 const DexFile* GetDexFile() ALWAYS_INLINE REQUIRES_SHARED(Locks::mutator_lock_) { in GetDexFile() function
/art/compiler/dex/
Dinline_method_analyser.cc439 MethodReference(method->GetDexFile(), method->GetDexMethodIndex()), in AnalyseMethodCode()

123456