Searched defs:StackGuard (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dexecution.h168 // StackGuard contains the handling of the limits that are used to limit the
171 class StackGuard { class in namespace:v8::internal
232 StackGuard();
296 // pointer to StackGuard.
304 DISALLOW_COPY_AND_ASSIGN(StackGuard);
H A Dexecution.cc46 StackGuard::StackGuard() function in class:v8::internal::StackGuard
51 void StackGuard::set_interrupt_limits(const ExecutionAccess& lock) {
61 void StackGuard::reset_limits(const ExecutionAccess& lock) {
342 bool StackGuard::IsStackOverflow() {
349 void StackGuard::EnableInterrupts() {
357 void StackGuard::SetStackLimit(uintptr_t limit) {
373 void StackGuard::DisableInterrupts() {
379 bool StackGuard::ShouldPostponeInterrupts() {
385 bool StackGuard
[all...]

Completed in 73 milliseconds