Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dcode-generator.h96 OwnedVector<byte> GetSourcePositionTable();
Dcode-generator.cc371 OwnedVector<byte> CodeGenerator::GetSourcePositionTable() { in GetSourcePositionTable() function in v8::internal::compiler::CodeGenerator
Dpipeline.cc1086 code_generator->GetSourcePositionTable(), wasm::WasmCode::kTurbofan); in ExecuteJobImpl()
/external/v8/src/wasm/baseline/
Dliftoff-compiler.cc153 OwnedVector<uint8_t> GetSourcePositionTable() { in GetSourcePositionTable() function in v8::internal::wasm::__anon207ad58d0111::LiftoffCompiler
1884 OwnedVector<byte> source_positions = compiler->GetSourcePositionTable(); in ExecuteCompilation()