Home | History | Annotate | Download | only in optimizing

Lines Matching full:reserved_bytes

1070     size_t reserved_bytes = GetStackOverflowReservedBytes(InstructionSet::kX86);
1071 __ testl(EAX, Address(ESP, -static_cast<int32_t>(reserved_bytes)));