Searched refs:kBytecodeArrayFromFp (Results 1 – 12 of 12) sorted by relevance
/external/v8/src/interpreter/ |
D | bytecode-register.cc | 25 InterpreterFrameConstants::kBytecodeArrayFromFp) /
|
/external/v8/src/ |
D | frame-constants.h | 302 static constexpr int kBytecodeArrayFromFp = variable
|
D | frames.cc | 1693 InterpreterFrameConstants::kBytecodeArrayFromFp, in GetBytecodeArray() 1701 InterpreterFrameConstants::kBytecodeArrayFromFp, in PatchBytecodeArray()
|
/external/v8/src/profiler/ |
D | tick-sample.cc | 259 frame->fp() + i::InterpreterFrameConstants::kBytecodeArrayFromFp); in GetStackSample()
|
/external/v8/src/builtins/ppc/ |
D | builtins-ppc.cc | 621 MemOperand(fp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in LeaveInterpreterFrame() 945 MemOperand(fp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in Generate_InterpreterEntryTrampoline() 1138 MemOperand(fp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in Generate_InterpreterEnterBytecode() 1169 MemOperand(fp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in Generate_InterpreterEnterBytecodeAdvance()
|
/external/v8/src/builtins/x64/ |
D | builtins-x64.cc | 650 Operand(rbp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in LeaveInterpreterFrame() 962 Operand(rbp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in Generate_InterpreterEntryTrampoline() 1160 Operand(rbp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in Generate_InterpreterEnterBytecode() 1190 Operand(rbp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in Generate_InterpreterEnterBytecodeAdvance()
|
/external/v8/src/builtins/arm/ |
D | builtins-arm.cc | 623 MemOperand(fp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in LeaveInterpreterFrame() 932 MemOperand(fp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in Generate_InterpreterEntryTrampoline() 1108 MemOperand(fp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in Generate_InterpreterEnterBytecode() 1140 MemOperand(fp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in Generate_InterpreterEnterBytecodeAdvance()
|
/external/v8/src/builtins/arm64/ |
D | builtins-arm64.cc | 692 MemOperand(fp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in LeaveInterpreterFrame() 1013 MemOperand(fp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in Generate_InterpreterEntryTrampoline() 1217 MemOperand(fp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in Generate_InterpreterEnterBytecode() 1247 MemOperand(fp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in Generate_InterpreterEnterBytecodeAdvance()
|
/external/v8/src/builtins/mips/ |
D | builtins-mips.cc | 602 MemOperand(fp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in LeaveInterpreterFrame() 910 MemOperand(fp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in Generate_InterpreterEntryTrampoline() 1101 MemOperand(fp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in Generate_InterpreterEnterBytecode() 1134 MemOperand(fp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in Generate_InterpreterEnterBytecodeAdvance()
|
/external/v8/src/builtins/ia32/ |
D | builtins-ia32.cc | 588 Operand(ebp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in LeaveInterpreterFrame() 903 Operand(ebp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in Generate_InterpreterEntryTrampoline() 1182 Operand(ebp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in Generate_InterpreterEnterBytecode() 1211 Operand(ebp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in Generate_InterpreterEnterBytecodeAdvance()
|
/external/v8/src/builtins/s390/ |
D | builtins-s390.cc | 629 MemOperand(fp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in LeaveInterpreterFrame() 950 MemOperand(fp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in Generate_InterpreterEntryTrampoline() 1142 MemOperand(fp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in Generate_InterpreterEnterBytecode() 1172 MemOperand(fp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in Generate_InterpreterEnterBytecodeAdvance()
|
/external/v8/src/builtins/mips64/ |
D | builtins-mips64.cc | 602 MemOperand(fp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in LeaveInterpreterFrame() 909 MemOperand(fp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in Generate_InterpreterEntryTrampoline() 1100 MemOperand(fp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in Generate_InterpreterEnterBytecode() 1132 MemOperand(fp, InterpreterFrameConstants::kBytecodeArrayFromFp)); in Generate_InterpreterEnterBytecodeAdvance()
|