Home
last modified time | relevance | path

Searched refs:kBoundArgumentsStartIndex (Results 1 – 8 of 8) 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
/external/chromium_org/v8/src/
Dmacros.py145 const kBoundArgumentsStartIndex = 2;
Dheap-snapshot-generator.cc1427 for (int i = JSFunction::kBoundArgumentsStartIndex; in ExtractClosureReferences()
1431 i - JSFunction::kBoundArgumentsStartIndex); in ExtractClosureReferences()
Druntime.cc8163 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()
Dobjects.h7406 static const int kBoundArgumentsStartIndex = 2; variable