Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinliner.cc2027 const int32_t callee_instruction_counter = callee_graph->GetCurrentInstructionId(); in TryBuildAndInlineHelper() local
2028 graph_->SetCurrentInstructionId(callee_instruction_counter); in TryBuildAndInlineHelper()
2034 DCHECK_EQ(callee_instruction_counter, callee_graph->GetCurrentInstructionId()) in TryBuildAndInlineHelper()