Searched refs:kBytecodeArrayFromFp (Results 1 – 12 of 12) sorted by relevance
| /external/v8/src/interpreter/ |
| D | bytecodes.cc | 829 InterpreterFrameConstants::kBytecodeArrayFromFp) /
|
| /external/v8/src/ |
| D | frames.cc | 1252 InterpreterFrameConstants::kBytecodeArrayFromFp, in GetBytecodeArray() 1260 InterpreterFrameConstants::kBytecodeArrayFromFp, in PatchBytecodeArray()
|
| D | frames.h | 341 static const int kBytecodeArrayFromFp = variable
|
| /external/v8/src/s390/ |
| D | builtins-s390.cc | 978 MemOperand(fp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in LeaveInterpreterFrame() 1216 MemOperand(fp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in Generate_InterpreterEnterBytecodeDispatch()
|
| /external/v8/src/arm64/ |
| D | builtins-arm64.cc | 978 MemOperand(fp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in LeaveInterpreterFrame() 1225 MemOperand(fp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in Generate_InterpreterEnterBytecodeDispatch()
|
| /external/v8/src/x64/ |
| D | builtins-x64.cc | 623 Operand(rbp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in LeaveInterpreterFrame() 887 Operand(rbp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in Generate_InterpreterEnterBytecodeDispatch()
|
| /external/v8/src/ppc/ |
| D | builtins-ppc.cc | 998 MemOperand(fp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in LeaveInterpreterFrame() 1233 MemOperand(fp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in Generate_InterpreterEnterBytecodeDispatch()
|
| /external/v8/src/arm/ |
| D | builtins-arm.cc | 975 MemOperand(fp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in LeaveInterpreterFrame() 1208 MemOperand(fp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in Generate_InterpreterEnterBytecodeDispatch()
|
| /external/v8/src/mips64/ |
| D | builtins-mips64.cc | 955 MemOperand(fp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in LeaveInterpreterFrame() 1193 MemOperand(fp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in Generate_InterpreterEnterBytecodeDispatch()
|
| /external/v8/src/mips/ |
| D | builtins-mips.cc | 968 MemOperand(fp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in LeaveInterpreterFrame() 1207 MemOperand(fp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in Generate_InterpreterEnterBytecodeDispatch()
|
| /external/v8/src/x87/ |
| D | builtins-x87.cc | 543 Operand(ebp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in LeaveInterpreterFrame() 815 Operand(ebp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in Generate_InterpreterEnterBytecodeDispatch()
|
| /external/v8/src/ia32/ |
| D | builtins-ia32.cc | 542 Operand(ebp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in LeaveInterpreterFrame() 814 Operand(ebp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in Generate_InterpreterEnterBytecodeDispatch()
|