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

  /external/chromium_org/v8/src/
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);
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...]
  /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 80 milliseconds