Searched defs:dex (Results 1 – 8 of 8) sorted by relevance
44 void VerifyDexFile(const DexFile& dex) in VerifyDexFile()
146 std::unique_ptr<const DexFile> dex(LoadExpectSingleDexFile(GetLibCoreDexFileName().c_str())); in TEST_F() local
345 const DexFile* dex = mi->dex_file_; in WriteDebugSections() local
110 const DexFile& dex = *java_lang_dex_file_; in TEST_F() local
35 std::unique_ptr<const DexFile> dex(OpenTestDexFile("Nested")); in TEST_F() local
341 void AssertDexFile(const DexFile& dex, mirror::ClassLoader* class_loader) in AssertDexFile()
1106 Signature(const DexFile* dex, const DexFile::ProtoId& proto) : dex_file_(dex), proto_id_(&proto) { in Signature()
512 ScopedLocalRef<jobject> dex(env, env->CallStaticObjectMethodA( in GetDexFromDexCache() local527 mirror::Object* dex = GetDexFromDexCache(self, reinterpret_cast<mirror::DexCache*>(src)); in UnstartedDexCacheGetDexNative() local