Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Ddex_file_method_inliner.h360 static const ProtoDef kProtoCacheDefs[]; variable
Ddex_file_method_inliner.cc329 const DexFileMethodInliner::ProtoDef DexFileMethodInliner::kProtoCacheDefs[] = { member in art::DexFileMethodInliner
677 static_assert(arraysize(kProtoCacheDefs) == kProtoCacheLast, in DexFileMethodInliner()
756 const ProtoDef& proto_def = kProtoCacheDefs[index]; in FindProtoIndex()