Home
last modified time | relevance | path

Searched refs:guards (Results 1 - 7 of 7) sorted by relevance

/third_party/jerryscript/tools/
H A Dgen-magic-strings.py80 # meaning that the given literal is referenced under the given guards at
90 for guards in guard_stack:
91 guard_set.update(guards)
117 # meaning that all the listed guards (conditionals) have to hold for the
129 guards = guard_stack[-1]
130 guards[-1] = '!(%s)' % guards[-1]
131 guards.append(process_guard(elif_match.group(1)))
133 guards = guard_stack[-1]
134 guards[
[all...]
/third_party/rust/crates/rust-openssl/openssl-sys/src/
H A Dlib.rs186 let guards: Box<Vec<Option<MutexGuard<()>>>> = in init()
188 GUARDS = mem::transmute(guards); in init()
/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler.cc1946 if (alternative.guards() != nullptr && in FilterOneByte()
1947 alternative.guards()->length() != 0) { in FilterOneByte()
3048 ZoneList<Guard*>* guards = alternative.guards(); in AssertGuardsMentionRegisters() local
3049 int guard_count = (guards == nullptr) ? 0 : guards->length(); in AssertGuardsMentionRegisters()
3051 DCHECK(!trace->mentions_reg(guards->at(j)->reg())); in AssertGuardsMentionRegisters()
3075 if (choice_count == 1 && alternatives_->at(0).guards() == nullptr) { in Emit()
3185 if (alt1.guards() != nullptr && alt1.guards() in EmitOptimizedUnanchoredSearch()
3244 ZoneList<Guard*>* guards = alternative.guards(); EmitChoices() local
3322 ZoneList<Guard*>* guards = alternative.guards(); EmitOutOfLineContinuation() local
[all...]
H A Dregexp-nodes.h187 // character and that has no guards on it.
594 ZoneList<Guard*>* guards() { return guards_; } in guards() function in v8::internal::GuardedAlternative
/third_party/python/Lib/test/support/
H A D__init__.py1016 def impl_detail(msg=None, **guards):
1017 if check_impl_detail(**guards):
1020 guardnames, default = _parse_guards(guards)
1029 def _parse_guards(guards):
1031 if not guards:
1033 is_true = list(guards.values())[0]
1034 assert list(guards.values()) == [is_true] * len(guards) # all True or all False
1035 return (guards, not is_true)
1039 def check_impl_detail(**guards)
[all...]
/third_party/skia/include/private/
H A DSkSafe_math.h42 #error Hmm. Looks like math.h has changed its header guards.
/third_party/node/deps/v8/src/objects/
H A Dbacking-store.cc397 bool guards = is_wasm_memory && trap_handler::IsTrapHandlerEnabled(); in TryAllocateAndPartiallyCommitMemory() local
400 bool guards = false; in TryAllocateAndPartiallyCommitMemory() local
421 size_t reservation_size = GetReservationSize(guards, byte_capacity); in TryAllocateAndPartiallyCommitMemory()
459 (guards ? kNegativeGuardSize : 0); in TryAllocateAndPartiallyCommitMemory()
461 DCHECK(!guards); in TryAllocateAndPartiallyCommitMemory()
500 guards, // has_guard_regions in TryAllocateAndPartiallyCommitMemory()

Completed in 12 milliseconds