Searched refs:StackGuard (Results 1 – 13 of 13) sorted by relevance
/external/v8/src/ |
D | execution.cc | 16 StackGuard::StackGuard() in StackGuard() function in v8::internal::StackGuard 21 void StackGuard::set_interrupt_limits(const ExecutionAccess& lock) { in set_interrupt_limits() 29 void StackGuard::reset_limits(const ExecutionAccess& lock) { in reset_limits() 228 void StackGuard::SetStackLimit(uintptr_t limit) { in SetStackLimit() 244 void StackGuard::AdjustStackLimitForSimulator() { in AdjustStackLimitForSimulator() 257 void StackGuard::EnableInterrupts() { in EnableInterrupts() 265 void StackGuard::DisableInterrupts() { in DisableInterrupts() 271 void StackGuard::PushPostponeInterruptsScope(PostponeInterruptsScope* scope) { in PushPostponeInterruptsScope() 284 void StackGuard::PopPostponeInterruptsScope() { in PopPostponeInterruptsScope() 296 bool StackGuard::CheckInterrupt(InterruptFlag flag) { in CheckInterrupt() [all …]
|
D | execution.h | 70 class StackGuard final { 143 StackGuard(); 232 DISALLOW_COPY_AND_ASSIGN(StackGuard);
|
D | isolate.h | 817 StackGuard* stack_guard() { return &stack_guard_; } in stack_guard() 1216 StackGuard stack_guard_; 1342 friend class StackGuard; variable 1443 StackGuard* stack_guard = isolate_->stack_guard(); in HasOverflowed() 1449 StackGuard* stack_guard = isolate_->stack_guard(); in InterruptRequested() 1468 int intercept_mask = StackGuard::ALL_INTERRUPTS) 1481 bool Intercept(StackGuard::InterruptFlag flag); 1484 StackGuard* stack_guard_; 1489 friend class StackGuard; variable
|
D | v8threads.cc | 170 StackGuard::ArchiveSpacePerThread() + in ArchiveSpacePerThread()
|
D | isolate.cc | 2792 StackGuard* stack_guard = isolate_->stack_guard(); in JsHasOverflowed() 2826 bool PostponeInterruptsScope::Intercept(StackGuard::InterruptFlag flag) { in Intercept()
|
/external/llvm/test/CodeGen/AArch64/ |
D | stack-guard-remat-bitcast.ll | 18 %StackGuard = load i8*, i8** bitcast (i64** @__stack_chk_guard to i8**) 19 call void @llvm.stackprotector(i8* %StackGuard, i8** %StackGuardSlot)
|
/external/llvm/test/CodeGen/MIR/X86/ |
D | external-symbol-operands.mir | 11 %StackGuard = load i8*, i8** @__stack_chk_guard 12 call void @llvm.stackprotector(i8* %StackGuard, i8** %StackGuardSlot)
|
D | expected-stack-object.mir | 11 %StackGuard = load i8*, i8** @__stack_chk_guard 12 call void @llvm.stackprotector(i8* %StackGuard, i8** %StackGuardSlot)
|
D | frame-info-stack-references.mir | 12 %StackGuard = load i8*, i8** @__stack_chk_guard 13 call void @llvm.stackprotector(i8* %StackGuard, i8** %StackGuardSlot)
|
/external/v8/test/cctest/ |
D | test-thread-termination.cc | 455 i::StackGuard::TERMINATE_EXECUTION); in TEST() 466 i::StackGuard::API_INTERRUPT); in TEST()
|
/external/v8/src/runtime/ |
D | runtime.h | 316 F(StackGuard, 0, 1) \
|
/external/v8/src/debug/ |
D | debug.cc | 2111 StackGuard::TERMINATE_EXECUTION) { in DebugScope()
|
/external/v8/ |
D | ChangeLog | 7213 Removed GetDefaultIsolate{Debugger,ForLocking,StackGuard} (Chromium
|