Lines Matching full:frame_
60 frame_(NULL), handler_(NULL),
85 StackFrame::Type type = frame_->GetCallerState(&state);
88 StackHandlerIterator it(frame_, handler_);
93 frame_ = SingletonFor(type, &state);
107 frame_ = SingletonFor(type, &state);
235 frame_ = SingletonFor(type, &state);
236 if (frame_ == NULL) return;
240 if (frame_ != NULL && !frame_->is_exit() &&
242 external_callback_scope_->scope_address() < frame_->fp()) {
263 StackFrame* last_frame = frame_;
267 frame_ = NULL;
273 StackFrame::Type type = frame_->GetCallerState(&state);
274 frame_ = SingletonFor(type, &state);
275 if (frame_ == NULL) return;
278 if (frame_->sp() < last_sp || frame_->fp() < last_fp) {
279 frame_ = NULL;
331 if (frame_->is_java_script()) return;
332 if (frame_->is_exit() && external_callback_scope_) {
338 if (external_callback_scope_->scope_address() < frame_->fp()) {
342 frame_->state_.pc_address = callback_address;
346 external_callback_scope_->scope_address() > frame_->fp());
1610 field##_Wrapper(const field& original) : frame_(original) { \
1612 field frame_; \
1622 return &wrapper->frame_; \