Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug-frames.cc42 int FrameInspector::GetParametersCount() { in GetParametersCount() function in v8::internal::FrameInspector
112 Handle<Object> value(i < GetParametersCount() in MaterializeStackLocals()
Ddebug-frames.h23 int GetParametersCount();
/external/v8/src/runtime/
Druntime-debug.cc625 if (argument_count < frame_inspector.GetParametersCount()) { in RUNTIME_FUNCTION()
626 argument_count = frame_inspector.GetParametersCount(); in RUNTIME_FUNCTION()
686 if (i < frame_inspector.GetParametersCount()) { in RUNTIME_FUNCTION()