Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_builder.h344 ScopedArenaSafeMap<dex::TypeIndex, Handle<mirror::Class>> class_cache_; variable
/art/libdexfile/external/
Ddex_file_ext.cc185 std::vector<std::pair<uint32_t, uint32_t>> class_cache_; member