Searched refs:kBytecodeOffsetFromFp (Results 1 – 12 of 12) sorted by relevance
/external/v8/src/interpreter/ |
D | bytecode-register.cc | 29 InterpreterFrameConstants::kBytecodeOffsetFromFp) /
|
/external/v8/src/ |
D | frame-constants.h | 304 static constexpr int kBytecodeOffsetFromFp = variable
|
D | frames.cc | 1664 InterpreterFrameConstants::kBytecodeOffsetFromFp, in GetBytecodeOffset() 1674 InterpreterFrameConstants::kBytecodeOffsetFromFp, in GetBytecodeOffset() 1684 InterpreterFrameConstants::kBytecodeOffsetFromFp, in PatchBytecodeOffset()
|
/external/v8/src/profiler/ |
D | tick-sample.cc | 261 frame->fp() + i::InterpreterFrameConstants::kBytecodeOffsetFromFp); in GetStackSample()
|
/external/v8/src/builtins/ppc/ |
D | builtins-ppc.cc | 947 MemOperand(fp, InterpreterFrameConstants::kBytecodeOffsetFromFp)); in Generate_InterpreterEntryTrampoline() 1154 MemOperand(fp, InterpreterFrameConstants::kBytecodeOffsetFromFp)); in Generate_InterpreterEnterBytecode() 1171 MemOperand(fp, InterpreterFrameConstants::kBytecodeOffsetFromFp)); in Generate_InterpreterEnterBytecodeAdvance() 1187 MemOperand(fp, InterpreterFrameConstants::kBytecodeOffsetFromFp)); in Generate_InterpreterEnterBytecodeAdvance()
|
/external/v8/src/builtins/x64/ |
D | builtins-x64.cc | 964 Operand(rbp, InterpreterFrameConstants::kBytecodeOffsetFromFp)); in Generate_InterpreterEntryTrampoline() 1174 Operand(rbp, InterpreterFrameConstants::kBytecodeOffsetFromFp)); in Generate_InterpreterEnterBytecode() 1192 Operand(rbp, InterpreterFrameConstants::kBytecodeOffsetFromFp)); in Generate_InterpreterEnterBytecodeAdvance() 1208 __ movp(Operand(rbp, InterpreterFrameConstants::kBytecodeOffsetFromFp), rbx); in Generate_InterpreterEnterBytecodeAdvance()
|
/external/v8/src/builtins/arm/ |
D | builtins-arm.cc | 934 MemOperand(fp, InterpreterFrameConstants::kBytecodeOffsetFromFp)); in Generate_InterpreterEntryTrampoline() 1123 MemOperand(fp, InterpreterFrameConstants::kBytecodeOffsetFromFp)); in Generate_InterpreterEnterBytecode() 1142 MemOperand(fp, InterpreterFrameConstants::kBytecodeOffsetFromFp)); in Generate_InterpreterEnterBytecodeAdvance() 1157 __ str(r2, MemOperand(fp, InterpreterFrameConstants::kBytecodeOffsetFromFp)); in Generate_InterpreterEnterBytecodeAdvance()
|
/external/v8/src/builtins/arm64/ |
D | builtins-arm64.cc | 1015 MemOperand(fp, InterpreterFrameConstants::kBytecodeOffsetFromFp)); in Generate_InterpreterEntryTrampoline() 1232 MemOperand(fp, InterpreterFrameConstants::kBytecodeOffsetFromFp)); in Generate_InterpreterEnterBytecode() 1249 MemOperand(fp, InterpreterFrameConstants::kBytecodeOffsetFromFp)); in Generate_InterpreterEnterBytecodeAdvance() 1264 __ Str(x2, MemOperand(fp, InterpreterFrameConstants::kBytecodeOffsetFromFp)); in Generate_InterpreterEnterBytecodeAdvance()
|
/external/v8/src/builtins/mips/ |
D | builtins-mips.cc | 912 MemOperand(fp, InterpreterFrameConstants::kBytecodeOffsetFromFp)); in Generate_InterpreterEntryTrampoline() 1117 MemOperand(fp, InterpreterFrameConstants::kBytecodeOffsetFromFp)); in Generate_InterpreterEnterBytecode() 1136 MemOperand(fp, InterpreterFrameConstants::kBytecodeOffsetFromFp)); in Generate_InterpreterEnterBytecodeAdvance() 1152 __ sw(a2, MemOperand(fp, InterpreterFrameConstants::kBytecodeOffsetFromFp)); in Generate_InterpreterEnterBytecodeAdvance()
|
/external/v8/src/builtins/ia32/ |
D | builtins-ia32.cc | 905 Operand(ebp, InterpreterFrameConstants::kBytecodeOffsetFromFp)); in Generate_InterpreterEntryTrampoline() 1196 Operand(ebp, InterpreterFrameConstants::kBytecodeOffsetFromFp)); in Generate_InterpreterEnterBytecode() 1213 Operand(ebp, InterpreterFrameConstants::kBytecodeOffsetFromFp)); in Generate_InterpreterEnterBytecodeAdvance() 1229 __ mov(Operand(ebp, InterpreterFrameConstants::kBytecodeOffsetFromFp), ebx); in Generate_InterpreterEnterBytecodeAdvance()
|
/external/v8/src/builtins/s390/ |
D | builtins-s390.cc | 952 MemOperand(fp, InterpreterFrameConstants::kBytecodeOffsetFromFp)); in Generate_InterpreterEntryTrampoline() 1157 MemOperand(fp, InterpreterFrameConstants::kBytecodeOffsetFromFp)); in Generate_InterpreterEnterBytecode() 1174 MemOperand(fp, InterpreterFrameConstants::kBytecodeOffsetFromFp)); in Generate_InterpreterEnterBytecodeAdvance() 1190 MemOperand(fp, InterpreterFrameConstants::kBytecodeOffsetFromFp)); in Generate_InterpreterEnterBytecodeAdvance()
|
/external/v8/src/builtins/mips64/ |
D | builtins-mips64.cc | 911 MemOperand(fp, InterpreterFrameConstants::kBytecodeOffsetFromFp)); in Generate_InterpreterEntryTrampoline() 1116 MemOperand(fp, InterpreterFrameConstants::kBytecodeOffsetFromFp)); in Generate_InterpreterEnterBytecode() 1134 MemOperand(fp, InterpreterFrameConstants::kBytecodeOffsetFromFp)); in Generate_InterpreterEnterBytecodeAdvance() 1150 __ Sd(a2, MemOperand(fp, InterpreterFrameConstants::kBytecodeOffsetFromFp)); in Generate_InterpreterEnterBytecodeAdvance()
|