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

  /external/chromium_org/v8/src/
frames-inl.h 202 inline bool StandardFrame::IsArgumentsAdaptorFrame(Address fp) {
273 return IsArgumentsAdaptorFrame(caller_fp());
  /external/v8/src/
frames-inl.h 184 inline bool StandardFrame::IsArgumentsAdaptorFrame(Address fp) {
227 return IsArgumentsAdaptorFrame(caller_fp());

Completed in 114 milliseconds