Searched refs:StackGuard (Results 1 - 7 of 7) sorted by relevance

/external/v8/src/
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...]
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 Disolate.h487 static StackGuard* GetDefaultIsolateStackGuard();
805 StackGuard* stack_guard() { return &stack_guard_; }
1166 StackGuard stack_guard_;
1262 friend class StackGuard;
1357 StackGuard* stack_guard = isolate_->stack_guard();
1388 StackGuard* stack_guard_;
H A Dv8threads.cc231 StackGuard::ArchiveSpacePerThread() +
H A Druntime.h317 F(StackGuard, 0, 1) \
H A Disolate.cc393 StackGuard* Isolate::GetDefaultIsolateStackGuard() {
1748 // Safe after setting Heap::isolate_, initializing StackGuard and
/external/webkit/Source/JavaScriptCore/runtime/
H A DLiteralParser.h101 class StackGuard;

Completed in 113 milliseconds