Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-array-builder.h233 BytecodeArrayBuilder& PopContext(Register context); in NON_EXPORTED_BASE()
Dbytecodes.h51 V(PopContext, AccumulatorUse::kNone, OperandType::kReg) \
Dbytecode-generator.cc54 generator_->builder()->PopContext(outer_->reg()); in ~ContextScope()
373 generator()->builder()->PopContext(current->context()->reg()); in PerformCommand()
383 generator()->builder()->PopContext(current->context()->reg()); in PerformCommand()
Dbytecode-array-builder.cc794 BytecodeArrayBuilder& BytecodeArrayBuilder::PopContext(Register context) { in PopContext() function in v8::internal::interpreter::BytecodeArrayBuilder
/external/v8/src/compiler/
Dast-graph-builder.h438 void PopContext() { contexts()->pop_back(); } in PopContext() function
Dast-graph-builder.cc127 builder_->environment()->PopContext(); in ~ContextScope()