OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IndexCache
(Results
1 - 2
of
2
) sorted by null
/art/compiler/dex/quick/
dex_file_method_inliner.h
95
* type index in the
IndexCache
. These are the indexes into the
IndexCache
129
* index in the
IndexCache
. These are the indexes into the
IndexCache
187
* index in the
IndexCache
. These are the indexes into the
IndexCache
239
* The return_type and params are used with the
IndexCache
to look up
251
*
IndexCache
to look up appropriate parameters for DexFile::FindMethodId().
277
struct
IndexCache
{
278
IndexCache
();
[
all
...]
dex_file_method_inliner.cc
575
uint32_t DexFileMethodInliner::FindClassIndex(const DexFile* dex_file,
IndexCache
* cache,
598
uint32_t DexFileMethodInliner::FindNameIndex(const DexFile* dex_file,
IndexCache
* cache,
614
uint32_t DexFileMethodInliner::FindProtoIndex(const DexFile* dex_file,
IndexCache
* cache,
652
uint32_t DexFileMethodInliner::FindMethodIndex(const DexFile* dex_file,
IndexCache
* cache,
676
DexFileMethodInliner::
IndexCache
::
IndexCache
() {
685
IndexCache
cache;
[
all
...]
Completed in 317 milliseconds