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

  /external/v8/src/
cpu-profiler.h 158 int args_count,
253 Code* code, int args_count);
accessors.cc 574 int args_count = inlined_function->shared()->formal_parameter_count(); local
575 ScopedVector<SlotRef> args_slots(args_count);
580 factory->NewArgumentsObject(inlined_function, args_count);
581 Handle<FixedArray> array = factory->NewFixedArray(args_count);
582 for (int i = 0; i < args_count; ++i) {
cpu-profiler.cc 116 int args_count,
125 rec->entry = generator_->NewCodeEntry(tag, args_count);
417 Code* code, int args_count) {
420 args_count,
profile-generator.h 298 const char* GetName(int args_count) {
299 return function_and_resource_names_.GetName(args_count);
311 CodeEntry* NewCodeEntry(Logger::LogEventsAndTags tag, int args_count);
412 int args_count)) {
413 return profiles_->NewCodeEntry(tag, args_count);
    [all...]
log.h 228 void CodeCreateEvent(LogEventsAndTags tag, Code* code, int args_count);
log.cc 845 void Logger::CodeCreateEvent(LogEventsAndTags tag, Code* code, int args_count) {
853 msg.Append(",%d,\"args_count: %d\"", code->ExecutableSize(), args_count);
    [all...]
runtime.cc     [all...]
profile-generator.cc 778 int args_count) {
780 "args_count: ",
781 GetName(args_count),
    [all...]
  /external/v8/test/cctest/
test-log.cc 1098 const char* args_count = "\\"args_count:"; local
    [all...]

Completed in 231 milliseconds