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

/external/chromium_org/v8/src/
H A Dexecution.cc16 StackGuard::StackGuard() function in class:v8::internal::StackGuard
21 void StackGuard::set_interrupt_limits(const ExecutionAccess& lock) {
29 void StackGuard::reset_limits(const ExecutionAccess& lock) {
304 void StackGuard::EnableInterrupts() {
312 void StackGuard::SetStackLimit(uintptr_t limit) {
328 void StackGuard::DisableInterrupts() {
334 void StackGuard::PushPostponeInterruptsScope(PostponeInterruptsScope* scope) {
347 void StackGuard::PopPostponeInterruptsScope() {
359 bool StackGuard
[all...]
H A Disolate.h871 StackGuard* stack_guard() { return &stack_guard_; }
1232 StackGuard stack_guard_;
1338 friend class StackGuard;
1444 StackGuard* stack_guard = isolate_->stack_guard();
1463 int intercept_mask = StackGuard::ALL_INTERRUPTS)
1476 bool Intercept(StackGuard::InterruptFlag flag);
1479 StackGuard* stack_guard_;
1484 friend class StackGuard;
1462 PostponeInterruptsScope(Isolate* isolate, int intercept_mask = StackGuard::ALL_INTERRUPTS) argument

Completed in 75 milliseconds