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

  /external/chromium_org/v8/src/
profile-generator.h 297 const char* GetName(int args_count) {
298 return function_and_resource_names_.GetName(args_count);
log.h 252 void CodeCreateEvent(LogEventsAndTags tag, Code* code, int args_count);
482 int args_count) = 0;
507 int args_count);
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) {
cpu-profiler.h 228 Code* code, int args_count);
log.cc 235 int args_count) {
237 name_buffer_->AppendInt(args_count);
    [all...]
cpu-profiler.cc 292 int args_count) {
299 profiles_->GetName(args_count),
300 "args_count: ");
runtime.cc     [all...]
hydrogen.cc 6935 int args_count = arguments_count - 1; \/\/ Excluding receiver. local
    [all...]
  /external/v8/src/
cpu-profiler.h 148 int args_count,
239 Code* code, int args_count);
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) {
cpu-profiler.cc 114 int args_count,
123 rec->entry = generator_->NewCodeEntry(tag, args_count);
404 Code* code, int args_count) {
407 args_count,
profile-generator.h 302 const char* GetName(int args_count) {
303 return function_and_resource_names_.GetName(args_count);
315 CodeEntry* NewCodeEntry(Logger::LogEventsAndTags tag, int args_count);
416 int args_count)) {
417 return profiles_->NewCodeEntry(tag, args_count);
    [all...]
log.h 231 void CodeCreateEvent(LogEventsAndTags tag, Code* code, int args_count);
log.cc 1024 void Logger::CodeCreateEvent(LogEventsAndTags tag, Code* code, int args_count) {
1030 name_buffer_->AppendInt(args_count);
1044 msg.Append(",%d,\"args_count: %d\"", code->ExecutableSize(), args_count);
    [all...]
profile-generator.cc 815 int args_count) {
817 "args_count: ",
818 GetName(args_count),
    [all...]
runtime.cc     [all...]
  /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) {

Completed in 849 milliseconds