Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinliner.h51 bool TryBuildAndInline(ArtMethod* resolved_method,
Dinliner.cc143 if (!TryBuildAndInline(resolved_method, invoke_instruction, method_index, can_use_dex_cache)) { in TryInline()
152 bool HInliner::TryBuildAndInline(ArtMethod* resolved_method, in TryBuildAndInline() function in art::HInliner