OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:caller_dex_file
(Results
1 - 2
of
2
) sorted by null
/art/compiler/optimizing/
inliner.h
124
const DexFile&
caller_dex_file
,
141
InlineCacheType GetInlineCacheAOT(const DexFile&
caller_dex_file
,
inliner.cc
478
const DexFile&
caller_dex_file
= *caller_compilation_unit_.GetDexFile();
local
479
LOG_TRY() <<
caller_dex_file
.PrettyMethod(method_index);
537
return TryInlineFromInlineCache(
caller_dex_file
, invoke_instruction, resolved_method);
587
bool HInliner::TryInlineFromInlineCache(const DexFile&
caller_dex_file
,
601
? GetInlineCacheAOT(
caller_dex_file
, invoke_instruction, &hs, &inline_cache)
608
<<
caller_dex_file
.PrettyMethod(invoke_instruction->GetDexMethodIndex())
616
<<
caller_dex_file
.PrettyMethod(invoke_instruction->GetDexMethodIndex())
638
<<
caller_dex_file
.PrettyMethod(invoke_instruction->GetDexMethodIndex())
647
<<
caller_dex_file
.PrettyMethod(invoke_instruction->GetDexMethodIndex())
685
const DexFile&
caller_dex_file
,
938
const DexFile&
caller_dex_file
= *caller_compilation_unit_.GetDexFile();
local
1356
const DexFile&
caller_dex_file
= *caller_compilation_unit_.GetDexFile();
local
[
all
...]
Completed in 214 milliseconds