Home
last modified time | relevance | path

Searched refs:GetSourcePositionTable (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
H A Dcode-generator.h139 base::OwnedVector<byte> GetSourcePositionTable();
H A Dcode-generator.cc440 base::OwnedVector<byte> CodeGenerator::GetSourcePositionTable() { in GetSourcePositionTable() function in v8::internal::compiler::CodeGenerator
/third_party/node/deps/v8/src/compiler/
H A Dpipeline.cc3073 result.source_positions = code_generator->GetSourcePositionTable(); in GenerateCodeForWasmNativeStub()
3198 result->source_positions = code_generator->GetSourcePositionTable(); in GenerateCodeForWasmFunction()
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc533 base::OwnedVector<uint8_t> GetSourcePositionTable() { in GetSourcePositionTable() function
6630 result.source_positions = compiler->GetSourcePositionTable();

Completed in 22 milliseconds