Home
last modified time | relevance | path

Searched refs:kBytecodeArrayFromFp (Results 1 – 12 of 12) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-register.cc29 InterpreterFrameConstants::kBytecodeArrayFromFp) /
/external/v8/src/
Dframes.cc1409 InterpreterFrameConstants::kBytecodeArrayFromFp, in GetBytecodeArray()
1417 InterpreterFrameConstants::kBytecodeArrayFromFp, in PatchBytecodeArray()
Dframes.h390 static const int kBytecodeArrayFromFp = variable
/external/v8/src/builtins/arm64/
Dbuiltins-arm64.cc1010 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/
Dbuiltins-s390.cc1031 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/
Dbuiltins-x87.cc537 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/
Dbuiltins-ppc.cc1027 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/
Dbuiltins-mips64.cc992 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/
Dbuiltins-x64.cc617 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/
Dbuiltins-arm.cc1006 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/
Dbuiltins-ia32.cc536 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/
Dbuiltins-mips.cc999 MemOperand(fp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in LeaveInterpreterFrame()
1316 MemOperand(fp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in Generate_InterpreterEnterBytecode()
1346 __ lw(a1, MemOperand(fp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in Generate_InterpreterEnterBytecodeAdvance()