Home
last modified time | relevance | path

Searched refs:source_positions (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/compiler/
Dsource-position.h46 Scope(SourcePositionTable* source_positions, SourcePosition position) in Scope() argument
47 : source_positions_(source_positions), in Scope()
48 prev_position_(source_positions->current_position_) { in Scope()
51 Scope(SourcePositionTable* source_positions, Node* node) in Scope() argument
52 : source_positions_(source_positions), in Scope()
53 prev_position_(source_positions->current_position_) { in Scope()
Dsource-position.cc15 explicit Decorator(SourcePositionTable* source_positions) in Decorator() argument
16 : source_positions_(source_positions) {} in Decorator()
Dpipeline.cc196 SourcePositionTable* source_positions() const { in source_positions() function in v8::internal::compiler::PipelineData
379 SourcePositionTable* source_positions) in AstGraphBuilderWithPositions() argument
382 source_positions_(source_positions), in AstGraphBuilderWithPositions()
440 new (buffer) SourcePositionWrapper(reducer, data->source_positions()); in AddReducer()
519 data->type_hint_analysis(), data->source_positions()); in Run()
678 data->source_positions()); in Run()
816 data->schedule(), data->source_positions(), in Run()
1014 << AsJSON(*graph, data->source_positions()) << "},\n"; in Run()
1110 data.source_positions()->AddDecorator(); in GenerateCode()
1202 data.source_positions()->RemoveDecorator(); in GenerateCode()
[all …]
Dsimplified-lowering.h29 SourcePositionTable* source_positions);
Dinstruction-selector.h55 SourcePositionTable* source_positions,
Dsimplified-lowering.cc337 SourcePositionTable* source_positions) in RepresentationSelector() argument
349 source_positions_(source_positions), in RepresentationSelector()
1498 SourcePositionTable* source_positions) in SimplifiedLowering() argument
1502 source_positions_(source_positions) {} in SimplifiedLowering()
Dinstruction-selector.cc24 SourcePositionTable* source_positions, in InstructionSelector() argument
29 source_positions_(source_positions), in InstructionSelector()
/external/v8/test/cctest/compiler/
Dtest-simplified-lowering.cc43 source_positions(jsgraph.graph()), in SimplifiedLoweringTester()
44 lowering(&jsgraph, this->zone(), &source_positions) {} in SimplifiedLoweringTester()
49 SourcePositionTable source_positions; member in v8::internal::compiler::SimplifiedLoweringTester