/third_party/node/deps/v8/src/objects/ |
H A D | type-hints.h | 23 kAny 45 kAny 59 kAny
|
H A D | type-hints.cc | 26 case BinaryOperationHint::kAny: in operator <<() 56 case CompareOperationHint::kAny: in operator <<() 70 case ForInHint::kAny: in operator <<()
|
H A D | feedback-vector-inl.h | 262 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 D | wasm-subtyping.cc | 168 (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 D | value-type.h | 68 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 D | function-compiler.cc | 187 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 D | builtins-interpreter-gen.cc | 14 masm, ConvertReceiverMode::kAny, InterpreterPushArgsMode::kOther); in Generate_InterpreterPushArgsThenCall() 27 masm, ConvertReceiverMode::kAny, in Generate_InterpreterPushArgsThenCallWithFinalSpread()
|
H A D | builtins.h | 152 Handle<CodeT> CallFunction(ConvertReceiverMode = ConvertReceiverMode::kAny); 153 Handle<CodeT> Call(ConvertReceiverMode = ConvertReceiverMode::kAny);
|
/third_party/node/deps/v8/src/codegen/ |
H A D | machine-type.h | 87 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 D | code-factory.h | 60 ConvertReceiverMode mode = ConvertReceiverMode::kAny); 65 Isolate* isolate, ConvertReceiverMode mode = ConvertReceiverMode::kAny);
|
H A D | machine-type.cc | 82 case MachineSemantic::kAny: in operator <<()
|
H A D | code-factory.cc | 168 case ConvertReceiverMode::kAny: in Call_WithFeedback() 255 case ConvertReceiverMode::kAny: in InterpreterPushArgsThenCall()
|
/third_party/node/deps/v8/src/common/ |
H A D | globals.h | 1109 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 D | representation-change.cc | 41 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 D | js-type-hint-lowering.cc | 36 case BinaryOperationHint::kAny: in BinaryOperationHintToNumberOperationHint() 52 case BinaryOperationHint::kAny: in BinaryOperationHintToBigIntOperationHint() 102 case CompareOperationHint::kAny: in GetCompareNumberOperationHint()
|
H A D | fast-api-calls.cc | 32 case CTypeInfo::Type::kAny: in GetTypedArrayElementsKind()
|
H A D | representation-change.h | 43 return Truncation(TruncationKind::kAny, identify_zeros); in Any() 96 kAny
|
/third_party/skia/third_party/externals/tint/src/sem/ |
H A D | intrinsic_type.h | 40 kAny, member in tint::sem::IntrinsicType
|
H A D | intrinsic_type.cc | 43 return IntrinsicType::kAny; in ParseIntrinsicType() 349 case IntrinsicType::kAny: in str()
|
H A D | intrinsic_test.cc | 47 IntrinsicData{"any", IntrinsicType::kAny},
|
/third_party/node/deps/v8/src/ic/ |
H A D | binary-op-assembler.cc | 210 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 D | RBBIRuleScanner.java | 99 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 D | RBBIRuleScanner.java | 100 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 D | v8-fast-api-calls.h | 252 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 D | v8-fast-api-calls.h | 255 kAny, // This is added to enable untyped representation of fast member in v8::CTypeInfo::Type 626 kReturnType == CTypeInfo::Type::kAny, 679 V(AnyCType, kAny)
|