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.h334 static const ProtoDef kProtoCacheDefs[]; variable
Ddex_file_method_inliner.cc230 const DexFileMethodInliner::ProtoDef DexFileMethodInliner::kProtoCacheDefs[] = { member in art::DexFileMethodInliner
493 static_assert(arraysize(kProtoCacheDefs) == kProtoCacheLast, in DexFileMethodInliner()
749 const ProtoDef& proto_def = kProtoCacheDefs[index]; in FindProtoIndex()