Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/x64/
Dbuiltins-x64.cc976 static const int kArgumentsOffset = kFPOnStackSize + kPCOnStackSize; in Generate_FunctionApply() local
977 static const int kReceiverOffset = kArgumentsOffset + kPointerSize; in Generate_FunctionApply()
981 __ Push(Operand(rbp, kArgumentsOffset)); in Generate_FunctionApply()
1072 __ movp(rdx, Operand(rbp, kArgumentsOffset)); // load arguments in Generate_FunctionApply()
/external/chromium_org/v8/src/x87/
Dbuiltins-x87.cc899 static const int kArgumentsOffset = 2 * kPointerSize; in Generate_FunctionApply() local
906 __ push(Operand(ebp, kArgumentsOffset)); // push arguments in Generate_FunctionApply()
1001 __ mov(edx, Operand(ebp, kArgumentsOffset)); // load arguments in Generate_FunctionApply()
/external/chromium_org/v8/src/ia32/
Dbuiltins-ia32.cc899 static const int kArgumentsOffset = 2 * kPointerSize; in Generate_FunctionApply() local
906 __ push(Operand(ebp, kArgumentsOffset)); // push arguments in Generate_FunctionApply()
1001 __ mov(edx, Operand(ebp, kArgumentsOffset)); // load arguments in Generate_FunctionApply()
/external/chromium_org/v8/src/
Dobjects-debug.cc475 VerifyObjectField(kArgumentsOffset); in JSMessageObjectVerify()
Dobjects.h8141 static const int kArgumentsOffset = kTypeOffset + kPointerSize; variable
8142 static const int kScriptOffset = kArgumentsOffset + kPointerSize;
Dobjects-inl.h5928 ACCESSORS(JSMessageObject, arguments, JSArray, kArgumentsOffset) in ACCESSORS()