HomeSort by relevance Sort by last modified time
    Searched full:jsgraph (Results 26 - 34 of 34) sorted by null

12

  /external/v8/src/compiler/
ast-graph-builder.h 28 AstGraphBuilder(CompilationInfo* info, JSGraph* jsgraph);
117 JSGraph* jsgraph_;
134 JSGraph* jsgraph() { return jsgraph_; } function in class:v8::internal::compiler::AstGraphBuilder
machine-operator-reducer.cc 17 MachineOperatorReducer::MachineOperatorReducer(JSGraph* jsgraph)
18 : jsgraph_(jsgraph) {}
30 return jsgraph()->Float64Constant(value);
35 return jsgraph()->Int32Constant(value);
491 return jsgraph()->common();
496 return jsgraph()->machine();
500 Graph* MachineOperatorReducer::graph() const { return jsgraph()->graph(); }
change-lowering-unittest.cc 79 JSGraph jsgraph(graph(), common(), &javascript, &typer, &machine);
82 ChangeLowering reducer(&jsgraph, &linkage);
js-builtin-reducer.cc 115 return Replace(jsgraph()->Constant(-V8_INFINITY));
machine-operator-reducer-unittest.cc 24 JSGraph jsgraph(graph(), common(), &javascript, &typer, &machine_);
25 MachineOperatorReducer reducer(&jsgraph);
simplified-operator-reducer-unittest.cc 27 JSGraph jsgraph(graph(), common(), &javascript, &typer, &machine);
28 SimplifiedOperatorReducer reducer(&jsgraph);
  /external/v8/test/cctest/compiler/
test-changes-lowering.cc 35 jsgraph(this->graph(), this->common(), &javascript, &typer,
41 JSGraph jsgraph; member in class:ChangesLoweringTester
150 ChangeLowering lowering(&jsgraph, &linkage);
test-js-constant-cache.cc 35 public JSGraph {
39 JSGraph(&main_graph_, &main_common_, &main_javascript_, &main_typer_,
test-js-typed-lowering.cc 75 JSGraph jsgraph(&graph, &common, &javascript, &typer, &machine);
76 JSTypedLowering reducer(&jsgraph);
    [all...]

Completed in 168 milliseconds

12