Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgraph_checker.h34 graph->GetCurrentInstructionId(), in HGraphDelegateVisitor()
Dssa_phi_elimination.cc132 graph_->GetCurrentInstructionId(), in Run()
Dinliner.cc1075 const int32_t caller_instruction_counter = graph_->GetCurrentInstructionId(); in TryBuildAndInlineHelper()
1261 DCHECK_EQ(caller_instruction_counter, graph_->GetCurrentInstructionId()) in TryBuildAndInlineHelper()
1264 const int32_t callee_instruction_counter = callee_graph->GetCurrentInstructionId(); in TryBuildAndInlineHelper()
1268 DCHECK_EQ(callee_instruction_counter, callee_graph->GetCurrentInstructionId()) in TryBuildAndInlineHelper()
Dgraph_checker.cc822 visited.SetBit(GetGraph()->GetCurrentInstructionId()); in VisitPhi()
Dcode_generator_arm64.cc4759 GetGraph()->GetCurrentInstructionId() > kJumpTableInstructionThreshold) { in VisitPackedSwitch()
Dnodes.h389 int32_t GetCurrentInstructionId() const { in GetCurrentInstructionId() function