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

  /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...]

Completed in 6468 milliseconds