Lines Matching refs:codegen_
1502 __ Pop(codegen_->context_register()); in Exit()
1503 codegen_->StoreToFrameField(StandardFrameConstants::kContextOffset, in Exit()
1504 codegen_->context_register()); in Exit()
1631 : codegen_(codegen), exit_id_(exit_id) { in EnterBlockScopeIfNeeded()
1632 saved_scope_ = codegen_->scope(); in EnterBlockScopeIfNeeded()
1635 codegen_->PrepareForBailoutForId(entry_id, NO_REGISTERS); in EnterBlockScopeIfNeeded()
1639 codegen_->scope_ = scope; in EnterBlockScopeIfNeeded()
1644 codegen_->PushFunctionArgumentForContextAllocation(); in EnterBlockScopeIfNeeded()
1648 codegen_->StoreToFrameField(StandardFrameConstants::kContextOffset, in EnterBlockScopeIfNeeded()
1649 codegen_->context_register()); in EnterBlockScopeIfNeeded()
1652 codegen_->PrepareForBailoutForId(entry_id, NO_REGISTERS); in EnterBlockScopeIfNeeded()
1656 codegen_->VisitDeclarations(scope->declarations()); in EnterBlockScopeIfNeeded()
1657 codegen_->PrepareForBailoutForId(declarations_id, NO_REGISTERS); in EnterBlockScopeIfNeeded()
1665 codegen_->LoadContextField(codegen_->context_register(), in ~EnterBlockScopeIfNeeded()
1668 codegen_->StoreToFrameField(StandardFrameConstants::kContextOffset, in ~EnterBlockScopeIfNeeded()
1669 codegen_->context_register()); in ~EnterBlockScopeIfNeeded()
1671 codegen_->PrepareForBailoutForId(exit_id_, NO_REGISTERS); in ~EnterBlockScopeIfNeeded()
1672 codegen_->scope_ = saved_scope_; in ~EnterBlockScopeIfNeeded()