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

  /external/v8/src/
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);
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...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 40 milliseconds