Searched defs:kProtoCacheDefs (Results 1 - 2 of 2) sorted by relevance

/art/compiler/dex/quick/
H A Ddex_file_method_inliner.h287 static const ProtoDef kProtoCacheDefs[]; member in class:art::DexFileMethodInliner
H A Ddex_file_method_inliner.cc208 const DexFileMethodInliner::ProtoDef DexFileMethodInliner::kProtoCacheDefs[] = { member in class:art::DexFileMethodInliner
401 COMPILE_ASSERT(arraysize(kProtoCacheDefs) == kProtoCacheLast, bad_arraysize_kProtoCacheNames);
621 const ProtoDef& proto_def = kProtoCacheDefs[index];

Completed in 346 milliseconds