Home
last modified time | relevance | path

Searched refs:GetDebugBreakType (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/debug/
Ddebug.h198 DebugBreakType GetDebugBreakType();
Ddebug.cc210 enum DebugBreakType type = GetDebugBreakType(); in Next()
227 BreakLocation::BytecodeArrayIterator::GetDebugBreakType() { in GetDebugBreakType() function in v8::internal::BreakLocation::BytecodeArrayIterator
250 return BreakLocation(debug_info_, GetDebugBreakType(), code_offset(), in GetBreakLocation()