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

  /external/v8/src/runtime/
runtime-generator.cc 66 int operands_count = frame->ComputeOperandsCount(); local
67 DCHECK_GE(operands_count, 1 + args.length());
68 operands_count -= 1 + args.length();
70 if (operands_count == 0) {
72 // operands_count of zero, it is also unnecessary.
77 isolate->factory()->NewFixedArray(operands_count);
  /external/v8/src/
frames.cc 1065 int operands_count = store->length(); local
    [all...]

Completed in 60 milliseconds