Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier_test.cc43 void VerifyDexFile(const DexFile* dex) in VerifyDexFile()
/art/compiler/driver/
Dcompiler_driver_test.cc109 const DexFile* dex = java_lang_dex_file_; in TEST_F() local
/art/compiler/
Dimage_test.cc144 std::unique_ptr<const DexFile> dex(LoadExpectSingleDexFile(GetLibCoreDexFileName().c_str())); in TEST_F() local
/art/runtime/
Ddex_file_test.cc34 const DexFile* dex(OpenTestDexFile("Nested")); in TEST_F() local
Dclass_linker_test.cc342 void AssertDexFile(const DexFile* dex, mirror::ClassLoader* class_loader) in AssertDexFile()
Ddex_file.h1074 Signature(const DexFile* dex, const DexFile::ProtoId& proto) : dex_file_(dex), proto_id_(&proto) { in Signature()