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

  /external/v8/src/
frames-inl.h 184 inline bool StandardFrame::IsArgumentsAdaptorFrame(Address fp) {
227 return IsArgumentsAdaptorFrame(caller_fp());
frames.h 435 static inline bool IsArgumentsAdaptorFrame(Address fp);
frames.cc 443 if (StandardFrame::IsArgumentsAdaptorFrame(state->fp)) {
    [all...]

Completed in 39 milliseconds