Home
last modified time | relevance | path

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

/external/v8/src/objects/
Ddebug-objects-inl.h57 BytecodeArray* DebugInfo::DebugBytecodeArray() { in DebugBytecodeArray() function
Ddebug-objects.h71 inline BytecodeArray* DebugBytecodeArray();
/external/v8/src/debug/
Ddebug.cc202 debug_info->DebugBytecodeArray()->SourcePositionTable()) { in BreakIterator()
284 Handle<BytecodeArray> bytecode_array(debug_info_->DebugBytecodeArray(), in SetDebugBreak()
294 BytecodeArray* bytecode_array = debug_info_->DebugBytecodeArray(); in ClearDebugBreak()
301 AbstractCode::cast(debug_info_->DebugBytecodeArray()), isolate()); in GetBreakLocation()
1153 BytecodeArray* debug_copy = shared_->GetDebugInfo()->DebugBytecodeArray(); in VisitThread()
2114 Handle<BytecodeArray> debug_bytecode(debug_info->DebugBytecodeArray(), in ApplySideEffectChecks()
2122 Handle<BytecodeArray> debug_bytecode(debug_info->DebugBytecodeArray(), in ClearSideEffectChecks()
/external/v8/src/snapshot/
Dcode-serializer.cc205 debug_bytecode_array = debug_info->DebugBytecodeArray(); in SerializeObject()
/external/v8/src/
Ddeoptimizer.cc967 ? shared->GetDebugInfo()->DebugBytecodeArray() in DoComputeInterpretedFrame()