/external/v8/src/compiler/ |
D | simplified-lowering.h | 19 explicit SimplifiedLowering(JSGraph* jsgraph) : jsgraph_(jsgraph) {} in SimplifiedLowering() 47 JSGraph* jsgraph() { return jsgraph_; } in jsgraph() function
|
D | simplified-operator-reducer.h | 24 explicit SimplifiedOperatorReducer(JSGraph* jsgraph) : jsgraph_(jsgraph) {} in SimplifiedOperatorReducer() 41 JSGraph* jsgraph() const { return jsgraph_; } in jsgraph() function
|
D | js-builtin-reducer.h | 20 explicit JSBuiltinReducer(JSGraph* jsgraph) in JSBuiltinReducer() 27 JSGraph* jsgraph() const { return jsgraph_; } in jsgraph() function
|
D | change-lowering.h | 22 ChangeLowering(JSGraph* jsgraph, Linkage* linkage) in ChangeLowering() 47 JSGraph* jsgraph() const { return jsgraph_; } in jsgraph() function
|
D | js-typed-lowering.h | 21 explicit JSTypedLowering(JSGraph* jsgraph) in JSTypedLowering() 27 JSGraph* jsgraph() { return jsgraph_; } in jsgraph() function
|
D | js-context-specialization.h | 21 JSContextSpecializer(CompilationInfo* info, JSGraph* jsgraph, Node* context) in JSContextSpecializer()
|
D | js-inlining.h | 19 JSInliner(CompilationInfo* info, JSGraph* jsgraph) in JSInliner()
|
D | machine-operator-reducer.h | 52 JSGraph* jsgraph() const { return jsgraph_; } in jsgraph() function
|
D | representation-change.h | 23 RepresentationChanger(JSGraph* jsgraph, SimplifiedOperatorBuilder* simplified, in RepresentationChanger() 351 JSGraph* jsgraph() { return jsgraph_; } in jsgraph() function
|
D | js-generic-lowering.h | 59 JSGraph* jsgraph() const { return jsgraph_; } in jsgraph() function
|
D | js-inlining.cc | 114 void Inlinee::UnifyReturn(JSGraph* jsgraph) { in UnifyReturn() 233 void Inlinee::InlineAtCall(JSGraph* jsgraph, Node* call) { in InlineAtCall() 414 JSGraph jsgraph(&graph, jsgraph_->common(), jsgraph_->javascript(), &typer, in TryInlineCall() local
|
D | pipeline.cc | 122 explicit AstGraphBuilderWithPositions(CompilationInfo* info, JSGraph* jsgraph, in AstGraphBuilderWithPositions() 186 JSGraph jsgraph(&graph, &common, &javascript, &typer, &machine); in GenerateCode() local
|
D | js-builtin-reducer-unittest.cc | 26 JSGraph jsgraph(graph(), common(), javascript(), &typer, &machine); in Reduce() local
|
D | machine-operator-reducer.cc | 17 MachineOperatorReducer::MachineOperatorReducer(JSGraph* jsgraph) in MachineOperatorReducer()
|
D | ast-graph-builder.h | 134 JSGraph* jsgraph() { return jsgraph_; } in jsgraph() function
|
D | js-generic-lowering.cc | 19 JSGenericLowering::JSGenericLowering(CompilationInfo* info, JSGraph* jsgraph) in JSGenericLowering()
|
D | machine-operator-reducer-unittest.cc | 24 JSGraph jsgraph(graph(), common(), &javascript, &typer, &machine_); in Reduce() local
|
D | change-lowering-unittest.cc | 79 JSGraph jsgraph(graph(), common(), &javascript, &typer, &machine); in Reduce() local
|
D | js-typed-lowering.cc | 136 JSGraph* jsgraph() { return lowering_->jsgraph(); } in jsgraph() function in v8::internal::compiler::JSBinopReduction
|
D | simplified-operator-reducer-unittest.cc | 27 JSGraph jsgraph(graph(), common(), &javascript, &typer, &machine); in Reduce() local
|
D | simplified-lowering.cc | 62 RepresentationSelector(JSGraph* jsgraph, Zone* zone, in RepresentationSelector()
|
/external/v8/test/cctest/compiler/ |
D | test-representation-change.cc | 44 JSGraph* jsgraph() { return &jsgraph_; } in jsgraph() function in v8::internal::compiler::RepresentationChangerTester
|
D | test-js-context-specialization.cc | 35 JSGraph* jsgraph() { return &jsgraph_; } in jsgraph() function in ContextSpecializationTester
|
D | test-changes-lowering.cc | 41 JSGraph jsgraph; member in ChangesLoweringTester
|
D | test-simplified-lowering.cc | 46 JSGraph jsgraph; member in SimplifiedLoweringTester 640 JSGraph jsgraph; member in TestingGraph
|