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

  /external/chromium_org/v8/src/
execution.cc 47 StackGuard::StackGuard()
52 void StackGuard::set_interrupt_limits(const ExecutionAccess& lock) {
62 void StackGuard::reset_limits(const ExecutionAccess& lock) {
356 bool StackGuard::IsStackOverflow() {
363 void StackGuard::EnableInterrupts() {
371 void StackGuard::SetStackLimit(uintptr_t limit) {
387 void StackGuard::DisableInterrupts() {
393 bool StackGuard::ShouldPostponeInterrupts() {
399 bool StackGuard::IsInterrupted()
    [all...]
execution.h 165 // StackGuard contains the handling of the limits that are used to limit the
168 class StackGuard {
230 StackGuard();
294 // pointer to StackGuard.
302 DISALLOW_COPY_AND_ASSIGN(StackGuard);
isolate.h 524 static StackGuard* GetDefaultIsolateStackGuard();
877 StackGuard* stack_guard() { return &stack_guard_; }
    [all...]
v8threads.cc 235 StackGuard::ArchiveSpacePerThread() +
runtime.h 404 F(StackGuard, 0, 1) \
isolate.cc 429 StackGuard* Isolate::GetDefaultIsolateStackGuard() {
    [all...]
  /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) \