Home
last modified time | relevance | path

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

/external/v8/src/objects/
Ddebug-objects-inl.h50 BytecodeArray DebugInfo::DebugBytecodeArray() { in DebugBytecodeArray() function
Ddebug-objects.h54 inline BytecodeArray DebugBytecodeArray();
/external/v8/src/debug/
Ddebug-frames.cc107 ? shared_.GetDebugInfo().DebugBytecodeArray() in VisitThread()
Ddebug.cc205 debug_info->DebugBytecodeArray().SourcePositionTable()) { in BreakIterator()
287 Handle<BytecodeArray> bytecode_array(debug_info_->DebugBytecodeArray(), in SetDebugBreak()
297 BytecodeArray bytecode_array = debug_info_->DebugBytecodeArray(); in ClearDebugBreak()
304 AbstractCode::cast(debug_info_->DebugBytecodeArray()), isolate()); in GetBreakLocation()
2299 Handle<BytecodeArray> debug_bytecode(debug_info->DebugBytecodeArray(), in ApplySideEffectChecks()
2307 Handle<BytecodeArray> debug_bytecode(debug_info->DebugBytecodeArray(), in ClearSideEffectChecks()
/external/v8/src/snapshot/
Dcode-serializer.cc171 debug_bytecode_array = debug_info.DebugBytecodeArray(); in SerializeObjectImpl()
/external/v8/src/deoptimizer/
Ddeoptimizer.cc1109 ? shared.GetDebugInfo().DebugBytecodeArray() in DoComputeInterpretedFrame()