HomeSort by relevance Sort by last modified time
    Searched refs:ArgumentsAdaptorFrame (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/v8/src/
frames-inl.h 280 inline ArgumentsAdaptorFrame::ArgumentsAdaptorFrame(
frames.h 146 V(ARGUMENTS_ADAPTOR, ArgumentsAdaptorFrame)
694 class ArgumentsAdaptorFrame: public JavaScriptFrame {
701 static ArgumentsAdaptorFrame* cast(StackFrame* frame) {
703 return static_cast<ArgumentsAdaptorFrame*>(frame);
712 inline explicit ArgumentsAdaptorFrame(StackFrameIteratorBase* iterator);
frames.cc 299 // See ArgumentsAdaptorFrame::GetCallerStackPointer. It assumes that
302 Object* number_of_args = reinterpret_cast<ArgumentsAdaptorFrame*>(frame)->
    [all...]

Completed in 645 milliseconds