7 #include "src/x64/frame-constants-x64.h" 9 #include "src/frame-constants.h" 10 #include "src/x64/assembler-x64-inl.h" 16 Register JavaScriptFrame::fp_register() {
return rbp; }
17 Register JavaScriptFrame::context_register() {
return rsi; }
18 Register JavaScriptFrame::constant_pool_pointer_register() { UNREACHABLE(); }
20 int InterpreterFrameConstants::RegisterStackSlotCount(
int register_count) {
21 return register_count;
24 int BuiltinContinuationFrameConstants::PaddingSlotCount(
int register_count) {
32 #endif // V8_TARGET_ARCH_X64