Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dpipeline.cc123 SourcePositionTable* source_positions) in AstGraphBuilderWithPositions() argument
124 : AstGraphBuilder(info, jsgraph), source_positions_(source_positions) {} in AstGraphBuilderWithPositions()
177 SourcePositionTable source_positions(&graph); in GenerateCode() local
178 source_positions.AddDecorator(); in GenerateCode()
192 &source_positions); in GenerateCode()
211 SourcePositionTable::Scope pos(&source_positions, in GenerateCode()
220 SourcePositionTable::Scope pos(&source_positions, in GenerateCode()
245 SourcePositionTable::Scope pos(&source_positions, in GenerateCode()
258 SourcePositionTable::Scope pos(&source_positions, in GenerateCode()
269 SourcePositionTable::Scope pos(&source_positions, in GenerateCode()
[all …]
Dsource-position.h50 Scope(SourcePositionTable* source_positions, SourcePosition position) in Scope() argument
51 : source_positions_(source_positions), in Scope()
52 prev_position_(source_positions->current_position_) { in Scope()
55 Scope(SourcePositionTable* source_positions, Node* node) in Scope() argument
56 : source_positions_(source_positions), in Scope()
57 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.h53 SourcePositionTable* source_positions);
Dinstruction-selector.h29 SourcePositionTable* source_positions,
Dinstruction-selector.cc17 SourcePositionTable* source_positions, in InstructionSelector() argument
21 source_positions_(source_positions), in InstructionSelector()
/external/v8/test/cctest/compiler/
Dinstruction-selector-tester.h65 SourcePositionTable source_positions(graph());
66 InstructionSelector selector(&sequence, &source_positions, features);
Dtest-codegen-deopt.cc70 SourcePositionTable source_positions(graph); in GenerateCodeFromSchedule() local
71 InstructionSelector selector(code, &source_positions); in GenerateCodeFromSchedule()