Home | History | Annotate | Download | only in crankshaft

Lines Matching refs:outer_

3625       outer_(owner->function_state()) {
3626 if (outer_ != NULL) {
3659 owner_->set_function_state(outer_);
3663 owner_->EnterInlinedSource(outer_->inlining_id());
3673 outer_(owner->ast_context()),
3684 owner_->set_ast_context(outer_); // Pop.
12413 outer_(outer),
12431 outer_(NULL),
12447 outer_(NULL),
12468 outer_(outer),
12497 if (other->outer_ != NULL) outer_ = other->outer_->Copy(); // Deep copy.