Searched refs:PushContext (Results 1 – 6 of 6) sorted by relevance
230 BytecodeArrayBuilder& PushContext(Register context); in NON_EXPORTED_BASE()
50 V(PushContext, AccumulatorUse::kRead, OperandType::kRegOut) \
789 BytecodeArrayBuilder& BytecodeArrayBuilder::PushContext(Register context) { in PushContext() function in v8::internal::interpreter::BytecodeArrayBuilder
46 generator_->builder()->PushContext(outer_context_reg); in ContextScope()847 .PushContext(dummy) in VisitGeneratorPrologue()
437 void PushContext(Node* context) { contexts()->push_back(context); } in PushContext() function
121 builder_->environment()->PushContext(context); // Push. in ContextScope()