Home
last modified time | relevance | path

Searched refs:kBoundArgumentsStartIndex (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dmacros.py135 const kBoundArgumentsStartIndex = 2;
Dprofile-generator.cc2066 for (int i = JSFunction::kBoundArgumentsStartIndex; in ExtractClosureReferences()
2070 i - JSFunction::kBoundArgumentsStartIndex); in ExtractClosureReferences()
Druntime.cc7823 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()
Dobjects.h5870 static const int kBoundArgumentsStartIndex = 2; variable