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()
1074 __ movp(receiver, 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()
1003 __ mov(receiver, 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()
1003 __ mov(receiver, Operand(ebp, kArgumentsOffset)); // load arguments in Generate_FunctionApply()
/external/chromium_org/v8/src/
Dobjects-debug.cc478 VerifyObjectField(kArgumentsOffset); in JSMessageObjectVerify()
Dobjects.h7680 static const int kArgumentsOffset = kTypeOffset + kPointerSize; variable
7681 static const int kScriptOffset = kArgumentsOffset + kPointerSize;
Dobjects-inl.h6117 ACCESSORS(JSMessageObject, arguments, JSArray, kArgumentsOffset) in ACCESSORS()