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.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.h160 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
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc455 const DexFile& DexToDexCompiler::CompilationState::GetDexFile() const { in GetDexFile() function in art::optimizer::DexToDexCompiler::CompilationState
/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/compiler/optimizing/
Dnodes.h625 const DexFile& GetDexFile() const { in GetDexFile() function
4300 const DexFile& GetDexFile() const { return dex_file_; } in GetDexFile() function
5693 const DexFile& GetDexFile() const { return dex_file_; } in GetDexFile() function
5881 const DexFile& GetDexFile() const { return dex_file_; } in GetDexFile() function
6477 const DexFile& GetDexFile() const { return dex_file_; } in GetDexFile() function
6645 const DexFile& GetDexFile() const { in GetDexFile() function
6781 const DexFile& GetDexFile() const { return dex_file_; } in GetDexFile() function
6825 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::__anon4bc6c7790111::ClassData
/art/dex2oat/driver/
Dcompiler_driver.cc1480 const DexFile* GetDexFile() const { in GetDexFile() function in art::ParallelCompilationManager