Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Ddex_file_method_inliner.h217 enum ProtoCacheIndex : uint8_t { // unit8_t to save space, make larger if needed enum
303 ProtoCacheIndex proto;
345 ProtoCacheIndex index);
Ddex_file_method_inliner.cc743 ProtoCacheIndex index) { in FindProtoIndex()