Home
last modified time | relevance | path

Searched refs:bytecode_offset_or_source_position (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/objects/
Ddebug-objects.tq73 bytecode_offset_or_source_position: int32: 30 bit;
78 // |bytecode_offset_or_source_position| part of the
81 // is a Script, the |bytecode_offset_or_source_position|
Ddebug-objects-inl.h66 BIT_FIELD_ACCESSORS(StackFrameInfo, flags, bytecode_offset_or_source_position, in BIT_FIELD_ACCESSORS() argument
Ddebug-objects.h217 DECL_INT_ACCESSORS(bytecode_offset_or_source_position)
Ddebug-objects.cc402 return info->bytecode_offset_or_source_position(); in GetSourcePosition()
409 info->bytecode_offset_or_source_position()); in GetSourcePosition()
/third_party/node/deps/v8/src/heap/
Dfactory.h407 int bytecode_offset_or_source_position, Handle<String> function_name,
Dfactory.cc3448 Handle<HeapObject> shared_or_script, int bytecode_offset_or_source_position, in NewStackFrameInfo() argument
3450 DCHECK_GE(bytecode_offset_or_source_position, 0); in NewStackFrameInfo()
3457 bytecode_offset_or_source_position); in NewStackFrameInfo()