Searched refs:bytecode_offset_or_source_position (Results 1 – 6 of 6) sorted by relevance
73 bytecode_offset_or_source_position: int32: 30 bit;78 // |bytecode_offset_or_source_position| part of the81 // is a Script, the |bytecode_offset_or_source_position|
66 BIT_FIELD_ACCESSORS(StackFrameInfo, flags, bytecode_offset_or_source_position, in BIT_FIELD_ACCESSORS() argument
217 DECL_INT_ACCESSORS(bytecode_offset_or_source_position)
402 return info->bytecode_offset_or_source_position(); in GetSourcePosition()409 info->bytecode_offset_or_source_position()); in GetSourcePosition()
407 int bytecode_offset_or_source_position, Handle<String> function_name,
3448 Handle<HeapObject> shared_or_script, int bytecode_offset_or_source_position, in NewStackFrameInfo() argument3450 DCHECK_GE(bytecode_offset_or_source_position, 0); in NewStackFrameInfo()3457 bytecode_offset_or_source_position); in NewStackFrameInfo()