Searched refs:HGraphBuilder (Results 1 – 10 of 10) sorted by relevance
34 void HGraphBuilder::MaybeRecordStat(MethodCompilationStat compilation_stat) { in MaybeRecordStat()40 bool HGraphBuilder::SkipCompilation(size_t number_of_branches) { in SkipCompilation()73 GraphAnalysisResult HGraphBuilder::BuildGraph() { in BuildGraph()
37 class HGraphBuilder : public ValueObject {39 HGraphBuilder(HGraph* graph, in HGraphBuilder() function77 HGraphBuilder(HGraph* graph,131 DISALLOW_COPY_AND_ASSIGN(HGraphBuilder);
99 HGraphBuilder builder(graph, *item, &handles, return_type);
641 if ((IsPass(HGraphBuilder::kBuilderPassName) in PrintInstruction()662 (!is_after_pass_ && IsPass(HGraphBuilder::kBuilderPassName))) in PrintInstruction()
983 PassScope scope(HGraphBuilder::kBuilderPassName, &pass_observer); in TryCompile()984 HGraphBuilder builder(graph, in TryCompile()
1667 HGraphBuilder builder(callee_graph, in TryBuildAndInlineHelper()
55 class HGraphBuilder; variable
1 Regression test for HGraphBuilder which would compute wrong dominance information
1 Regression test for the HGraphBuilder which would split a throwing catch block
19 # causes `outer_back_edge` to not be dominated by `outer_header`. HGraphBuilder