Searched defs:args_count (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/v8/src/
H A Dcpu-profiler.cc279 int args_count) {
286 profiles_->GetName(args_count),
287 "args_count: ");
277 CodeCreateEvent(Logger::LogEventsAndTags tag, Code* code, int args_count) argument
H A Daccessors.cc1072 int args_count = slot_refs.args_length(); local
1074 factory->NewArgumentsObject(inlined_function, args_count);
1075 Handle<FixedArray> array = factory->NewFixedArray(args_count);
1077 for (int i = 0; i < args_count; ++i) {
H A Dprofile-generator.h267 const char* GetName(int args_count) { argument
268 return function_and_resource_names_.GetName(args_count);
H A Dlog.cc214 int args_count) {
216 name_buffer_->AppendInt(args_count);
1279 int args_count) {
1280 PROFILER_LOG(CodeCreateEvent(tag, code, args_count));
1283 CALL_LISTENERS(CodeCreateEvent(tag, code, args_count));
1288 msg.Append("\"args_count: %d\"", args_count);
212 CodeCreateEvent(Logger::LogEventsAndTags tag, Code* code, int args_count) argument
1277 CodeCreateEvent(LogEventsAndTags tag, Code* code, int args_count) argument
H A Dhydrogen.cc8756 int args_count = arguments_count - 1; // Excluding receiver. local
8757 if (TryInlineApply(known_function, expr, args_count)) return true;

Completed in 203 milliseconds