Searched refs:operands_count (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dframes.cc844 int operands_count = store->length(); local
845 DCHECK_LE(operands_count, ComputeOperandsCount());
851 int i = operands_count - 1;
877 int operands_count = store->length(); local
878 DCHECK_LE(operands_count, ComputeOperandsCount());
901 for (; i < operands_count; i++) {
H A Druntime.cc3043 int operands_count = frame->ComputeOperandsCount(); local
3044 DCHECK_GE(operands_count, 2);
3045 operands_count -= 2;
3047 if (operands_count == 0) {
3049 // operands_count of zero, it is also unnecessary.
3059 isolate->factory()->NewFixedArray(operands_count);
3102 int operands_count = operand_stack->length(); local
3103 if (operands_count != 0) {

Completed in 1113 milliseconds