5#ifndef RUNTIME_VM_COMPILER_FFI_FRAME_REBASE_H_
6#define RUNTIME_VM_COMPILER_FFI_FRAME_REBASE_H_
8#if defined(DART_PRECOMPILED_RUNTIME)
9#error "AOT runtime should not use compiler sources (including header files)"
37 intptr_t stack_delta_in_bytes)
41 stack_delta_in_bytes_(stack_delta_in_bytes) {}
51 const intptr_t stack_delta_in_bytes_;
FrameRebase(Zone *zone, const Register old_base, const Register new_base, intptr_t stack_delta_in_bytes)
const NativeLocation & Rebase(const NativeLocation &loc) const