Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dverifier_deps.h161 struct DexFileDeps { struct
162 explicit DexFileDeps(size_t num_class_defs) in DexFileDeps() argument
178 bool Equals(const DexFileDeps& rhs) const; argument
/art/dex2oat/
Dverifier_deps_test.cc590 ASSERT_TRUE(RunValidation([](VerifierDeps::DexFileDeps&) {}, buffer, &error_msg)) in TEST_F()