Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinliner.cc63 if (caller_compilation_unit_.GetCodeItem()->insns_size_in_code_units_ > kMaximumCodeUnitSize) { in Run()
256 const DexFile& caller_dex_file = *caller_compilation_unit_.GetDexFile(); in TryInline()
259 ClassLinker* class_linker = caller_compilation_unit_.GetClassLinker(); in TryInline()
270 ? caller_compilation_unit_.GetDexCache().Get() in TryInline()
277 resolved_method = caller_compilation_unit_.GetDexCache().Get()->GetResolvedMethod( in TryInline()
371 const DexFile& caller_dex_file = *caller_compilation_unit_.GetDexFile(); in TryInlineMonomorphicCall()
373 ic.GetMonomorphicType(), caller_dex_file, caller_compilation_unit_.GetDexCache()); in TryInlineMonomorphicCall()
381 ClassLinker* class_linker = caller_compilation_unit_.GetClassLinker(); in TryInlineMonomorphicCall()
430 ClassLinker* class_linker = caller_compilation_unit_.GetClassLinker(); in AddTypeGuard()
434 const DexFile& caller_dex_file = *caller_compilation_unit_.GetDexFile(); in AddTypeGuard()
[all …]
Dinliner.h48 caller_compilation_unit_(caller_compilation_unit), in HInliner()
186 const DexCompilationUnit& caller_compilation_unit_; variable