Searched refs:GetSourcePositionTable (Results 1 – 4 of 4) sorted by relevance
139 base::OwnedVector<byte> GetSourcePositionTable();
440 base::OwnedVector<byte> CodeGenerator::GetSourcePositionTable() { in GetSourcePositionTable() function in v8::internal::compiler::CodeGenerator
3073 result.source_positions = code_generator->GetSourcePositionTable(); in GenerateCodeForWasmNativeStub()3198 result->source_positions = code_generator->GetSourcePositionTable(); in GenerateCodeForWasmFunction()
533 base::OwnedVector<uint8_t> GetSourcePositionTable() { in GetSourcePositionTable() function in v8::internal::wasm::__anon3bd82aa60111::LiftoffCompiler6630 result.source_positions = compiler->GetSourcePositionTable(); in ExecuteLiftoffCompilation()