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.h191 kProtoCacheFirst = 0, enumerator
192 kProtoCacheI_I = kProtoCacheFirst,
282 uint32_t proto_indexes[kProtoCacheLast - kProtoCacheFirst];
Ddex_file_method_inliner.cc400 COMPILE_ASSERT(kProtoCacheFirst == 0, kProtoCacheFirst_not_0); in DexFileMethodInliner()