Home | History | Annotate | Download | only in src

Lines Matching refs:ExitFrame

167     type = ExitFrame::GetStateForFramePointer(
246 Address sp = ExitFrame::ComputeStackPointer(fp);
249 ExitFrame::FillState(fp, sp, &state);
335 // and calls ExitFrame::GetStateForFramePointer on it. We need to be
491 return ExitFrame::GetStateForFramePointer(fp, state);
500 Object*& ExitFrame::code_slot() const {
506 Code* ExitFrame::unchecked_code() const {
511 void ExitFrame::ComputeCallerState(State* state) const {
520 void ExitFrame::SetCallerFp(Address caller_fp) {
525 void ExitFrame::Iterate(ObjectVisitor* v) const {
533 Address ExitFrame::GetCallerStackPointer() const {
538 StackFrame::Type ExitFrame::GetStateForFramePointer(Address fp, State* state) {
547 void ExitFrame::FillState(Address fp, Address sp, State* state) {