Searched refs:has_adapted_arguments (Results 1 – 8 of 8) sorted by relevance
22 has_adapted_arguments_ = js_frame && js_frame->has_adapted_arguments(); in FrameInspector()
224 inline bool JavaScriptFrame::has_adapted_arguments() const { in has_adapted_arguments() function
142 if (!frame()->has_adapted_arguments()) return; in AdvanceToArgumentsFrame()178 if (!is_javascript() || !javascript_frame()->has_adapted_arguments()) return; in AdvanceToArgumentsFrame()934 if (has_adapted_arguments()) { in IsConstructor()951 if (has_adapted_arguments()) { in GetArgumentsLength()
286 void Prepare(bool has_adapted_arguments, Address stack_frame_pointer);
1056 inline bool has_adapted_arguments() const;
2110 translated_state_.Prepare(it->frame()->has_adapted_arguments(), in MaterializeHeapObjects()3645 void TranslatedState::Prepare(bool has_adapted_arguments, in Prepare() argument3650 has_adapted_arguments_ = has_adapted_arguments; in Prepare()
606 if (function_frame->has_adapted_arguments()) { in RUNTIME_FUNCTION()
648 it.javascript_frame()->has_adapted_arguments()) { in RUNTIME_FUNCTION()