Searched refs:GetStackOverflowReservedBytes (Results 1 – 10 of 10) sorted by relevance
55 reinterpret_cast<uint8_t*>(*out_sp) - GetStackOverflowReservedBytes(InstructionSet::kMips64)); in GetMethodAndReturnPcAndSp()129 uintptr_t overflow_addr = sp - GetStackOverflowReservedBytes(InstructionSet::kMips64); in Action()
54 reinterpret_cast<uint8_t*>(*out_sp) - GetStackOverflowReservedBytes(InstructionSet::kMips)); in GetMethodAndReturnPcAndSp()127 uintptr_t overflow_addr = sp - GetStackOverflowReservedBytes(InstructionSet::kMips); in Action()
55 reinterpret_cast<uint8_t*>(*out_sp) - GetStackOverflowReservedBytes(InstructionSet::kArm64)); in GetMethodAndReturnPcAndSp()167 uintptr_t overflow_addr = sp - GetStackOverflowReservedBytes(InstructionSet::kArm64); in Action()
62 reinterpret_cast<uint8_t*>(*out_sp) - GetStackOverflowReservedBytes(InstructionSet::kArm)); in GetMethodAndReturnPcAndSp()212 uintptr_t overflow_addr = sp - GetStackOverflowReservedBytes(InstructionSet::kArm); in Action()
172 size_t GetStackOverflowReservedBytes(InstructionSet isa) { in GetStackOverflowReservedBytes() function
231 size_t GetStackOverflowReservedBytes(InstructionSet isa);
823 return tlsPtr_.stack_end + GetStackOverflowReservedBytes(kRuntimeISA); in GetStackEndForInterpreter()840 tlsPtr_.stack_end = tlsPtr_.stack_begin + GetStackOverflowReservedBytes(kRuntimeISA); in ResetDefaultStackEnd()
116 const size_t Thread::kStackOverflowImplicitCheckSize = GetStackOverflowReservedBytes(kRuntimeISA);515 stack_size += GetStackOverflowReservedBytes(kRuntimeISA); in FixStackSize()520 GetStackOverflowReservedBytes(kRuntimeISA); in FixStackSize()1096 uint32_t min_stack = GetStackOverflowReservedBytes(kRuntimeISA) + kStackOverflowProtectedSize in InitStackHwm()3842 << GetStackOverflowReservedBytes(kRuntimeISA) << ")?"; in SetStackEndForStackOverflow()
1277 size_t reserved_bytes = GetStackOverflowReservedBytes(InstructionSet::kX86_64); in GenerateFrameEntry()
2518 __ Sub(temp, sp, Operand::From(GetStackOverflowReservedBytes(InstructionSet::kArm))); in GenerateFrameEntry()