Home
last modified time | relevance | path

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

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