Home
last modified time | relevance | path

Searched defs:DexFileDeps (Results 1 – 2 of 2) sorted by relevance

/art/runtime/verifier/
Dverifier_deps.h212 struct DexFileDeps { struct
213 explicit DexFileDeps(size_t num_class_defs) in DexFileDeps() argument
238 // and internal (same VerifierDeps, different DexFileDeps). argument
241 bool Equals(const DexFileDeps& rhs) const; argument
/art/dex2oat/
Dverifier_deps_test.cc1261 ASSERT_TRUE(RunValidation([](VerifierDeps::DexFileDeps&) {}, buffer, &error_msg)) in TEST_F()