OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:proto_indexes
(Results
1 - 2
of
2
) sorted by null
/art/compiler/dex/quick/
dex_file_method_inliner.h
188
*
proto_indexes
array.
282
uint32_t
proto_indexes
[kProtoCacheLast - kProtoCacheFirst];
member in struct:art::DexFileMethodInliner::IndexCache
dex_file_method_inliner.cc
616
uint32_t* proto_index = &cache->
proto_indexes
[index];
679
std::fill_n(
proto_indexes
, arraysize(
proto_indexes
), kIndexUnresolved);
[
all
...]
Completed in 25 milliseconds