Home | History | Annotate | Download | only in src

Lines Matching defs:c_entry_fp

104       Isolate::c_entry_fp(top), &state);
206 type = ExitFrame::GetStateForFramePointer(Isolate::c_entry_fp(top), &state);
251 Address c_entry_fp = Isolate::c_entry_fp(top);
252 if (!IsValidExitFrame(c_entry_fp)) return false;
257 return c_entry_fp < handler;