Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Ddebug-objects-inl.h48 BytecodeArray DebugInfo::DebugBytecodeArray() { in DebugBytecodeArray() function
Ddebug-objects.h58 inline BytecodeArray DebugBytecodeArray();
/third_party/node/deps/v8/src/debug/
Ddebug-frames.cc119 ? shared_.GetDebugInfo().DebugBytecodeArray() in VisitThread()
Ddebug.cc245 debug_info->DebugBytecodeArray().SourcePositionTable()) { in BreakIterator()
323 Handle<BytecodeArray> bytecode_array(debug_info_->DebugBytecodeArray(), in SetDebugBreak()
333 BytecodeArray bytecode_array = debug_info_->DebugBytecodeArray(); in ClearDebugBreak()
340 AbstractCode::cast(debug_info_->DebugBytecodeArray()), isolate()); in GetBreakLocation()
2713 Handle<BytecodeArray> debug_bytecode(debug_info->DebugBytecodeArray(), in ApplySideEffectChecks()
2722 Handle<BytecodeArray> debug_bytecode(debug_info->DebugBytecodeArray(), in ClearSideEffectChecks()
/third_party/node/deps/v8/src/snapshot/
Dcode-serializer.cc216 sfi.SetActiveBytecodeArray(debug_info->DebugBytecodeArray()); in SerializeObjectImpl()
/third_party/node/deps/v8/src/deoptimizer/
Ddeoptimizer.cc976 shared.HasBreakInfo() ? shared.GetDebugInfo().DebugBytecodeArray() in DoComputeUnoptimizedFrame()