Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dinstruction_builder.h339 ScopedArenaSafeMap<dex::TypeIndex, Handle<mirror::Class>> class_cache_; variable
/aosp12/art/libdexfile/external/
H A Ddex_file_ext.cc136 std::vector<std::pair<uint32_t, uint32_t>> class_cache_; member