Home
last modified time | relevance | path

Searched refs:kAny (Results 1 – 25 of 61) sorted by relevance

123

/external/v8/src/
Dtype-hints.h24 kAny enumerator
44 kAny enumerator
58 kAny enumerator
Dtype-hints.cc28 case BinaryOperationHint::kAny: in operator <<()
54 case CompareOperationHint::kAny: in operator <<()
68 case ForInHint::kAny: in operator <<()
Dfeedback-vector-inl.h204 return BinaryOperationHint::kAny; in BinaryOperationHintFromFeedback()
231 return CompareOperationHint::kAny; in CompareOperationHintFromFeedback()
246 return ForInHint::kAny; in ForInHintFromFeedback()
296 if (hint == BinaryOperationHint::kAny) { in ComputeCounts()
308 if (hint == CompareOperationHint::kAny) { in ComputeCounts()
320 if (hint == ForInHint::kAny) { in ComputeCounts()
Dcode-factory.h70 ConvertReceiverMode mode = ConvertReceiverMode::kAny);
74 Isolate* isolate, ConvertReceiverMode mode = ConvertReceiverMode::kAny);
Dmachine-type.h50 kAny enumerator
150 MachineSemantic::kAny); in TaggedPointer()
157 return MachineType(MachineRepresentation::kTagged, MachineSemantic::kAny); in AnyTagged()
Dglobals.h845 kAny // No specific knowledge about receiver. enumerator
858 case ConvertReceiverMode::kAny:
1287 kAny = 0x7F enumerator
1315 kAny = 0xff enumerator
1357 kAny = 0x7 enumerator
1365 STATIC_ASSERT((ForInFeedback::kEnumCacheKeys | ForInFeedback::kAny) ==
1366 ForInFeedback::kAny);
Dmachine-type.cc73 case MachineSemantic::kAny: in operator <<()
/external/v8/src/builtins/
Dbuiltins-call.cc20 case ConvertReceiverMode::kAny: in CallFunction()
32 case ConvertReceiverMode::kAny: in Call()
Dbuiltins-interpreter-gen.cc14 masm, ConvertReceiverMode::kAny, InterpreterPushArgsMode::kOther); in Generate_InterpreterPushArgsThenCall()
27 masm, ConvertReceiverMode::kAny, in Generate_InterpreterPushArgsThenCallWithFinalSpread()
Dbuiltins.h65 Handle<Code> CallFunction(ConvertReceiverMode = ConvertReceiverMode::kAny);
66 Handle<Code> Call(ConvertReceiverMode = ConvertReceiverMode::kAny);
Dbuiltins-interpreter.cc28 case ConvertReceiverMode::kAny: in InterpreterPushArgsThenCall()
/external/skia/tools/bookmaker/
Ddefinition.cpp48 kAny, enumerator
57 kAny, enumerator
95 { DEFOP::kCast, "()", "cast", BLANK, OpType::kAny, OpMod::kAny, ANY,
96 {{ ANY, OpType::kAny, OpMod::kAny, }}},
220 if (parser.fReturnType != OpType::kAny && parser.fReturnType != returnOpType) { in parseOperator()
223 if (parser.fReturnMod != OpMod::kAny && parser.fReturnMod != returnMod) { in parseOperator()
252 if (parser.fParams[pIndex].fType != OpType::kAny && in parseOperator()
259 if (parser.fParams[pIndex].fMod != OpMod::kAny && in parseOperator()
/external/skqp/tools/bookmaker/
Ddefinition.cpp48 kAny, enumerator
57 kAny, enumerator
95 { DEFOP::kCast, "()", "cast", BLANK, OpType::kAny, OpMod::kAny, ANY,
96 {{ ANY, OpType::kAny, OpMod::kAny, }}},
220 if (parser.fReturnType != OpType::kAny && parser.fReturnType != returnOpType) { in parseOperator()
223 if (parser.fReturnMod != OpMod::kAny && parser.fReturnMod != returnMod) { in parseOperator()
252 if (parser.fParams[pIndex].fType != OpType::kAny && in parseOperator()
259 if (parser.fParams[pIndex].fMod != OpMod::kAny && in parseOperator()
/external/skqp/src/gpu/
DGrTextureMaker.cpp46 return this->refOriginalTextureProxy(willBeMipped, AllowedTexGenType::kAny); in onRefTextureProxyForParams()
70 source = this->refOriginalTextureProxy(false, AllowedTexGenType::kAny); in onRefTextureProxyForParams()
DGrTextureMaker.h19 enum class AllowedTexGenType : bool { kCheap, kAny }; enumerator
/external/skia/src/gpu/
DGrTextureMaker.cpp46 return this->refOriginalTextureProxy(willBeMipped, AllowedTexGenType::kAny); in onRefTextureProxyForParams()
70 source = this->refOriginalTextureProxy(false, AllowedTexGenType::kAny); in onRefTextureProxyForParams()
DGrTextureMaker.h19 enum class AllowedTexGenType : bool { kCheap, kAny }; enumerator
/external/v8/src/compiler/
Drepresentation-change.cc36 case TruncationKind::kAny: in description()
78 if (LessGeneral(rep1, TruncationKind::kAny) && in Generalize()
79 LessGeneral(rep2, TruncationKind::kAny)) { in Generalize()
80 return TruncationKind::kAny; in Generalize()
103 return rep2 == TruncationKind::kBool || rep2 == TruncationKind::kAny; in LessGeneral()
107 rep2 == TruncationKind::kFloat64 || rep2 == TruncationKind::kAny; in LessGeneral()
111 return rep2 == TruncationKind::kFloat64 || rep2 == TruncationKind::kAny; in LessGeneral()
112 case TruncationKind::kAny: in LessGeneral()
113 return rep2 == TruncationKind::kAny; in LessGeneral()
Drepresentation-change.h36 return Truncation(TruncationKind::kAny, identify_zeros);
90 kAny enumerator
95 DCHECK(kind == TruncationKind::kAny || kind == TruncationKind::kFloat64 || in Truncation()
Djs-type-hint-lowering.cc38 case BinaryOperationHint::kAny: in BinaryOperationHintToNumberOperationHint()
88 case CompareOperationHint::kAny: in GetCompareNumberOperationHint()
252 BinaryOperationHint hint = BinaryOperationHint::kAny; // Dummy. in ReduceUnaryOperation()
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dresolve_reduce_attributes.cc72 case OperatorType::kAny: in Run()
/external/v8/src/ic/
Dbinary-op-assembler.cc201 var_type_feedback.Bind(SmiConstant(BinaryOperationFeedback::kAny)); in Generate_AddWithFeedback()
374 var_type_feedback.Bind(SmiConstant(BinaryOperationFeedback::kAny)); in Generate_BinaryOperationWithFeedback()
516 Node* dummy_feedback = SmiConstant(BinaryOperationFeedback::kAny); in Generate_ExponentiateWithFeedback()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBBIRuleScanner.java99 static private String kAny = "any"; field in RBBIRuleScanner
383 findSetFor(kAny, n, null); in doParseActions()
646 if (s.equals(kAny)) { in findSetFor()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRBBIRuleScanner.java100 static private String kAny = "any"; field in RBBIRuleScanner
384 findSetFor(kAny, n, null); in doParseActions()
647 if (s.equals(kAny)) { in findSetFor()
/external/tensorflow/tensorflow/lite/kernels/
Dreduce.cc436 kAny, enumerator
478 case kAny: in EvalType()
599 reduce::EvalGeneric<reduce::kReference, reduce::kAny>}; in Register_REDUCE_ANY_REF()

123