Searched refs:IsArgumentsAdaptorFrame (Results 1 – 3 of 3) sorted by relevance
190 inline bool StandardFrame::IsArgumentsAdaptorFrame(Address fp) { in IsArgumentsAdaptorFrame() function261 return IsArgumentsAdaptorFrame(caller_fp()); in has_adapted_arguments()
505 static inline bool IsArgumentsAdaptorFrame(Address fp);
416 if (StandardFrame::IsArgumentsAdaptorFrame(state->fp)) { in ComputeType()