Home
last modified time | relevance | path

Searched defs:dex_file (Results 226 – 245 of 245) sorted by relevance

12345678910

/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2276 const DexFile* dex_file = caller_method->GetDexFile(); in artInvokeCommon() local
2409 const DexFile& dex_file = *caller_method->GetDexFile(); in artInvokeInterfaceTrampoline() local
2638 const DexFile* dex_file = caller_method->GetDexFile(); in artInvokeCustom() local
/art/runtime/interpreter/
Dinterpreter_common.h1013 static inline bool IsStringInit(const DexFile* dex_file, uint32_t method_idx) in IsStringInit()
/art/compiler/optimizing/
Dnodes.h992 TryCatchInformation(dex::TypeIndex catch_type_index, const DexFile& dex_file) in TryCatchInformation()
4283 const DexFile& dex_file, in HNewInstance()
5867 const DexFile& dex_file) in FieldInfo()
5903 const DexFile& dex_file, in HInstanceFieldGet()
5966 const DexFile& dex_file, in HInstanceFieldSet()
6387 const DexFile& dex_file, in HLoadClass()
6619 const DexFile& dex_file, in HLoadString()
6760 const DexFile& dex_file, in HLoadMethodHandle()
6804 const DexFile& dex_file, in HLoadMethodType()
6891 const DexFile& dex_file, in HStaticFieldGet()
[all …]
Dgraph_visualizer.cc401 const DexFile& dex_file = load_method_type->GetDexFile(); in VisitLoadMethodType() local
Dcode_generator_arm_vixl.cc9248 const DexFile& dex_file, dex::TypeIndex type_index) { in NewBootImageTypePatch()
9253 const DexFile& dex_file, dex::TypeIndex type_index) { in NewTypeBssEntryPatch()
9258 const DexFile& dex_file, dex::StringIndex string_index) { in NewBootImageStringPatch()
9263 const DexFile& dex_file, dex::StringIndex string_index) { in NewStringBssEntryPatch()
9268 const DexFile* dex_file, uint32_t offset_or_index, ArenaDeque<PcRelativePatchInfo>* patches) { in NewPcRelativePatch()
9305 const DexFile& dex_file, in DeduplicateJitStringLiteral()
9316 VIXLUInt32Literal* CodeGeneratorARMVIXL::DeduplicateJitClassLiteral(const DexFile& dex_file, in DeduplicateJitClassLiteral()
9372 const DexFile* dex_file = info.target_dex_file; in EmitPcRelativeLinkerPatches() local
Dinstruction_simplifier.cc2387 const DexFile& dex_file = load_string->GetDexFile(); in SimplifyStringIndexOf() local
Dcode_generator_x86_64.cc6135 Label* CodeGeneratorX86_64::NewJitRootClassPatch(const DexFile& dex_file, in NewJitRootClassPatch()
6316 Label* CodeGeneratorX86_64::NewJitRootStringPatch(const DexFile& dex_file, in NewJitRootStringPatch()
Dintrinsics_arm_vixl.cc1405 const DexFile& dex_file = load_string->GetDexFile(); in GetConstString() local
Dcode_generator_x86.cc6801 Label* CodeGeneratorX86::NewJitRootClassPatch(const DexFile& dex_file, in NewJitRootClassPatch()
7023 Label* CodeGeneratorX86::NewJitRootStringPatch(const DexFile& dex_file, in NewJitRootStringPatch()
Dintrinsics_arm64.cc1328 const DexFile& dex_file = load_string->GetDexFile(); in GetConstString() local
/art/runtime/
Dhidden_api_test.cc552 for (const auto& dex_file : dex_files) { in CheckAllDexFilesInDomain() local
Dtrace.cc813 const DexFile* dex_file = method->GetDexFile(); in RegisterMethod() local
Dthread.cc2003 const DexFile* dex_file = dex_cache->GetDexFile(); in StartMethod() local
/art/libdexfile/dex/
Ddex_file_verifier.cc194 DexFileVerifier(const DexFile* dex_file, in DexFileVerifier()
3682 bool Verify(const DexFile* dex_file, in Verify()
/art/runtime/mirror/
Dobject_test.cc402 const DexFile* dex_file = GetFirstDexFile(class_loader); in TEST_F() local
Dclass-inl.h881 const DexFile& dex_file = klass->GetDexFile(); in DescriptorEquals() local
/art/runtime/jit/
Djit_code_cache.cc1623 const DexFile* dex_file = method->GetDexFile(); in GetProfiledMethods() local
/art/profman/
Dprofile_assistant_test.cc1180 const DexFile* dex_file = inline_monomorphic->GetDexFile(); in TEST_F() local
/art/runtime/gc/space/
Dimage_space.cc3857 for (const DexFile* dex_file : boot_class_path_tail) { in GetBootClassPathChecksums() local
3981 for (const std::unique_ptr<const DexFile>& dex_file : dex_files) { in VerifyBootClassPathChecksums() local
/art/libprofile/profile/
Dprofile_compilation_info_test.cc236 for (const DexFile* dex_file : dex_files) { in SizeStressTest() local

12345678910