Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Ddex_file_method_inliner.h228 kProtoCacheLast enumerator
282 uint32_t proto_indexes[kProtoCacheLast - kProtoCacheFirst];
Ddex_file_method_inliner.cc401 COMPILE_ASSERT(arraysize(kProtoCacheDefs) == kProtoCacheLast, bad_arraysize_kProtoCacheNames); in DexFileMethodInliner()