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

  /external/v8/src/
accessors.cc 574 int args_count = inlined_function->shared()->formal_parameter_count(); local
575 ScopedVector<SlotRef> args_slots(args_count);
580 factory->NewArgumentsObject(inlined_function, args_count);
581 Handle<FixedArray> array = factory->NewFixedArray(args_count);
582 for (int i = 0; i < args_count; ++i) {
  /external/v8/test/cctest/
test-log.cc 1098 const char* args_count = "\\"args_count:"; local
    [all...]

Completed in 1019 milliseconds