Home
last modified time | relevance | path

Searched defs:GetDexFile (Results 1 – 17 of 17) sorted by relevance

/art/openjdkjvmti/
Dfixed_up_dex_file.h55 const art::DexFile& GetDexFile() { in GetDexFile() function
Dti_redefine.h157 const art::DexFile& GetDexFile() { in GetDexFile() function
/art/tools/veridex/
Dresolver.h78 const DexFile& GetDexFile() const { in GetDexFile() function
/art/libdexfile/dex/
Dclass_accessor.h64 const DexFile& GetDexFile() const { in GetDexFile() function
354 const DexFile& GetDexFile() const { in GetDexFile() function
Ddex_file_verifier_test.cc61 DexFile* GetDexFile(const uint8_t* dex_bytes, size_t length) { in GetDexFile() function in art::DexFileVerifierTest
/art/compiler/driver/
Ddex_compilation_unit.h57 const DexFile* GetDexFile() const { in GetDexFile() function
/art/runtime/verifier/
Dmethod_verifier.h141 const DexFile& GetDexFile() const { in GetDexFile() function
/art/runtime/
Dhidden_api.h90 const DexFile* GetDexFile() const { return dex_file_; } in GetDexFile() function
Dart_method-inl.h158 inline const DexFile* ArtMethod::GetDexFile() { in GetDexFile() function
Dart_field-inl.h351 inline const DexFile* ArtField::GetDexFile() REQUIRES_SHARED(Locks::mutator_lock_) { in GetDexFile() function
Doat_file_manager.cc250 const DexFile* GetDexFile() const { in GetDexFile() function in art::DexFileAndClassPair
/art/runtime/mirror/
Ddex_cache.h447 const DexFile* GetDexFile() ALWAYS_INLINE REQUIRES_SHARED(Locks::mutator_lock_) { in GetDexFile() function
Dclass-inl.h857 inline const DexFile& Class::GetDexFile() { in GetDexFile() function
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc455 const DexFile& DexToDexCompiler::CompilationState::GetDexFile() const { in GetDexFile() function in art::optimizer::DexToDexCompiler::CompilationState
/art/compiler/optimizing/
Dnodes.h570 const DexFile& GetDexFile() const { in GetDexFile() function
4246 const DexFile& GetDexFile() const { return dex_file_; } in GetDexFile() function
5609 const DexFile& GetDexFile() const { return dex_file_; } in GetDexFile() function
5797 const DexFile& GetDexFile() const { return dex_file_; } in GetDexFile() function
6393 const DexFile& GetDexFile() const { return dex_file_; } in GetDexFile() function
6561 const DexFile& GetDexFile() const { in GetDexFile() function
6697 const DexFile& GetDexFile() const { return dex_file_; } in GetDexFile() function
6741 const DexFile& GetDexFile() const { return dex_file_; } in GetDexFile() function
/art/runtime/dex/
Ddex_file_annotations.cc85 const DexFile& GetDexFile() const REQUIRES_SHARED(Locks::mutator_lock_) { in GetDexFile() function in art::__anone3a7f1a40111::ClassData
/art/dex2oat/driver/
Dcompiler_driver.cc1453 const DexFile* GetDexFile() const { in GetDexFile() function in art::ParallelCompilationManager