Home
last modified time | relevance | path

Searched refs:args_count (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/
Dcpu-profiler.h148 int args_count,
239 Code* code, int args_count);
Dcpu-profiler.cc114 int args_count, in CodeCreateEvent() argument
123 rec->entry = generator_->NewCodeEntry(tag, args_count); in CodeCreateEvent()
404 Code* code, int args_count) { in CodeCreateEvent() argument
407 args_count, in CodeCreateEvent()
Daccessors.cc573 int args_count = args_slots.length(); in ConstructArgumentsObjectForInlinedFunction() local
575 factory->NewArgumentsObject(inlined_function, args_count); in ConstructArgumentsObjectForInlinedFunction()
576 Handle<FixedArray> array = factory->NewFixedArray(args_count); in ConstructArgumentsObjectForInlinedFunction()
577 for (int i = 0; i < args_count; ++i) { in ConstructArgumentsObjectForInlinedFunction()
Dprofile-generator.h302 const char* GetName(int args_count) { in GetName() argument
303 return function_and_resource_names_.GetName(args_count); in GetName()
315 CodeEntry* NewCodeEntry(Logger::LogEventsAndTags tag, int args_count);
416 int args_count)) { in INLINE() argument
417 return profiles_->NewCodeEntry(tag, args_count); in INLINE()
Dlog.h231 void CodeCreateEvent(LogEventsAndTags tag, Code* code, int args_count);
Dlog.cc1024 void Logger::CodeCreateEvent(LogEventsAndTags tag, Code* code, int args_count) { in CodeCreateEvent() argument
1030 name_buffer_->AppendInt(args_count); in CodeCreateEvent()
1044 msg.Append(",%d,\"args_count: %d\"", code->ExecutableSize(), args_count); in CodeCreateEvent()
Dprofile-generator.cc815 int args_count) { in NewCodeEntry() argument
818 GetName(args_count), in NewCodeEntry()
Druntime.cc7759 int args_count = args_slots.length(); in GetCallerArguments() local
7761 *total_argc = prefix_argc + args_count; in GetCallerArguments()
7764 for (int i = 0; i < args_count; i++) { in GetCallerArguments()
7775 int args_count = frame->ComputeParametersCount(); in GetCallerArguments() local
7777 *total_argc = prefix_argc + args_count; in GetCallerArguments()
7780 for (int i = 0; i < args_count; i++) { in GetCallerArguments()