Home
last modified time | relevance | path

Searched defs:guards (Results 1 – 10 of 10) sorted by relevance

/external/r8/src/main/java/com/android/tools/r8/ir/code/
DCatchHandlers.java15 private final List<DexType> guards; field in CatchHandlers
27 public CatchHandlers(List<DexType> guards, List<T> targets) { in CatchHandlers()
DIRCode.java247 List<DexType> guards = catchHandlers.getGuards(); in consistentCatchHandlers() local
DBasicBlock.java299 List<DexType> guards = new ArrayList<>(size); in removeSuccessorsByIndex() local
571 public void linkCatchSuccessors(List<DexType> guards, List<BasicBlock> targets) { in linkCatchSuccessors()
/external/compiler-rt/test/asan/TestCases/
Dcoverage-reset.cc33 size_t *guards = 0; in main() local
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_coverage_libcdep.cc242 void CoverageData::InitializeGuardArray(s32 *guards) { in InitializeGuardArray()
374 void CoverageData::InitializeGuards(s32 *guards, uptr n, in InitializeGuards()
971 __sanitizer_cov_module_init(s32 *guards, uptr npcs, u8 *counters, in __sanitizer_cov_module_init()
/external/python/cpython2/Lib/test/
Dtest_support.py1425 def impl_detail(msg=None, **guards):
1438 def _parse_guards(guards): argument
1448 def check_impl_detail(**guards):
/external/v8/src/regexp/
Djsregexp.cc3942 ZoneList<Guard*>* guards = alternative.guards(); in AssertGuardsMentionRegisters() local
4166 ZoneList<Guard*>* guards = alternative.guards(); in EmitChoices() local
4246 ZoneList<Guard*>* guards = alternative.guards(); in EmitOutOfLineContinuation() local
Djsregexp.h880 ZoneList<Guard*>* guards() { return guards_; } in guards() function
/external/cmockery/cmockery_0_1_2/src/
Dcmockery.c1307 char *guards[2] = {block - MALLOC_GUARD_SIZE, in _test_free() local
/external/r8/src/main/java/com/android/tools/r8/ir/conversion/
DJarSourceCode.java692 List<DexType> guards = new ArrayList<>(); in getTryHandlerGuards() local