Home
last modified time | relevance | path

Searched refs:arguments_count (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/
Dstub-cache.cc713 code, code->arguments_count())); in ComputeLazyCompile()
945 code, code->arguments_count())); in CompileCallInitialize()
963 code, code->arguments_count())); in CompileCallPreMonomorphic()
979 code, code->arguments_count())); in CompileCallNormal()
995 code, code->arguments_count())); in CompileCallMegamorphic()
1010 LOG(CodeCreateEvent(Logger::CALL_MISS_TAG, code, code->arguments_count())); in CompileCallMiss()
1025 code, code->arguments_count())); in CompileCallDebugBreak()
1042 code, code->arguments_count())); in CompileCallDebugPrepareStepIn()
Dic.cc235 StubCache::FindCallInitialize(target->arguments_count(), in_loop); in Clear()
372 const int argc = this->target()->arguments_count(); in TryCallAsFunction()
387 const int argc = this->target()->arguments_count(); in ReceiverToObject()
499 int argc = target()->arguments_count(); in UpdateCaches()
Ddisassembler.cc250 out.AddFormatted(", argc = %d", code->arguments_count()); in DecodeIt()
Ddebug.cc356 Handle<Code> stub = ComputeCallDebugPrepareStepIn(code->arguments_count()); in PrepareStepIn()
1346 return ComputeCallDebugBreak(code->arguments_count()); in FindDebugBreak()
Dobjects-inl.h2139 int Code::arguments_count() { in arguments_count() function
Dobjects.h2643 inline int arguments_count(); // Only valid for call IC stubs.