Home | History | Annotate | Download | only in src

Lines Matching defs:from

199   // If you return a function from here, it will be called when an
252 // If you return a function from here, it will be called when an
278 // If you return a function from here, it will be called when an
354 // Remove scope from chain.
381 // Clear the interrupt flag from the chain of PostponeInterruptsScopes.
388 // Clear the interrupt flag from the active interrupt flags.
411 // current thread_local_ from StackGuard)-- but is this
420 char* StackGuard::RestoreStackGuard(char* from) {
422 MemCopy(reinterpret_cast<char*>(&thread_local_), from, sizeof(ThreadLocal));
424 return from + sizeof(ThreadLocal);