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

  /prebuilts/go/darwin-x86/src/cmd/internal/objabi/
stack.go 13 StackGuard = 880*stackGuardMultiplier + StackSystem
15 StackLimit = StackGuard - StackSystem - StackSmall
  /prebuilts/go/linux-x86/src/cmd/internal/objabi/
stack.go 13 StackGuard = 880*stackGuardMultiplier + StackSystem
15 StackLimit = StackGuard - StackSystem - StackSmall
  /external/v8/src/
execution.cc 19 StackGuard::StackGuard()
24 void StackGuard::set_interrupt_limits(const ExecutionAccess& lock) {
32 void StackGuard::reset_limits(const ExecutionAccess& lock) {
260 void StackGuard::SetStackLimit(uintptr_t limit) {
276 void StackGuard::AdjustStackLimitForSimulator() {
289 void StackGuard::EnableInterrupts() {
297 void StackGuard::DisableInterrupts() {
303 void StackGuard::PushPostponeInterruptsScope(PostponeInterruptsScope* scope) {
316 void StackGuard::PopPostponeInterruptsScope()
    [all...]
  /external/llvm/lib/CodeGen/
SafeStack.cpp 135 AllocaInst *StackGuardSlot, Value *StackGuard);
402 return IRB.CreateLoad(StackGuardVar, "StackGuard");
491 AllocaInst *StackGuardSlot, Value *StackGuard) {
493 Value *Cmp = IRB.CreateICmpNE(StackGuard, V);
802 Value *StackGuard = getStackGuard(IRB, F);
804 IRB.CreateStore(StackGuard, StackGuardSlot);
808 checkStackGuard(IRBRet, F, *RI, StackGuardSlot, StackGuard);
    [all...]
  /external/annotation-tools/asmx/test/lib/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 481 milliseconds