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

  /external/v8/src/interpreter/
bytecode-array-builder.h 230 BytecodeArrayBuilder& PushContext(Register context);
bytecode-array-builder.cc 789 BytecodeArrayBuilder& BytecodeArrayBuilder::PushContext(Register context) {
    [all...]
bytecodes.h 50 V(PushContext, AccumulatorUse::kRead, OperandType::kRegOut) \
    [all...]
bytecode-generator.cc 46 generator_->builder()->PushContext(outer_context_reg);
847 .PushContext(dummy)
    [all...]
  /external/v8/src/compiler/
ast-graph-builder.h 437 void PushContext(Node* context) { contexts()->push_back(context); }
ast-graph-builder.cc 121 builder_->environment()->PushContext(context); // Push.
    [all...]

Completed in 126 milliseconds