Home
last modified time | relevance | path

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

/external/v8/src/
Dframes-inl.h189 inline ArgumentsAdaptorFrame::ArgumentsAdaptorFrame( in ArgumentsAdaptorFrame() function
Dframes.h107 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);
Dframes.cc333 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()
Ddeoptimizer.h230 static TranslatedFrame ArgumentsAdaptorFrame(SharedFunctionInfo* shared_info,
Ddeoptimizer.cc2633 TranslatedFrame TranslatedFrame::ArgumentsAdaptorFrame( in ArgumentsAdaptorFrame() function in v8::internal::TranslatedFrame
2735 return TranslatedFrame::ArgumentsAdaptorFrame(shared_info, height); in CreateNextTranslatedFrame()
/external/v8/src/debug/
Ddebug-frames.h40 return frame_->is_arguments_adaptor() ? ArgumentsAdaptorFrame::cast(frame_) in javascript_frame()
/external/v8/src/runtime/
Druntime-scopes.cc570 ArgumentsAdaptorFrame* adaptor_frame = in RUNTIME_FUNCTION()
571 ArgumentsAdaptorFrame::cast(iterator.frame()); in RUNTIME_FUNCTION()