Searched refs:kIndexOffset (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/arm64/ |
D | builtins-arm64.cc | 1215 const int kIndexOffset = in Generate_FunctionApply() local 1315 __ Ldr(current, MemOperand(fp, kIndexOffset)); in Generate_FunctionApply() 1330 __ Ldr(current, MemOperand(fp, kIndexOffset)); in Generate_FunctionApply() 1332 __ Str(current, MemOperand(fp, kIndexOffset)); in Generate_FunctionApply()
|
/external/v8/src/ia32/ |
D | builtins-ia32.cc | 938 const int kIndexOffset = kLimitOffset - 1 * kPointerSize; in Generate_FunctionApply() local 1000 __ mov(key, Operand(ebp, kIndexOffset)); in Generate_FunctionApply() 1021 __ mov(key, Operand(ebp, kIndexOffset)); in Generate_FunctionApply() 1023 __ mov(Operand(ebp, kIndexOffset), key); in Generate_FunctionApply()
|
/external/v8/src/x87/ |
D | builtins-x87.cc | 938 const int kIndexOffset = kLimitOffset - 1 * kPointerSize; in Generate_FunctionApply() local 1000 __ mov(key, Operand(ebp, kIndexOffset)); in Generate_FunctionApply() 1021 __ mov(key, Operand(ebp, kIndexOffset)); in Generate_FunctionApply() 1023 __ mov(Operand(ebp, kIndexOffset), key); in Generate_FunctionApply()
|
/external/v8/src/x64/ |
D | builtins-x64.cc | 1010 const int kIndexOffset = kLimitOffset - 1 * kPointerSize; in Generate_FunctionApply() local 1071 __ movp(key, Operand(rbp, kIndexOffset)); in Generate_FunctionApply() 1091 __ movp(key, Operand(rbp, kIndexOffset)); in Generate_FunctionApply() 1093 __ movp(Operand(rbp, kIndexOffset), key); in Generate_FunctionApply()
|
/external/v8/src/arm/ |
D | builtins-arm.cc | 1229 const int kIndexOffset = in Generate_FunctionApply() local 1329 __ ldr(r0, MemOperand(fp, kIndexOffset)); in Generate_FunctionApply() 1344 __ ldr(r0, MemOperand(fp, kIndexOffset)); in Generate_FunctionApply() 1346 __ str(r0, MemOperand(fp, kIndexOffset)); in Generate_FunctionApply()
|
/external/v8/src/mips64/ |
D | builtins-mips64.cc | 1262 const int kIndexOffset = in Generate_FunctionApply() local 1360 __ ld(a0, MemOperand(fp, kIndexOffset)); in Generate_FunctionApply() 1375 __ ld(a0, MemOperand(fp, kIndexOffset)); in Generate_FunctionApply() 1377 __ sd(a0, MemOperand(fp, kIndexOffset)); in Generate_FunctionApply()
|
/external/v8/src/mips/ |
D | builtins-mips.cc | 1248 const int kIndexOffset = in Generate_FunctionApply() local 1346 __ lw(a0, MemOperand(fp, kIndexOffset)); in Generate_FunctionApply() 1361 __ lw(a0, MemOperand(fp, kIndexOffset)); in Generate_FunctionApply() 1363 __ sw(a0, MemOperand(fp, kIndexOffset)); in Generate_FunctionApply()
|
/external/v8/src/ |
D | objects.h | 9719 static const int kIndexOffset = kTableOffset + kPointerSize; variable 9720 static const int kKindOffset = kIndexOffset + kPointerSize; 10091 static const int kIndexOffset = JSArray::kSize; 10092 static const int kInputOffset = kIndexOffset + kPointerSize;
|
D | objects-inl.h | 6045 ORDERED_HASH_TABLE_ITERATOR_ACCESSORS(index, Object, kIndexOffset)
|
D | hydrogen.cc | 1849 result, HObjectAccess::ForJSArrayOffset(JSRegExpResult::kIndexOffset), in BuildRegExpConstructResult()
|