Home
last modified time | relevance | path

Searched refs:kAny (Results 1 - 25 of 83) sorted by relevance

1234

/third_party/node/deps/v8/src/objects/
H A Dtype-hints.h23 kAny
45 kAny
59 kAny
H A Dtype-hints.cc26 case BinaryOperationHint::kAny: in operator <<()
56 case CompareOperationHint::kAny: in operator <<()
70 case ForInHint::kAny: in operator <<()
H A Dfeedback-vector-inl.h262 return BinaryOperationHint::kAny; in BinaryOperationHintFromFeedback()
307 DCHECK(Is<CompareOperationFeedback::kAny>(type_feedback)); in CompareOperationHintFromFeedback()
308 return CompareOperationHint::kAny; in CompareOperationHintFromFeedback()
321 return ForInHint::kAny; in ForInHintFromFeedback()
/third_party/node/deps/v8/src/wasm/
H A Dwasm-subtyping.cc168 (FLAG_experimental_wasm_gc && super_heap == HeapType::kAny); in IsSubtypeOfImpl()
170 return sub_heap == super_heap || super_heap == HeapType::kAny; in IsSubtypeOfImpl()
171 case HeapType::kAny: in IsSubtypeOfImpl()
172 return super_heap == HeapType::kAny; in IsSubtypeOfImpl()
176 super_heap == HeapType::kAny; in IsSubtypeOfImpl()
179 super_heap == HeapType::kEq || super_heap == HeapType::kAny; in IsSubtypeOfImpl()
200 case HeapType::kAny: in IsSubtypeOfImpl()
H A Dvalue-type.h68 kAny, // shorthand: a. Aka kExtern.
84 return HeapType(kAny); in from_code()
141 case kAny: in name()
164 case kAny: in code()
440 return Ref(HeapType::kAny, kNullable); in For()
465 case HeapType::kAny: in value_type_code()
507 heap_representation() != HeapType::kAny; in encoding_needs_heap_type()
606 constexpr ValueType kWasmAnyRef = ValueType::Ref(HeapType::kAny, kNullable);
619 ValueType::Ref(HeapType::kAny, kNonNullable);
H A Dfunction-compiler.cc187 if (ret.heap_representation() != wasm::HeapType::kAny && in UseGenericWrapper()
197 type.heap_representation() == wasm::HeapType::kAny)) { in UseGenericWrapper()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-interpreter-gen.cc14 masm, ConvertReceiverMode::kAny, InterpreterPushArgsMode::kOther); in Generate_InterpreterPushArgsThenCall()
27 masm, ConvertReceiverMode::kAny, in Generate_InterpreterPushArgsThenCallWithFinalSpread()
H A Dbuiltins.h152 Handle<CodeT> CallFunction(ConvertReceiverMode = ConvertReceiverMode::kAny);
153 Handle<CodeT> Call(ConvertReceiverMode = ConvertReceiverMode::kAny);
/third_party/node/deps/v8/src/codegen/
H A Dmachine-type.h87 kAny
209 MachineSemantic::kAny); in TaggedPointer()
212 return MachineType(MachineRepresentation::kMapWord, MachineSemantic::kAny); in MapInHeader()
219 return MachineType(MachineRepresentation::kTagged, MachineSemantic::kAny); in AnyTagged()
223 MachineSemantic::kAny); in CompressedPointer()
227 MachineSemantic::kAny); in AnyCompressed()
290 case CTypeInfo::Type::kAny: in TypeForCType()
293 "CTypeInfo::Type::kAny is assumed to be of size 64 bits."); in TypeForCType()
H A Dcode-factory.h60 ConvertReceiverMode mode = ConvertReceiverMode::kAny);
65 Isolate* isolate, ConvertReceiverMode mode = ConvertReceiverMode::kAny);
H A Dmachine-type.cc82 case MachineSemantic::kAny: in operator <<()
H A Dcode-factory.cc168 case ConvertReceiverMode::kAny: in Call_WithFeedback()
255 case ConvertReceiverMode::kAny: in InterpreterPushArgsThenCall()
/third_party/node/deps/v8/src/common/
H A Dglobals.h1109 kAny // No specific knowledge about receiver.
1122 case ConvertReceiverMode::kAny: in operator <<()
1451 // kSignedSmall -> kSignedSmallInputs -> kNumber -> kNumberOrOddball -> kAny
1452 // kString -> kAny
1453 // kBigInt -> kAny
1471 kAny = 0x7F enumerator
1515 kAny = kAnyMask, enumerator
1522 // kNone -> kEnumCacheKeysAndIndices -> kEnumCacheKeys -> kAny
1527 kAny = 0x7 member in v8::internal::ForInFeedback
1536 static_cast<int>(ForInFeedback::kAny))
[all...]
/third_party/node/deps/v8/src/compiler/
H A Drepresentation-change.cc41 case TruncationKind::kAny: in description()
54 // kAny <-------+
85 if (LessGeneral(rep1, TruncationKind::kAny) && in Generalize()
86 LessGeneral(rep2, TruncationKind::kAny)) { in Generalize()
87 return TruncationKind::kAny; in Generalize()
109 return rep2 == TruncationKind::kBool || rep2 == TruncationKind::kAny; in LessGeneral()
114 rep2 == TruncationKind::kAny; in LessGeneral()
118 rep2 == TruncationKind::kAny; in LessGeneral()
121 rep2 == TruncationKind::kAny; in LessGeneral()
122 case TruncationKind::kAny in LessGeneral()
[all...]
H A Djs-type-hint-lowering.cc36 case BinaryOperationHint::kAny: in BinaryOperationHintToNumberOperationHint()
52 case BinaryOperationHint::kAny: in BinaryOperationHintToBigIntOperationHint()
102 case CompareOperationHint::kAny: in GetCompareNumberOperationHint()
H A Dfast-api-calls.cc32 case CTypeInfo::Type::kAny: in GetTypedArrayElementsKind()
H A Drepresentation-change.h43 return Truncation(TruncationKind::kAny, identify_zeros); in Any()
96 kAny
/third_party/skia/third_party/externals/tint/src/sem/
H A Dintrinsic_type.h40 kAny, member in tint::sem::IntrinsicType
H A Dintrinsic_type.cc43 return IntrinsicType::kAny; in ParseIntrinsicType()
349 case IntrinsicType::kAny: in str()
H A Dintrinsic_test.cc47 IntrinsicData{"any", IntrinsicType::kAny},
/third_party/node/deps/v8/src/ic/
H A Dbinary-op-assembler.cc210 UpdateFeedback(SmiConstant(BinaryOperationFeedback::kAny), in Generate_AddWithFeedback()
224 var_type_feedback = SmiConstant(BinaryOperationFeedback::kAny); in Generate_AddWithFeedback()
414 UpdateFeedback(SmiConstant(BinaryOperationFeedback::kAny), in Generate_BinaryOperationWithFeedback()
427 var_type_feedback = SmiConstant(BinaryOperationFeedback::kAny); in Generate_BinaryOperationWithFeedback()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRBBIRuleScanner.java99 static private String kAny = "any"; field in RBBIRuleScanner
383 findSetFor(kAny, n, null); in doParseActions()
646 if (s.equals(kAny)) { in findSetFor()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DRBBIRuleScanner.java100 static private String kAny = "any"; field in RBBIRuleScanner
384 findSetFor(kAny, n, null); in doParseActions()
647 if (s.equals(kAny)) { in findSetFor()
/third_party/node/deps/v8/include/
H A Dv8-fast-api-calls.h252 kAny, // This is added to enable untyped representation of fast member in v8::CTypeInfo::Type
608 kReturnType == CTypeInfo::Type::kAny,
659 V(AnyCType, kAny)
/third_party/node/deps/v8/include/v8-include/
H A Dv8-fast-api-calls.h255 kAny, // This is added to enable untyped representation of fast member in v8::CTypeInfo::Type
626 kReturnType == CTypeInfo::Type::kAny,
679 V(AnyCType, kAny)

Completed in 22 milliseconds

1234