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

/art/compiler/dex/quick/
H A Ddex_file_method_inliner.h215 * proto_indexes array.
329 uint32_t proto_indexes[kProtoCacheLast - kProtoCacheFirst]; member in struct:art::DexFileMethodInliner::IndexCache
H A Ddex_file_method_inliner.cc744 uint32_t* proto_index = &cache->proto_indexes[index];
807 std::fill_n(proto_indexes, arraysize(proto_indexes), kIndexUnresolved);

Completed in 104 milliseconds