Lines Matching defs:position
20 #include "src/codegen/source-position-table.h"
701 int position,
813 void* jit_handler_data, int pc_offset, int position,
821 event.line_info.pos = position;
1208 // <start> is the starting position inside the script
1209 // <end> is the end position inside the script
1210 // <pos> is source position table encoded in the string,
1214 // <script-offset> is the position within the script
1235 // TODO(v8:11429): Clean-up baseline-replated code in source position
1265 SourcePosition pos = inlining_pos.position;
1488 void Logger::ProcessDeoptEvent(Handle<Code> code, SourcePosition position,
1497 if (position.IsKnown()) {
1498 position.Print(deopt_location, *code);
1499 inlining_id = position.InliningId();
1500 script_offset = position.ScriptOffset();
1514 ProcessDeoptEvent(code, info.position, Deoptimizer::MessageFor(kind),
1522 SourcePosition position(sfi->StartPosition(), -1);
1523 ProcessDeoptEvent(code, position, "dependency-change", reason);