7#if V8_TARGET_ARCH_ARM64 
   25  return RoundUp(register_count, 2);
 
   32  int rounded_slot_count = 
RoundUp(slot_count, 2);
 
   33  return rounded_slot_count - slot_count;
 
   42                   2  + 
RoundUp(register_input_count, 2);
 
static int PaddingSlotCount(int register_count)
 
static Register fp_register()
 
static Register constant_pool_pointer_register()
 
static Register context_register()
 
static intptr_t StackGuardFrameSize(int register_input_count)
 
static constexpr int kFixedSlotCountFromFp
 
static constexpr int kFixedFrameSize
 
static constexpr int kFixedSlotCount
 
static int RegisterStackSlotCount(int register_count)
 
constexpr int kSystemPointerSize
 
constexpr T RoundUp(T x, intptr_t m)