Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Ddex_file_method_inliner.h235 kProtoCacheFirst = 0, enumerator
236 kProtoCacheI_I = kProtoCacheFirst,
355 uint32_t proto_indexes[kProtoCacheLast - kProtoCacheFirst];
Ddex_file_method_inliner.cc676 static_assert(kProtoCacheFirst == 0, "kProtoCacheFirst not 0"); in DexFileMethodInliner()