Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-scopes.cc602 JavaScriptFrame* function_frame = JavaScriptFrame::cast(iterator.frame()); in RUNTIME_FUNCTION() local
603 DCHECK(function_frame->is_java_script()); in RUNTIME_FUNCTION()
604 int argc = function_frame->GetArgumentsLength(); in RUNTIME_FUNCTION()
605 Address fp = function_frame->fp(); in RUNTIME_FUNCTION()
606 if (function_frame->has_adapted_arguments()) { in RUNTIME_FUNCTION()