Home
last modified time | relevance | path

Searched refs:IsArgumentsAdaptorFrame (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dframes-inl.h190 inline bool StandardFrame::IsArgumentsAdaptorFrame(Address fp) { in IsArgumentsAdaptorFrame() function
261 return IsArgumentsAdaptorFrame(caller_fp()); in has_adapted_arguments()
Dframes.h505 static inline bool IsArgumentsAdaptorFrame(Address fp);
Dframes.cc416 if (StandardFrame::IsArgumentsAdaptorFrame(state->fp)) { in ComputeType()