Searched refs:kBoundArgumentsStartIndex (Results 1 – 8 of 8) sorted by relevance
135 const kBoundArgumentsStartIndex = 2;
2066 for (int i = JSFunction::kBoundArgumentsStartIndex; in ExtractClosureReferences()2070 i - JSFunction::kBoundArgumentsStartIndex); in ExtractClosureReferences()
7823 int array_size = JSFunction::kBoundArgumentsStartIndex + argc; in RUNTIME_FUNCTION()7874 int bound_argc = bound_args->length() - JSFunction::kBoundArgumentsStartIndex; in RUNTIME_FUNCTION()7885 JSFunction::kBoundArgumentsStartIndex + i)); in RUNTIME_FUNCTION()
5870 static const int kBoundArgumentsStartIndex = 2; variable
145 const kBoundArgumentsStartIndex = 2;
1427 for (int i = JSFunction::kBoundArgumentsStartIndex; in ExtractClosureReferences()1431 i - JSFunction::kBoundArgumentsStartIndex); in ExtractClosureReferences()
8163 int array_size = JSFunction::kBoundArgumentsStartIndex + argc; in RUNTIME_FUNCTION()8214 int bound_argc = bound_args->length() - JSFunction::kBoundArgumentsStartIndex; in RUNTIME_FUNCTION()8226 JSFunction::kBoundArgumentsStartIndex + i), isolate); in RUNTIME_FUNCTION()
7406 static const int kBoundArgumentsStartIndex = 2; variable