Home
last modified time | relevance | path

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

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