Home
last modified time | relevance | path

Searched refs:kEstimatedNofBreakPointsInFunction (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/objects/
Ddebug-objects.h179 static const int kEstimatedNofBreakPointsInFunction = 4; variable
Ddebug-objects.cc130 DebugInfo::kEstimatedNofBreakPointsInFunction); in SetBreakPoint()
/external/v8/src/debug/
Ddebug.cc1487 factory->NewFixedArray(DebugInfo::kEstimatedNofBreakPointsInFunction)); in CreateBreakInfo()