Searched refs:kBytecodeArrayFromFp (Results 1 – 12 of 12) sorted by relevance
/external/v8/src/interpreter/ |
D | bytecode-register.cc | 29 InterpreterFrameConstants::kBytecodeArrayFromFp) /
|
/external/v8/src/ |
D | frames.cc | 1409 InterpreterFrameConstants::kBytecodeArrayFromFp, in GetBytecodeArray() 1417 InterpreterFrameConstants::kBytecodeArrayFromFp, in PatchBytecodeArray()
|
D | frames.h | 390 static const int kBytecodeArrayFromFp = variable
|
/external/v8/src/builtins/arm64/ |
D | builtins-arm64.cc | 1010 MemOperand(fp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in LeaveInterpreterFrame() 1326 MemOperand(fp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in Generate_InterpreterEnterBytecode() 1354 __ Ldr(x1, MemOperand(fp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in Generate_InterpreterEnterBytecodeAdvance()
|
/external/v8/src/builtins/s390/ |
D | builtins-s390.cc | 1031 MemOperand(fp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in LeaveInterpreterFrame() 1348 MemOperand(fp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in Generate_InterpreterEnterBytecode() 1376 __ LoadP(r3, MemOperand(fp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in Generate_InterpreterEnterBytecodeAdvance()
|
/external/v8/src/builtins/x87/ |
D | builtins-x87.cc | 537 Operand(ebp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in LeaveInterpreterFrame() 1003 Operand(ebp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in Generate_InterpreterEnterBytecode() 1030 __ mov(ebx, Operand(ebp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in Generate_InterpreterEnterBytecodeAdvance()
|
/external/v8/src/builtins/ppc/ |
D | builtins-ppc.cc | 1027 MemOperand(fp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in LeaveInterpreterFrame() 1345 MemOperand(fp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in Generate_InterpreterEnterBytecode() 1373 __ LoadP(r4, MemOperand(fp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in Generate_InterpreterEnterBytecodeAdvance()
|
/external/v8/src/builtins/mips64/ |
D | builtins-mips64.cc | 992 MemOperand(fp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in LeaveInterpreterFrame() 1308 MemOperand(fp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in Generate_InterpreterEnterBytecode() 1338 __ ld(a1, MemOperand(fp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in Generate_InterpreterEnterBytecodeAdvance()
|
/external/v8/src/builtins/x64/ |
D | builtins-x64.cc | 617 Operand(rbp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in LeaveInterpreterFrame() 977 Operand(rbp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in Generate_InterpreterEnterBytecode() 1005 __ movp(rbx, Operand(rbp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in Generate_InterpreterEnterBytecodeAdvance()
|
/external/v8/src/builtins/arm/ |
D | builtins-arm.cc | 1006 MemOperand(fp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in LeaveInterpreterFrame() 1316 MemOperand(fp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in Generate_InterpreterEnterBytecode() 1344 __ ldr(r1, MemOperand(fp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in Generate_InterpreterEnterBytecodeAdvance()
|
/external/v8/src/builtins/ia32/ |
D | builtins-ia32.cc | 536 Operand(ebp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in LeaveInterpreterFrame() 1002 Operand(ebp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in Generate_InterpreterEnterBytecode() 1029 __ mov(ebx, Operand(ebp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in Generate_InterpreterEnterBytecodeAdvance()
|
/external/v8/src/builtins/mips/ |
D | builtins-mips.cc | 999 MemOperand(fp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in LeaveInterpreterFrame() 1316 MemOperand(fp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in Generate_InterpreterEnterBytecode() 1346 __ lw(a1, MemOperand(fp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in Generate_InterpreterEnterBytecodeAdvance()
|