HomeSort by relevance Sort by last modified time
    Searched refs:StackGuard (Results 1 - 7 of 7) sorted by null

  /external/v8/src/
execution.cc 46 StackGuard::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::IsInterrupted()
    [all...]
execution.h 168 // StackGuard contains the handling of the limits that are used to limit the
171 class StackGuard {
232 StackGuard();
296 // pointer to StackGuard.
304 DISALLOW_COPY_AND_ASSIGN(StackGuard);
isolate.h 487 static StackGuard* GetDefaultIsolateStackGuard();
805 StackGuard* stack_guard() { return &stack_guard_; }
    [all...]
v8threads.cc 231 StackGuard::ArchiveSpacePerThread() +
runtime.h 317 F(StackGuard, 0, 1) \
isolate.cc 393 StackGuard* Isolate::GetDefaultIsolateStackGuard() {
    [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
LiteralParser.h 101 class StackGuard;

Completed in 299 milliseconds