Searched refs:ArgumentsAdaptorFrame (Results 1 – 7 of 7) sorted by relevance
189 inline ArgumentsAdaptorFrame::ArgumentsAdaptorFrame( in ArgumentsAdaptorFrame() function
107 V(ARGUMENTS_ADAPTOR, ArgumentsAdaptorFrame) \914 class ArgumentsAdaptorFrame: public JavaScriptFrame {921 static ArgumentsAdaptorFrame* cast(StackFrame* frame) { in cast()923 return static_cast<ArgumentsAdaptorFrame*>(frame); in cast()931 inline explicit ArgumentsAdaptorFrame(StackFrameIteratorBase* iterator);
333 Object* number_of_args = reinterpret_cast<ArgumentsAdaptorFrame*>(frame)-> in IsValidCaller()1733 int ArgumentsAdaptorFrame::GetNumberOfIncomingArguments() const { in GetNumberOfIncomingArguments()1737 Code* ArgumentsAdaptorFrame::unchecked_code() const { in unchecked_code()2073 void ArgumentsAdaptorFrame::Print(StringStream* accumulator, in Print()
230 static TranslatedFrame ArgumentsAdaptorFrame(SharedFunctionInfo* shared_info,
2633 TranslatedFrame TranslatedFrame::ArgumentsAdaptorFrame( in ArgumentsAdaptorFrame() function in v8::internal::TranslatedFrame2735 return TranslatedFrame::ArgumentsAdaptorFrame(shared_info, height); in CreateNextTranslatedFrame()
40 return frame_->is_arguments_adaptor() ? ArgumentsAdaptorFrame::cast(frame_) in javascript_frame()
570 ArgumentsAdaptorFrame* adaptor_frame = in RUNTIME_FUNCTION()571 ArgumentsAdaptorFrame::cast(iterator.frame()); in RUNTIME_FUNCTION()