Searched refs:DirectGraphBuilder (Results 1 - 2 of 2) sorted by relevance

/external/v8/test/cctest/compiler/
H A Dgraph-builder-tester.h23 class DirectGraphBuilder : public GraphBuilder { class in namespace:v8::internal::compiler
25 explicit DirectGraphBuilder(Graph* graph) : GraphBuilder(graph) {} function in class:v8::internal::compiler::DirectGraphBuilder
26 virtual ~DirectGraphBuilder() {}
H A Dtest-js-context-specialization.cc19 public DirectGraphBuilder {
22 : DirectGraphBuilder(new (main_zone()) Graph(main_zone())),

Completed in 99 milliseconds