Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-register.cc29 InterpreterFrameConstants::kBytecodeOffsetFromFp) /
/external/v8/src/
Dframe-constants.h304 static constexpr int kBytecodeOffsetFromFp = variable
Dframes.cc1664 InterpreterFrameConstants::kBytecodeOffsetFromFp, in GetBytecodeOffset()
1674 InterpreterFrameConstants::kBytecodeOffsetFromFp, in GetBytecodeOffset()
1684 InterpreterFrameConstants::kBytecodeOffsetFromFp, in PatchBytecodeOffset()
/external/v8/src/profiler/
Dtick-sample.cc261 frame->fp() + i::InterpreterFrameConstants::kBytecodeOffsetFromFp); in GetStackSample()
/external/v8/src/builtins/ppc/
Dbuiltins-ppc.cc947 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/
Dbuiltins-x64.cc964 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/
Dbuiltins-arm.cc934 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/
Dbuiltins-arm64.cc1015 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/
Dbuiltins-mips.cc912 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/
Dbuiltins-ia32.cc905 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/
Dbuiltins-s390.cc952 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/
Dbuiltins-mips64.cc911 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()