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

  /external/v8/src/
frames-inl.h 243 inline ArgumentsAdaptorFrame::ArgumentsAdaptorFrame(
frames.h 139 V(ARGUMENTS_ADAPTOR, ArgumentsAdaptorFrame)
577 class ArgumentsAdaptorFrame: public JavaScriptFrame {
584 static ArgumentsAdaptorFrame* cast(StackFrame* frame) {
586 return static_cast<ArgumentsAdaptorFrame*>(frame);
595 inline explicit ArgumentsAdaptorFrame(StackFrameIterator* iterator);
frames.cc 342 // See ArgumentsAdaptorFrame::GetCallerStackPointer. It assumes that
345 Object* number_of_args = reinterpret_cast<ArgumentsAdaptorFrame*>(frame)->
    [all...]

Completed in 51 milliseconds