Searched refs:maybe_constant (Results 1 – 3 of 3) sorted by relevance
376 base::Optional<Object> maybe_constant = JSObject::DictionaryPropertyAt( in GetOwnDictionaryPropertyFromHeap() local378 DCHECK_IMPLIES(broker->IsMainThread(), maybe_constant); in GetOwnDictionaryPropertyFromHeap()379 if (!maybe_constant) return {}; in GetOwnDictionaryPropertyFromHeap()380 constant = broker->CanonicalPersistentHandle(maybe_constant.value()); in GetOwnDictionaryPropertyFromHeap()
555 bool TryGetIntPtrOrSmiConstantValue(TNode<Smi> maybe_constant, int* value);556 bool TryGetIntPtrOrSmiConstantValue(TNode<IntPtrT> maybe_constant,
298 TNode<Smi> maybe_constant, int* value) { in TryGetIntPtrOrSmiConstantValue() argument300 if (TryToSmiConstant(maybe_constant, &smi_constant)) { in TryGetIntPtrOrSmiConstantValue()308 TNode<IntPtrT> maybe_constant, int* value) { in TryGetIntPtrOrSmiConstantValue() argument310 if (TryToInt32Constant(maybe_constant, &int32_constant)) { in TryGetIntPtrOrSmiConstantValue()