HomeSort by relevance Sort by last modified time
    Searched refs:kProtoCacheDefs (Results 1 - 2 of 2) sorted by null

  /art/compiler/dex/quick/
dex_file_method_inliner.h 287 static const ProtoDef kProtoCacheDefs[];
dex_file_method_inliner.cc 208 const DexFileMethodInliner::ProtoDef DexFileMethodInliner::kProtoCacheDefs[] = {
401 COMPILE_ASSERT(arraysize(kProtoCacheDefs) == kProtoCacheLast, bad_arraysize_kProtoCacheNames);
621 const ProtoDef& proto_def = kProtoCacheDefs[index];
    [all...]

Completed in 1417 milliseconds