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/
Dcode-generator.h139 base::OwnedVector<byte> GetSourcePositionTable();
Dcode-generator.cc440 base::OwnedVector<byte> CodeGenerator::GetSourcePositionTable() { in GetSourcePositionTable() function in v8::internal::compiler::CodeGenerator
/third_party/node/deps/v8/src/compiler/
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/
Dliftoff-compiler.cc533 base::OwnedVector<uint8_t> GetSourcePositionTable() { in GetSourcePositionTable() function in v8::internal::wasm::__anon3bd82aa60111::LiftoffCompiler
6630 result.source_positions = compiler->GetSourcePositionTable(); in ExecuteLiftoffCompilation()