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

  /external/chromium_org/v8/src/
profile-generator.h 267 const char* GetName(int args_count) {
268 return function_and_resource_names_.GetName(args_count);
log.h 248 void CodeCreateEvent(LogEventsAndTags tag, Code* code, int args_count);
480 int args_count) = 0;
506 int args_count);
cpu-profiler.h 232 Code* code, int args_count);
log.cc 214 int args_count) {
216 name_buffer_->AppendInt(args_count);
    [all...]
cpu-profiler.cc 279 int args_count) {
286 profiles_->GetName(args_count),
287 "args_count: ");
accessors.cc 1072 int args_count = slot_refs.args_length(); local
    [all...]
runtime.cc     [all...]
hydrogen.cc 8756 int args_count = arguments_count - 1; \/\/ Excluding receiver. local
    [all...]
  /art/compiler/jni/quick/
jni_compiler.cc 247 uint32_t args_count = 0; local
249 args_count++;
256 for (uint32_t i = 0; i < args_count; ++i) {
264 for (uint32_t j = 0; j < args_count - i - 1; ++j) {
  /art/runtime/verifier/
register_line.cc 93 const size_t args_count = is_range ? inst->VRegA_3rc() : inst->VRegA_35c(); local
94 if (args_count < 1) {

Completed in 259 milliseconds