Searched refs:arguments_count (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/ |
D | stub-cache.cc | 713 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()
|
D | ic.cc | 235 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()
|
D | disassembler.cc | 250 out.AddFormatted(", argc = %d", code->arguments_count()); in DecodeIt()
|
D | debug.cc | 356 Handle<Code> stub = ComputeCallDebugPrepareStepIn(code->arguments_count()); in PrepareStepIn() 1346 return ComputeCallDebugBreak(code->arguments_count()); in FindDebugBreak()
|
D | objects-inl.h | 2139 int Code::arguments_count() { in arguments_count() function
|
D | objects.h | 2643 inline int arguments_count(); // Only valid for call IC stubs.
|