Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-scopes.cc564 JavaScriptFrame* function_frame = JavaScriptFrame::cast(iterator.frame()); in RUNTIME_FUNCTION() local
565 DCHECK(function_frame->is_java_script()); in RUNTIME_FUNCTION()
566 int argc = function_frame->ComputeParametersCount(); in RUNTIME_FUNCTION()
567 Address fp = function_frame->fp(); in RUNTIME_FUNCTION()
568 if (function_frame->has_adapted_arguments()) { in RUNTIME_FUNCTION()