Searched refs:kBytecodeOffsetFromFp (Results 1 – 12 of 12) sorted by relevance
/external/v8/src/interpreter/ |
D | bytecode-register.cc | 33 InterpreterFrameConstants::kBytecodeOffsetFromFp) /
|
/external/v8/src/ |
D | frames.cc | 1380 InterpreterFrameConstants::kBytecodeOffsetFromFp, in GetBytecodeOffset() 1390 InterpreterFrameConstants::kBytecodeOffsetFromFp, in GetBytecodeOffset() 1400 InterpreterFrameConstants::kBytecodeOffsetFromFp, in PatchBytecodeOffset()
|
D | frames.h | 392 static const int kBytecodeOffsetFromFp = variable
|
/external/v8/src/builtins/arm64/ |
D | builtins-arm64.cc | 1339 MemOperand(fp, InterpreterFrameConstants::kBytecodeOffsetFromFp)); in Generate_InterpreterEnterBytecode() 1355 __ Ldr(x2, MemOperand(fp, InterpreterFrameConstants::kBytecodeOffsetFromFp)); in Generate_InterpreterEnterBytecodeAdvance() 1364 __ Str(x2, MemOperand(fp, InterpreterFrameConstants::kBytecodeOffsetFromFp)); in Generate_InterpreterEnterBytecodeAdvance()
|
/external/v8/src/builtins/s390/ |
D | builtins-s390.cc | 1361 MemOperand(fp, InterpreterFrameConstants::kBytecodeOffsetFromFp)); in Generate_InterpreterEnterBytecode() 1378 MemOperand(fp, InterpreterFrameConstants::kBytecodeOffsetFromFp)); in Generate_InterpreterEnterBytecodeAdvance() 1388 MemOperand(fp, InterpreterFrameConstants::kBytecodeOffsetFromFp)); in Generate_InterpreterEnterBytecodeAdvance()
|
/external/v8/src/builtins/x87/ |
D | builtins-x87.cc | 1015 Operand(ebp, InterpreterFrameConstants::kBytecodeOffsetFromFp)); in Generate_InterpreterEnterBytecode() 1031 __ mov(edx, Operand(ebp, InterpreterFrameConstants::kBytecodeOffsetFromFp)); in Generate_InterpreterEnterBytecodeAdvance() 1042 __ mov(Operand(ebp, InterpreterFrameConstants::kBytecodeOffsetFromFp), edx); in Generate_InterpreterEnterBytecodeAdvance()
|
/external/v8/src/builtins/ppc/ |
D | builtins-ppc.cc | 1358 MemOperand(fp, InterpreterFrameConstants::kBytecodeOffsetFromFp)); in Generate_InterpreterEnterBytecode() 1375 MemOperand(fp, InterpreterFrameConstants::kBytecodeOffsetFromFp)); in Generate_InterpreterEnterBytecodeAdvance() 1385 MemOperand(fp, InterpreterFrameConstants::kBytecodeOffsetFromFp)); in Generate_InterpreterEnterBytecodeAdvance()
|
/external/v8/src/builtins/mips64/ |
D | builtins-mips64.cc | 1322 MemOperand(fp, InterpreterFrameConstants::kBytecodeOffsetFromFp)); in Generate_InterpreterEnterBytecode() 1339 __ ld(a2, MemOperand(fp, InterpreterFrameConstants::kBytecodeOffsetFromFp)); in Generate_InterpreterEnterBytecodeAdvance() 1348 __ sd(a2, MemOperand(fp, InterpreterFrameConstants::kBytecodeOffsetFromFp)); in Generate_InterpreterEnterBytecodeAdvance()
|
/external/v8/src/builtins/x64/ |
D | builtins-x64.cc | 989 Operand(rbp, InterpreterFrameConstants::kBytecodeOffsetFromFp)); in Generate_InterpreterEnterBytecode() 1006 __ movp(rdx, Operand(rbp, InterpreterFrameConstants::kBytecodeOffsetFromFp)); in Generate_InterpreterEnterBytecodeAdvance() 1017 __ movp(Operand(rbp, InterpreterFrameConstants::kBytecodeOffsetFromFp), rdx); in Generate_InterpreterEnterBytecodeAdvance()
|
/external/v8/src/builtins/arm/ |
D | builtins-arm.cc | 1329 MemOperand(fp, InterpreterFrameConstants::kBytecodeOffsetFromFp)); in Generate_InterpreterEnterBytecode() 1345 __ ldr(r2, MemOperand(fp, InterpreterFrameConstants::kBytecodeOffsetFromFp)); in Generate_InterpreterEnterBytecodeAdvance() 1354 __ str(r2, MemOperand(fp, InterpreterFrameConstants::kBytecodeOffsetFromFp)); in Generate_InterpreterEnterBytecodeAdvance()
|
/external/v8/src/builtins/ia32/ |
D | builtins-ia32.cc | 1014 Operand(ebp, InterpreterFrameConstants::kBytecodeOffsetFromFp)); in Generate_InterpreterEnterBytecode() 1030 __ mov(edx, Operand(ebp, InterpreterFrameConstants::kBytecodeOffsetFromFp)); in Generate_InterpreterEnterBytecodeAdvance() 1041 __ mov(Operand(ebp, InterpreterFrameConstants::kBytecodeOffsetFromFp), edx); in Generate_InterpreterEnterBytecodeAdvance()
|
/external/v8/src/builtins/mips/ |
D | builtins-mips.cc | 1330 MemOperand(fp, InterpreterFrameConstants::kBytecodeOffsetFromFp)); in Generate_InterpreterEnterBytecode() 1347 __ lw(a2, MemOperand(fp, InterpreterFrameConstants::kBytecodeOffsetFromFp)); in Generate_InterpreterEnterBytecodeAdvance() 1356 __ sw(a2, MemOperand(fp, InterpreterFrameConstants::kBytecodeOffsetFromFp)); in Generate_InterpreterEnterBytecodeAdvance()
|