Searched refs:Guard (Results 26 - 46 of 46) sorted by relevance

12

/external/v8/src/base/platform/
H A Dplatform-cygwin.cc277 bool VirtualMemory::Guard(void* address) { function in class:v8::base::VirtualMemory
H A Dplatform-posix.cc124 void OS::Guard(void* address, const size_t size) { function in class:v8::base::OS
H A Dplatform-win32.cc814 void OS::Guard(void* address, const size_t size) { function in class:v8::base::OS
1263 bool VirtualMemory::Guard(void* address) { function in class:v8::base::VirtualMemory
/external/v8/src/
H A Djsregexp.h1016 class Guard: public ZoneObject { class in namespace:v8::internal
1019 Guard(int reg, Relation op, int value) function in class:v8::internal::Guard
1037 void AddGuard(Guard* guard, Zone* zone);
1040 ZoneList<Guard*>* guards() { return guards_; }
1044 ZoneList<Guard*>* guards_;
1098 Guard* guard,
H A Djsregexp.cc1465 void GuardedAlternative::AddGuard(Guard* guard, Zone* zone) {
1467 guards_ = new(zone) ZoneList<Guard*>(1, zone);
1569 Guard* guard,
1572 case Guard::LT:
1578 case Guard::GEQ:
3905 ZoneList<Guard*>* guards = alternative.guards();
4123 ZoneList<Guard*>* guards = alternative.guards();
4206 ZoneList<Guard*>* guards = alternative.guards();
5022 Guard* body_guard =
5023 new(zone) Guard(reg_ct
[all...]
/external/llvm/lib/Transforms/Utils/
H A DFlattenCFG.cpp272 IRBuilder<>::InsertPointGuard Guard(Builder);
H A DSimplifyLibCalls.cpp1242 IRBuilderDefaultInserter<true> >::FastMathFlagGuard Guard(B);
/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp182 BuilderType::InsertPointGuard Guard(Builder);
515 BuilderType::InsertPointGuard Guard(Builder);
1150 BuilderType::InsertPointGuard Guard(Builder);
1316 BuilderType::InsertPointGuard Guard(Builder);
1392 BuilderType::InsertPointGuard Guard(Builder);
1634 BuilderType::InsertPointGuard Guard(Builder);
1672 BuilderType::InsertPointGuard Guard(Builder);
/external/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp682 GuardInfo() : Guard(nullptr), BitIndex(0) {}
683 llvm::GlobalVariable *Guard; member in struct:__anon1006::MicrosoftCXXABI::GuardInfo
2063 GI->Guard = nullptr;
2067 if (!GI->Guard) {
2078 GI->Guard =
2081 GI->Guard->setVisibility(GV->getVisibility());
2082 GI->Guard->setDLLStorageClass(GV->getDLLStorageClass());
2083 if (GI->Guard->isWeakForLinker())
2084 GI->Guard->setComdat(
2085 CGM.getModule().getOrInsertComdat(GI->Guard
[all...]
H A DItaniumCXXABI.cpp1734 llvm::GlobalVariable *Guard; member in struct:__anon998::CallGuardAbort
1735 CallGuardAbort(llvm::GlobalVariable *Guard) : Guard(Guard) {} argument
1738 CGF.EmitNounwindRuntimeCall(getGuardAbortFn(CGF.CGM, Guard->getType()),
1739 Guard); variable
1765 // Guard variables are 64 bits in the generic ABI and size width on ARM
2037 llvm::GlobalVariable *Guard = new llvm::GlobalVariable( local
2041 Guard->setThreadLocal(true);
2043 .GenerateCXXGlobalInitFunc(InitFunc, CXXThreadLocalInits, Guard);
[all...]
H A DCodeGenFunction.h2702 llvm::GlobalVariable *Guard = nullptr);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp627 BuilderTy::FastMathFlagGuard Guard(*Builder);
643 BuilderTy::FastMathFlagGuard Guard(*Builder);
684 BuilderTy::FastMathFlagGuard Guard(*Builder);
/external/clang/lib/Frontend/
H A DASTUnit.cpp122 llvm::MutexGuard Guard(getOnDiskMutex());
133 llvm::MutexGuard Guard(getOnDiskMutex());
148 llvm::MutexGuard Guard(getOnDiskMutex());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.app_1.3.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/v8/src/heap/
H A Dspaces.cc568 // | Guard |
576 // | Guard |
843 if (!vm->Guard(start + CodePageGuardStartOffset())) {
854 if (!vm->Guard(start + reserved_size - CodePageGuardSize())) {
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1821 SDValue Guard;
1829 Guard = DAG.getCopyFromReg(DAG.getEntryNode(), getCurSDLoc(), GuardReg,
1832 Guard = DAG.getLoad(PtrTy, getCurSDLoc(), DAG.getEntryNode(),
1842 EVT VT = Guard.getValueType();
1843 SDValue Sub = DAG.getNode(ISD::SUB, getCurSDLoc(), VT, Guard, StackSlot);
/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2094 IRBuilder<>::InsertPointGuard Guard(Builder);
H A DLoopVectorize.cpp1559 IRBuilder<>::InsertPointGuard Guard(Builder);
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 608 milliseconds

12