Home
last modified time | relevance | path

Searched refs:TypeOf (Results 1 – 25 of 31) sorted by relevance

12

/external/v8/test/cctest/compiler/
Dtest-js-constant-cache.cc48 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/
Dasm-wasm-builder.cc387 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/
Druntime-internal.cc186 Handle<String> type = Object::TypeOf(isolate, object); in RUNTIME_FUNCTION()
425 return Object::TypeOf(isolate, object); in RenderCallSite()
Druntime-interpreter.cc136 return Object::cast(*Object::TypeOf(isolate, x)); in RUNTIME_FUNCTION()
/external/clang/include/clang/AST/
DTypeNodes.def87 NON_CANONICAL_UNLESS_DEPENDENT_TYPE(TypeOf, Type)
DType.h3427 : Type(TypeOf, can, T->isDependentType(),
3444 static bool classof(const Type *T) { return T->getTypeClass() == TypeOf; }
/external/v8/test/unittests/compiler/
Djs-operator-unittest.cc81 SHARED(TypeOf, Operator::kEliminatable, 1, 0, 1, 0, 1, 1, 0),
/external/v8/src/interpreter/
Dbytecode-array-builder.h193 BytecodeArrayBuilder& TypeOf();
Dbytecodes.h139 V(TypeOf, OperandType::kNone) \
Dbytecode-array-builder.cc258 BytecodeArrayBuilder& BytecodeArrayBuilder::TypeOf() { in TypeOf() function in v8::internal::interpreter::BytecodeArrayBuilder
Dbytecode-generator.cc1677 builder()->TypeOf(); in VisitTypeOf()
/external/v8/src/compiler/
Djs-operator.h562 const Operator* TypeOf();
Djs-operator.cc503 V(TypeOf, Operator::kEliminatable, 1, 1) \
Dbytecode-graph-builder.cc1454 NewNode(javascript()->TypeOf(), environment()->LookupAccumulator()); in VisitTypeOf()
Dtyper.cc1169 Object::TypeOf(t->isolate(), type->AsConstant()->Value()), t->zone()); in JSTypeOfTyper()
/external/v8/test/cctest/interpreter/
Dtest-bytecode-generator.cc3146 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/
Dbytecode-array-builder-unittest.cc138 builder.LogicalNot().TypeOf(); in TEST_F()
/external/clang/lib/AST/
DType.cpp917 TRIVIAL_TYPE_CLASS(TypeOf) in TRIVIAL_TYPE_CLASS()
2355 case TypeOf: in isSpecifierType()
3512 case Type::TypeOf: in canHaveNullability()
DTypePrinter.cpp181 case Type::TypeOf: in canPrefixQualifiers()
DItaniumMangle.cpp1526 case Type::TypeOf: in mangleUnresolvedTypeOrSimpleId()
/external/clang/lib/Sema/
DSemaTemplateDeduction.cpp505 case Type::TypeOf: in IsPossiblyOpaquelyQualifiedType()
1647 case Type::TypeOf: in DeduceTemplateArgumentsByTypeMatch()
4910 case Type::TypeOf: in MarkUsedTemplateParameters()
/external/v8/src/crankshaft/
Dhydrogen-instructions.cc530 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()
Dhydrogen-instructions.h871 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/
DCodeGenFunction.cpp1707 case Type::TypeOf: in EmitVariablyModifiedType()
DCGDebugInfo.cpp2116 case Type::TypeOf: in UnwrapTypeForDebugInfo()
2296 case Type::TypeOf: in CreateTypeNode()

12