Home
last modified time | relevance | path

Searched defs:dex (Results 1 – 11 of 11) sorted by relevance

/art/compiler/debug/
Delf_debug_line_writer.h107 const int32_t dex = stack_map.GetDexPc(encoding.stack_map_encoding); in WriteCompilationUnit() local
159 const DexFile* dex = mi->dex_file; in WriteCompilationUnit() local
Delf_debug_info_writer.h138 const DexFile* dex = mi->dex_file; in Write() local
/art/runtime/verifier/
Dmethod_verifier_test.cc49 void VerifyDexFile(const DexFile& dex) in VerifyDexFile()
/art/test/542-unresolved-access-check/src/
DMain.java56 Object dex = dexFileField.get(element); in loadClass() local
/art/test/497-inlining-and-class-loader/src/
DMain.java64 Object dex = dexFileField.get(element); in loadClass() local
/art/compiler/
Dimage_test.cc228 std::unique_ptr<const DexFile> dex(LoadExpectSingleDexFile(GetLibCoreDexFileNames()[0].c_str())); in TestWriteRead() local
/art/compiler/driver/
Dcompiler_driver_test.cc108 const DexFile& dex = *java_lang_dex_file_; in TEST_F() local
/art/runtime/
Ddex_file_test.cc35 std::unique_ptr<const DexFile> dex(OpenTestDexFile("Nested")); in TEST_F() local
Dclass_linker_test.cc417 void AssertDexFile(const DexFile& dex, mirror::ClassLoader* class_loader) in AssertDexFile()
Ddex_file.h1334 Signature(const DexFile* dex, const DexFile::ProtoId& proto) : dex_file_(dex), proto_id_(&proto) { in Signature()
/art/runtime/interpreter/
Dunstarted_runtime.cc885 ScopedLocalRef<jobject> dex(env, env->CallStaticObjectMethodA( in GetDexFromDexCache() local
900 mirror::Object* dex = GetDexFromDexCache(self, reinterpret_cast<mirror::DexCache*>(src)); in UnstartedDexCacheGetDexNative() local