HomeSort by relevance Sort by last modified time
    Searched refs:HGraphBuilder (Results 1 - 10 of 10) sorted by null

  /art/compiler/optimizing/
builder.h 35 class HGraphBuilder : public ValueObject {
37 HGraphBuilder(HGraph* graph,
69 HGraphBuilder(HGraph* graph,
121 DISALLOW_COPY_AND_ASSIGN(HGraphBuilder);
builder.cc 34 void HGraphBuilder::MaybeRecordStat(MethodCompilationStat compilation_stat) {
40 bool HGraphBuilder::SkipCompilation(size_t number_of_branches) {
73 GraphAnalysisResult HGraphBuilder::BuildGraph() {
optimizing_unit_test.h 94 HGraphBuilder builder(graph, *item, &handles, return_type);
graph_visualizer.cc 567 if ((IsPass(HGraphBuilder::kBuilderPassName)
587 (!is_after_pass_ && IsPass(HGraphBuilder::kBuilderPassName)))
optimizing_compiler.cc 738 PassScope scope(HGraphBuilder::kBuilderPassName, &pass_observer);
739 HGraphBuilder builder(graph,
    [all...]
inliner.cc     [all...]
nodes.h 49 class HGraphBuilder;
    [all...]
  /external/v8/src/crankshaft/
hydrogen.h 164 friend class HGraphBuilder;
1007 class HGraphBuilder {
1009 explicit HGraphBuilder(CompilationInfo* info)
1016 virtual ~HGraphBuilder() {}
    [all...]
hydrogen.cc 754 HGraphBuilder::IfBuilder::IfBuilder() : builder_(NULL), needs_compare_(true) {}
757 HGraphBuilder::IfBuilder::IfBuilder(HGraphBuilder* builder)
763 HGraphBuilder::IfBuilder::IfBuilder(HGraphBuilder* builder,
771 void HGraphBuilder::IfBuilder::InitializeDontCreateBlocks(
772 HGraphBuilder* builder) {
789 void HGraphBuilder::IfBuilder::Initialize(HGraphBuilder* builder) {
797 HControlInstruction* HGraphBuilder::IfBuilder::AddCompare
    [all...]
  /external/v8/src/
code-stubs-hydrogen.cc 35 class CodeStubGraphBuilderBase : public HGraphBuilder {
38 : HGraphBuilder(info),
    [all...]

Completed in 241 milliseconds