HomeSort by relevance Sort by last modified time
    Searched refs:PopContext (Results 1 - 6 of 6) sorted by null

  /external/v8/src/interpreter/
bytecode-array-builder.h 194 BytecodeArrayBuilder& PopContext(Register context);
bytecode-array-builder.cc 648 BytecodeArrayBuilder& BytecodeArrayBuilder::PopContext(Register context) {
    [all...]
bytecodes.h 50 V(PopContext, AccumulatorUse::kNone, OperandType::kReg) \
    [all...]
bytecode-generator.cc 52 generator_->builder()->PopContext(outer_->reg());
358 generator()->builder()->PopContext(current->context()->reg());
368 generator()->builder()->PopContext(current->context()->reg());
    [all...]
  /external/v8/src/compiler/
ast-graph-builder.h 499 void PopContext() { contexts()->pop_back(); }
ast-graph-builder.cc 125 builder_->environment()->PopContext();
    [all...]

Completed in 236 milliseconds