Home
last modified time | relevance | path

Searched refs:StackGuard (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/v8/src/
Dexecution.cc16 StackGuard::StackGuard() in StackGuard() function in v8::internal::StackGuard
21 void StackGuard::set_interrupt_limits(const ExecutionAccess& lock) { in set_interrupt_limits()
31 void StackGuard::reset_limits(const ExecutionAccess& lock) { in reset_limits()
310 void StackGuard::EnableInterrupts() { in EnableInterrupts()
318 void StackGuard::SetStackLimit(uintptr_t limit) { in SetStackLimit()
334 void StackGuard::DisableInterrupts() { in DisableInterrupts()
340 bool StackGuard::CheckInterrupt(int flagbit) { in CheckInterrupt()
346 void StackGuard::RequestInterrupt(int flagbit) { in RequestInterrupt()
353 void StackGuard::ClearInterrupt(int flagbit) { in ClearInterrupt()
362 bool StackGuard::CheckAndClearInterrupt(InterruptFlag flag) { in CheckAndClearInterrupt()
[all …]
Dexecution.h130 class StackGuard V8_FINAL {
191 StackGuard();
281 DISALLOW_COPY_AND_ASSIGN(StackGuard);
Disolate.h837 StackGuard* stack_guard() { return &stack_guard_; } in stack_guard()
1205 StackGuard stack_guard_;
1310 friend class StackGuard; variable
1400 StackGuard* stack_guard = isolate_->stack_guard(); in HasOverflowed()
1432 StackGuard* stack_guard_;
Dv8threads.cc175 StackGuard::ArchiveSpacePerThread() + in ArchiveSpacePerThread()
Druntime.h585 F(StackGuard, 0, 1) \
Disolate.cc2348 StackGuard* stack_guard = isolate_->stack_guard(); in JsHasOverflowed()
/external/chromium_org/tools/deep_memory_profiler/tests/data/heap.01234.symmap/
Dchrome.abcdef.nm820 00000000056bacb0 t v8::internal::StackGuard::StackGuard()
/external/chromium_org/v8/
DChangeLog460 Removed GetDefaultIsolate{Debugger,ForLocking,StackGuard} (Chromium