Home
last modified time | relevance | path

Searched refs:kSymbol (Results 1 – 24 of 24) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-symbol-gen.cc19 Node* value = ToThisValue(context, receiver, PrimitiveType::kSymbol, in TF_BUILTIN()
30 Node* result = ToThisValue(context, receiver, PrimitiveType::kSymbol, in TF_BUILTIN()
40 Node* value = ToThisValue(context, receiver, PrimitiveType::kSymbol, in TF_BUILTIN()
51 Node* result = ToThisValue(context, receiver, PrimitiveType::kSymbol, in TF_BUILTIN()
/external/v8/src/
Dtype-hints.h41 kSymbol, enumerator
Dtype-hints.cc48 case CompareOperationHint::kSymbol: in operator <<()
Dfeedback-vector-inl.h224 case CompareOperationFeedback::kSymbol: in CompareOperationHintFromFeedback()
225 return CompareOperationHint::kSymbol; in CompareOperationHintFromFeedback()
Dglobals.h1312 kSymbol = 0x20, enumerator
Dcode-stub-assembler.cc5124 case PrimitiveType::kSymbol: in ToThisValue()
5145 case PrimitiveType::kSymbol: in ToThisValue()
10639 CombineFeedback(var_type_feedback, CompareOperationFeedback::kSymbol); in GenerateEqual_Same()
10936 CompareOperationFeedback::kSymbol); in Equal()
11266 SmiConstant(CompareOperationFeedback::kSymbol)); in StrictEqual()
Dcode-stub-assembler.h26 enum class PrimitiveType { kBoolean, kNumber, kString, kSymbol }; enumerator
/external/v8/src/compiler/
Dtypes.h153 V(UniqueName, kSymbol | kInternalizedString) \
154 V(Name, kSymbol | kString) \
172 V(Primitive, kSymbol | kBigInt | kPlainPrimitive) \
190 V(SymbolOrReceiver, kSymbol | kReceiver) \
Djs-type-hint-lowering.cc91 case CompareOperationHint::kSymbol: in GetCompareNumberOperationHint()
Djs-operator.cc712 Name##Operator<CompareOperationHint::kSymbol> k##Name##SymbolOperator; \
776 case CompareOperationHint::kSymbol: \ in BINARY_OP_LIST()
Dtypes.cc162 return kSymbol; in Lub()
Djs-typed-lowering.cc51 case CompareOperationHint::kSymbol: in GetCompareNumberOperationHint()
84 CompareOperationHint::kSymbol) && in IsSymbolCompareOperation()
Dbytecode-graph-builder.cc2502 case interpreter::TestTypeOfFlags::LiteralFlag::kSymbol: in VisitTestTypeOf()
/external/v8/src/interpreter/
Dbytecode-flags.cc52 return LiteralFlag::kSymbol; in GetFlagForLiteral()
Dbytecode-generator.cc2092 case Literal::kSymbol: in VisitLiteral()
/external/sfntly/cpp/src/sfntly/
Dfont.h67 kSymbol = 0, enumerator
/external/v8/src/profiler/
Dheap-snapshot-generator.h114 kSymbol = v8::HeapGraphNode::kSymbol, enumerator
Dheap-snapshot-generator.cc172 case kSymbol: return "/symbol/"; in TypeAsString()
685 return AddEntry(object, HeapEntry::kSymbol, "symbol"); in AddEntry()
/external/tensorflow/tensorflow/compiler/jit/
Ddeadness_analysis.cc113 enum class Kind { kAnd, kOr, kNot, kAndRecurrence, kSymbol }; enumerator
282 Kind kind() const override { return Kind::kSymbol; } in kind()
955 if (it->second->kind() == Predicate::Kind::kSymbol) { in HandleMerge()
/external/v8/src/ast/
Dast.cc905 case kSymbol: in BuildValue()
948 case kSymbol: in ToBooleanIsTrue()
Dast.h1023 kSymbol, enumerator
1079 DCHECK_EQ(type(), kSymbol); in AsSymbol()
1123 bit_field_ = TypeField::update(bit_field_, kSymbol); in Literal()
Dprettyprinter.cc607 case Literal::kSymbol: in PrintLiteral()
/external/v8/include/
Dv8-profiler.h408 kSymbol = 12, // A Symbol (ES6). enumerator
/external/sfntly/cpp/src/sfntly/table/core/
Dname_table.cc607 case WindowsEncodingId::kSymbol: in GetEncodingName()