Home
last modified time | relevance | path

Searched refs:PushContext (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-array-builder.h230 BytecodeArrayBuilder& PushContext(Register context); in NON_EXPORTED_BASE()
Dbytecodes.h50 V(PushContext, AccumulatorUse::kRead, OperandType::kRegOut) \
Dbytecode-array-builder.cc789 BytecodeArrayBuilder& BytecodeArrayBuilder::PushContext(Register context) { in PushContext() function in v8::internal::interpreter::BytecodeArrayBuilder
Dbytecode-generator.cc46 generator_->builder()->PushContext(outer_context_reg); in ContextScope()
847 .PushContext(dummy) in VisitGeneratorPrologue()
/external/v8/src/compiler/
Dast-graph-builder.h437 void PushContext(Node* context) { contexts()->push_back(context); } in PushContext() function
Dast-graph-builder.cc121 builder_->environment()->PushContext(context); // Push. in ContextScope()