Searched refs:sp8 (Results 1 – 1 of 1) sorted by relevance
1760 uint8_t* LayoutStackArgs(uint8_t* sp8) const { in LayoutStackArgs()1761 sp8 -= GetStackSize(); in LayoutStackArgs()1763 sp8 = reinterpret_cast<uint8_t*>(RoundDown(reinterpret_cast<uintptr_t>(sp8), kStackAlignment)); in LayoutStackArgs()1764 return sp8; in LayoutStackArgs()1855 uint8_t* sp8 = reinterpret_cast<uint8_t*>(*handle_scope); in ComputeLayout() local1856 DCHECK_GE(static_cast<size_t>(reinterpret_cast<uint8_t*>(managed_sp) - sp8), in ComputeLayout()1860 sp8 = LayoutStackArgs(sp8); in ComputeLayout()1863 DCHECK_ALIGNED(sp8, sizeof(uintptr_t)); in ComputeLayout()1864 return reinterpret_cast<uintptr_t*>(sp8); in ComputeLayout()