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

  /art/compiler/jni/quick/
jni_compiler.cc 218 uint32_t args_count = 0; local
220 args_count++;
227 for (uint32_t i = 0; i < args_count; ++i) {
235 for (uint32_t j = 0; j < args_count - i - 1; ++j) {
  /art/runtime/verifier/
register_line.cc 92 const size_t args_count = is_range ? inst->VRegA_3rc() : inst->VRegA_35c(); local
93 if (args_count < 1) {
  /external/chromium_org/v8/src/
accessors.cc 596 int args_count = args_slots.length(); local
598 factory->NewArgumentsObject(inlined_function, args_count);
599 Handle<FixedArray> array = factory->NewFixedArray(args_count);
600 for (int i = 0; i < args_count; ++i) {
hydrogen.cc 6935 int args_count = arguments_count - 1; \/\/ Excluding receiver. local
    [all...]
  /external/v8/src/
accessors.cc 573 int args_count = args_slots.length(); local
575 factory->NewArgumentsObject(inlined_function, args_count);
576 Handle<FixedArray> array = factory->NewFixedArray(args_count);
577 for (int i = 0; i < args_count; ++i) {

Completed in 470 milliseconds