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 191 BytecodeArrayBuilder& PushContext(Register context);
bytecode-array-builder.cc 643 BytecodeArrayBuilder& BytecodeArrayBuilder::PushContext(Register context) {
    [all...]
bytecodes.h 49 V(PushContext, AccumulatorUse::kRead, OperandType::kRegOut) \
    [all...]
bytecode-generator.cc 44 generator_->builder()->PushContext(outer_context_reg);
    [all...]
  /external/v8/src/compiler/
ast-graph-builder.h 498 void PushContext(Node* context) { contexts()->push_back(context); }
ast-graph-builder.cc 119 builder_->environment()->PushContext(context); // Push.
    [all...]

Completed in 95 milliseconds