/external/v8/test/cctest/compiler/ |
D | test-js-constant-cache.cc | 48 Type* TypeOf(Node* node) { return NodeProperties::GetType(node); } in TypeOf() function in v8::internal::compiler::JSConstantCacheTester 72 Type* t = T.TypeOf(zero); in TEST() 93 Type* t = T.TypeOf(minus_zero); in TEST() 126 Type* t = T.TypeOf(zero); in TEST() 151 Type* t = T.TypeOf(one); in TEST() 176 Type* t = T.TypeOf(one); in TEST() 236 CHECK(T.TypeOf(node)->Is(Type::Of(value, T.main_zone()))); in TEST() 283 CHECK(T.TypeOf(T.UndefinedConstant())->Is(Type::Undefined())); in TEST() 286 CHECK(T.TypeOf(T.TrueConstant())->Is(Type::Boolean())); in TEST() 287 CHECK(T.TypeOf(T.FalseConstant())->Is(Type::Boolean())); in TEST() [all …]
|
/external/v8/src/wasm/ |
D | asm-wasm-builder.cc | 387 LocalType var_type = TypeOf(expr); in VisitVariableProxy() 401 LocalType type = TypeOf(expr); in VisitLiteral() 467 if (TypeOf(expr->value()) == kAstStmt) { in VisitAssignment() 539 DCHECK(kAstI32 == TypeOf(value)); in VisitProperty() 549 DCHECK(kAstI32 == TypeOf(binop->right()->AsLiteral())); in VisitProperty() 589 DCHECK(TypeOf(expr->expression()) == kAstI32); in VisitUnaryOperation() 605 TypeOf(expr) == kAstI32) { in MatchIntBinaryOperation() 619 TypeOf(expr) == kAstF64) { in MatchDoubleBinaryOperation() 633 return (TypeOf(expr->left()) == kAstI32) ? kAsIs : kToInt; in MatchOr() 642 return (TypeOf(expr->left()) == kAstI32) ? kAsIs : kToInt; in MatchShr() [all …]
|
/external/v8/src/runtime/ |
D | runtime-internal.cc | 186 Handle<String> type = Object::TypeOf(isolate, object); in RUNTIME_FUNCTION() 425 return Object::TypeOf(isolate, object); in RenderCallSite()
|
D | runtime-interpreter.cc | 136 return Object::cast(*Object::TypeOf(isolate, x)); in RUNTIME_FUNCTION()
|
/external/clang/include/clang/AST/ |
D | TypeNodes.def | 87 NON_CANONICAL_UNLESS_DEPENDENT_TYPE(TypeOf, Type)
|
D | Type.h | 3427 : Type(TypeOf, can, T->isDependentType(), 3444 static bool classof(const Type *T) { return T->getTypeClass() == TypeOf; }
|
/external/v8/test/unittests/compiler/ |
D | js-operator-unittest.cc | 81 SHARED(TypeOf, Operator::kEliminatable, 1, 0, 1, 0, 1, 1, 0),
|
/external/v8/src/interpreter/ |
D | bytecode-array-builder.h | 193 BytecodeArrayBuilder& TypeOf();
|
D | bytecodes.h | 139 V(TypeOf, OperandType::kNone) \
|
D | bytecode-array-builder.cc | 258 BytecodeArrayBuilder& BytecodeArrayBuilder::TypeOf() { in TypeOf() function in v8::internal::interpreter::BytecodeArrayBuilder
|
D | bytecode-generator.cc | 1677 builder()->TypeOf(); in VisitTypeOf()
|
/external/v8/src/compiler/ |
D | js-operator.h | 562 const Operator* TypeOf();
|
D | js-operator.cc | 503 V(TypeOf, Operator::kEliminatable, 1, 1) \
|
D | bytecode-graph-builder.cc | 1454 NewNode(javascript()->TypeOf(), environment()->LookupAccumulator()); in VisitTypeOf()
|
D | typer.cc | 1169 Object::TypeOf(t->isolate(), type->AsConstant()->Value()), t->zone()); in JSTypeOfTyper()
|
/external/v8/test/cctest/interpreter/ |
D | test-bytecode-generator.cc | 3146 B(TypeOf), // in TEST() 3159 B(TypeOf), // in TEST() 3175 B(TypeOf), // in TEST() 5593 B(TypeOf), // in TEST() 5629 B(TypeOf), // in TEST() 6368 B(TypeOf), // in TEST() 6549 B(TypeOf), // in TEST() 6610 B(TypeOf), // in TEST()
|
/external/v8/test/unittests/interpreter/ |
D | bytecode-array-builder-unittest.cc | 138 builder.LogicalNot().TypeOf(); in TEST_F()
|
/external/clang/lib/AST/ |
D | Type.cpp | 917 TRIVIAL_TYPE_CLASS(TypeOf) in TRIVIAL_TYPE_CLASS() 2355 case TypeOf: in isSpecifierType() 3512 case Type::TypeOf: in canHaveNullability()
|
D | TypePrinter.cpp | 181 case Type::TypeOf: in canPrefixQualifiers()
|
D | ItaniumMangle.cpp | 1526 case Type::TypeOf: in mangleUnresolvedTypeOrSimpleId()
|
/external/clang/lib/Sema/ |
D | SemaTemplateDeduction.cpp | 505 case Type::TypeOf: in IsPossiblyOpaquelyQualifiedType() 1647 case Type::TypeOf: in DeduceTemplateArgumentsByTypeMatch() 4910 case Type::TypeOf: in MarkUsedTemplateParameters()
|
/external/v8/src/crankshaft/ |
D | hydrogen-instructions.cc | 530 std::ostream& operator<<(std::ostream& os, const TypeOf& t) { in operator <<() 619 PrintDataTo(os) << ChangesOf(this) << TypeOf(this); in PrintTo() 2477 << TypeOf(this) << "]"; in PrintTo()
|
D | hydrogen-instructions.h | 871 struct TypeOf { struct 872 explicit TypeOf(const HValue* const v) : value(v) {} in TypeOf() function 885 std::ostream& operator<<(std::ostream& os, const TypeOf& v); argument
|
/external/clang/lib/CodeGen/ |
D | CodeGenFunction.cpp | 1707 case Type::TypeOf: in EmitVariablyModifiedType()
|
D | CGDebugInfo.cpp | 2116 case Type::TypeOf: in UnwrapTypeForDebugInfo() 2296 case Type::TypeOf: in CreateTypeNode()
|