Searched defs:OperandStackDepthIncrement (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/full-codegen/
H A Dfull-codegen.cc455 OperandStackDepthIncrement(1);
460 OperandStackDepthIncrement(1);
465 OperandStackDepthIncrement(1);
484 void FullCodeGenerator::OperandStackDepthIncrement(int count) { function in class:v8::internal::FullCodeGenerator
689 if (context()->IsStackValue()) OperandStackDepthIncrement(1);
1414 OperandStackDepthIncrement(2); // Token and accumulator are on stack.
1575 if (context()->IsStackValue()) OperandStackDepthIncrement(1);
1653 OperandStackDepthIncrement(1);

Completed in 282 milliseconds