Home
last modified time | relevance | path

Searched refs:source_position_table_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dwasm-compiler.h233 compiler::SourcePositionTable* source_position_table_ = nullptr; variable
Dwasm-compiler.cc309 source_position_table_(source_position_table) { in WasmGraphBuilder()
3089 if (source_position_table_) in SetSourcePosition()
3090 source_position_table_->SetSourcePosition(node, SourcePosition(position)); in SetSourcePosition()