Home | History | Annotate | Download | only in src

Lines Matching refs:ExitFrame

103   StackFrame::Type type = ExitFrame::GetStateForFramePointer(
206 type = ExitFrame::GetStateForFramePointer(Isolate::c_entry_fp(top), &state);
293 // and calls ExitFrame::GetStateForFramePointer on it. We need to be
316 Address sp = ExitFrame::ComputeStackPointer(fp);
319 ExitFrame::FillState(fp, sp, &state);
485 return ExitFrame::GetStateForFramePointer(fp, state);
494 Object*& ExitFrame::code_slot() const {
500 Code* ExitFrame::unchecked_code() const {
505 void ExitFrame::ComputeCallerState(State* state) const {
518 void ExitFrame
523 void ExitFrame::Iterate(ObjectVisitor* v) const {
534 Address ExitFrame::GetCallerStackPointer() const {
539 StackFrame::Type ExitFrame::GetStateForFramePointer(Address fp, State* state) {
548 Address ExitFrame::ComputeStackPointer(Address fp) {
553 void ExitFrame::FillState(Address fp, Address sp, State* state) {