Home | History | Annotate | Download | only in src

Lines Matching full:receiver

731   FrameSummary summary(receiver(),
793 frame->receiver()->ShortPrint(file);
809 PrintF("receiver: ");
859 // The translation commands are ordered and the receiver is always
861 // to construct a stack trace, the receiver is always in a stack slot.
867 // Get the correct receiver in the optimized frame.
868 Object* receiver = NULL;
870 receiver = data->LiteralArray()->get(index);
876 receiver = GetExpression(index);
879 // (-n - 1) with the receiver with n being the number of parameters
883 receiver = (parameter_index == -1)
884 ? this->receiver()
899 FrameSummary summary(receiver, function, code, pc_offset, is_constructor);
1034 Object* receiver = this->receiver();
1041 accumulator->PrintFunction(function, receiver, &code);
1074 accumulator->Add("(this=%o", receiver);