Home
last modified time | relevance | path

Searched refs:proto_indexes (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/quick/
Ddex_file_method_inliner.h329 uint32_t proto_indexes[kProtoCacheLast - kProtoCacheFirst]; member
Ddex_file_method_inliner.cc744 uint32_t* proto_index = &cache->proto_indexes[index]; in FindProtoIndex()
807 std::fill_n(proto_indexes, arraysize(proto_indexes), kIndexUnresolved); in IndexCache()