Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dfixed_up_dex_file.h55 const art::DexFile& GetDexFile() { in GetDexFile() function
Dti_redefine.h131 const art::DexFile& GetDexFile() { in GetDexFile() function
/art/tools/veridex/
Dresolver.h78 const DexFile& GetDexFile() const { in GetDexFile() function
/art/compiler/driver/
Ddex_compilation_unit.h56 const DexFile* GetDexFile() const { in GetDexFile() function
Dcompiler_driver.cc1537 const DexFile* GetDexFile() const { in GetDexFile() function in art::ParallelCompilationManager
/art/runtime/verifier/
Dmethod_verifier.h129 const DexFile& GetDexFile() const { in GetDexFile() function
/art/tools/hiddenapi/
Dhiddenapi.cc86 const DexFile& GetDexFile() const { return dex_file_; } in GetDexFile() function in art::DexClass
/art/runtime/
Dart_method-inl.h175 inline const DexFile* ArtMethod::GetDexFile() { in GetDexFile() function
Dart_field-inl.h336 inline const DexFile* ArtField::GetDexFile() REQUIRES_SHARED(Locks::mutator_lock_) { in GetDexFile() function
Doat_file_manager.cc241 const DexFile* GetDexFile() const { in GetDexFile() function in art::DexFileAndClassPair
/art/runtime/mirror/
Ddex_cache.h410 const DexFile* GetDexFile() ALWAYS_INLINE REQUIRES_SHARED(Locks::mutator_lock_) { in GetDexFile() function
Dclass-inl.h872 inline const DexFile& Class::GetDexFile() { in GetDexFile() function
/art/compiler/dex/
Ddex_to_dex_compiler.cc455 const DexFile& DexToDexCompiler::CompilationState::GetDexFile() const { in GetDexFile() function in art::optimizer::DexToDexCompiler::CompilationState
/art/compiler/optimizing/
Dnodes.h552 const DexFile& GetDexFile() const { in GetDexFile() function
4169 const DexFile& GetDexFile() const { return dex_file_; } in GetDexFile() function
5367 const DexFile& GetDexFile() const { return dex_file_; } in GetDexFile() function
5549 const DexFile& GetDexFile() const { return dex_file_; } in GetDexFile() function
6129 const DexFile& GetDexFile() const { return dex_file_; } in GetDexFile() function
6287 const DexFile& GetDexFile() const { in GetDexFile() function
/art/runtime/dex/
Ddex_file_annotations.cc67 const DexFile& GetDexFile() const REQUIRES_SHARED(Locks::mutator_lock_) { in GetDexFile() function in art::__anon7a5f28960111::ClassData
/art/libdexfile/dex/
Ddex_file_verifier_test.cc58 DexFile* GetDexFile(const uint8_t* dex_bytes, size_t length) { in GetDexFile() function in art::DexFileVerifierTest