Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dframes-inl.h260 inline bool JavaScriptFrame::has_adapted_arguments() const { in has_adapted_arguments() function
Dframes.cc158 if (!frame()->has_adapted_arguments()) return; in AdvanceToArgumentsFrame()
726 if (has_adapted_arguments()) { in IsConstructor()
736 if (has_adapted_arguments()) { in GetArgumentsLength()
Dframes.h584 inline bool has_adapted_arguments() const;
Ddeoptimizer.cc1936 jsframe_has_adapted_arguments_.Add(frame->has_adapted_arguments()); in MaterializeHeapObjects()
Druntime.cc11176 has_adapted_arguments_ = frame_->has_adapted_arguments(); in FrameInspector()
11431 if ((inlined_jsframe_index == 0) && it.frame()->has_adapted_arguments()) { in RUNTIME_FUNCTION()