Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgraph_checker.h41 seen_ids_(&allocator_, graph->GetCurrentInstructionId(), false, kArenaAllocGraphChecker), in HGraphDelegateVisitor()
Dssa_phi_elimination.cc143 graph_->GetCurrentInstructionId(), in Run()
Dcode_sinking.cc260 size_t number_of_instructions = graph_->GetCurrentInstructionId(); in SinkCodeToUncommonBranch()
Dinliner.cc2037 const int32_t caller_instruction_counter = graph_->GetCurrentInstructionId(); in TryBuildAndInlineHelper()
2089 DCHECK_EQ(caller_instruction_counter, graph_->GetCurrentInstructionId()) in TryBuildAndInlineHelper()
2093 const int32_t callee_instruction_counter = callee_graph->GetCurrentInstructionId(); in TryBuildAndInlineHelper()
2100 DCHECK_EQ(callee_instruction_counter, callee_graph->GetCurrentInstructionId()) in TryBuildAndInlineHelper()
Dgraph_checker.cc934 GetGraph()->GetCurrentInstructionId(), in VisitPhi()
Dnodes.h512 int32_t GetCurrentInstructionId() const { in GetCurrentInstructionId() function
Dcode_generator_arm64.cc6111 GetGraph()->GetCurrentInstructionId() > kJumpTableInstructionThreshold) { in VisitPackedSwitch()