Searched defs:dex (Results 1 – 6 of 6) sorted by relevance
43 void VerifyDexFile(const DexFile* dex) in VerifyDexFile()
109 const DexFile* dex = java_lang_dex_file_; in TEST_F() local
144 std::unique_ptr<const DexFile> dex(LoadExpectSingleDexFile(GetLibCoreDexFileName().c_str())); in TEST_F() local
34 const DexFile* dex(OpenTestDexFile("Nested")); in TEST_F() local
342 void AssertDexFile(const DexFile* dex, mirror::ClassLoader* class_loader) in AssertDexFile()
1074 Signature(const DexFile* dex, const DexFile::ProtoId& proto) : dex_file_(dex), proto_id_(&proto) { in Signature()