Searched refs:TypeOf (Results 1 - 25 of 32) sorted by relevance

12

/external/v8/src/asmjs/
H A Dasm-wasm-builder.cc439 if (auto* func_type = typer_->TypeOf(expr)->AsFunctionType()) {
465 switch (TypeOf(expr)) {
547 LocalType var_type = TypeOf(expr);
571 AsmType* type = typer_->TypeOf(expr);
664 auto* func_tbl_type = typer_->TypeOf(funcs)->AsFunctionTableType();
822 LocalType var_type = TypeOf(expr);
844 if (TypeOf(expr->value()) == kAstF64 && expr->target()->IsProperty() &&
845 typer_->TypeOf(expr->target()->AsProperty()->obj())
901 if (typer_->TypeOf(target)->AsFFIType() != nullptr) {
914 typer_->TypeOf(func
1795 LocalType TypeOf(Expression* expr) { return TypeFrom(typer_->TypeOf(expr)); } function in class:v8::internal::wasm::final
[all...]
H A Dasm-typer.h75 AsmType* TypeOf(AstNode* node) const;
76 AsmType* TypeOf(Variable* v) const;
H A Dasm-typer.cc397 AsmType* AsmTyper::TypeOf(AstNode* node) const { function in class:v8::internal::wasm::AsmTyper
425 AsmType* AsmTyper::TypeOf(Variable* v) const { return Lookup(v)->type(); } function in class:v8::internal::wasm::AsmTyper
/external/v8/src/compiler/
H A Dsimplified-lowering.cc360 Type* TypeOf(Node* node) { function in class:v8::internal::compiler::RepresentationSelector
703 input, input_info->representation(), TypeOf(input), node, use);
873 GetOutputInfoForPhi(node, TypeOf(node), truncation);
895 GetOutputInfoForPhi(node, TypeOf(node), truncation);
917 Type* const input_type = TypeOf(node->InputAt(0));
980 Type* input_type = TypeOf(input);
1001 Type* input_type = TypeOf(input);
1018 Type* input_type = TypeOf(input);
1292 if (TypeOf(node->InputAt(0))->Is(Type::Unsigned32()) &&
1293 TypeOf(nod
[all...]
H A Djs-operator.h509 const Operator* TypeOf();
H A Djs-operator.cc450 V(TypeOf, Operator::kPure, 1, 1) \
H A Dbytecode-graph-builder.cc1588 NewNode(javascript()->TypeOf(), environment()->LookupAccumulator());
H A Dast-graph-builder.cc2783 Node* typeof_arg = NewNode(javascript()->TypeOf(), environment()->Pop());
2990 Node* value = NewNode(javascript()->TypeOf(), environment()->Pop());
H A Djs-typed-lowering.cc799 Object::TypeOf(isolate(), type->AsHeapConstant()->Value())));
/external/v8/src/runtime/
H A Druntime-internal.cc285 Handle<String> type = Object::TypeOf(isolate, object);
405 return Object::TypeOf(isolate, object);
538 return *Object::TypeOf(isolate, object);
/external/v8/src/wasm/
H A Dmodule-decoder.cc34 LocalType TypeOf(const WasmModule* module, const WasmInitExpr& expr) { function in namespace:v8::internal::wasm::__anon21861
731 if (global->type != TypeOf(module, global->init)) {
735 WasmOpcodes::TypeName(TypeOf(module, global->init)));
981 if (expected != kAstStmt && TypeOf(module, expr) != kAstI32) {
984 WasmOpcodes::TypeName(TypeOf(module, expr)));
/external/v8/src/interpreter/
H A Dbytecode-array-builder.h246 BytecodeArrayBuilder& TypeOf();
H A Dbytecode-array-builder.cc316 BytecodeArrayBuilder& BytecodeArrayBuilder::TypeOf() { function in class:v8::internal::interpreter::BytecodeArrayBuilder
H A Dbytecodes.h139 V(TypeOf, AccumulatorUse::kReadWrite) \
H A Dbytecode-generator.cc2550 builder()->TypeOf();
/external/clang/lib/AST/
H A DTypePrinter.cpp184 case Type::TypeOf:
H A DType.cpp917 TRIVIAL_TYPE_CLASS(TypeOf)
2361 case TypeOf:
3520 case Type::TypeOf:
H A DItaniumMangle.cpp1840 case Type::TypeOf:
/external/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp501 case Type::TypeOf:
1659 case Type::TypeOf:
4904 case Type::TypeOf:
/external/v8/src/crankshaft/
H A Dhydrogen-instructions.cc565 std::ostream& operator<<(std::ostream& os, const TypeOf& t) {
654 PrintDataTo(os) << ChangesOf(this) << TypeOf(this);
1959 << TypeOf(this) << "]";
H A Dhydrogen-instructions.h846 struct TypeOf { struct
847 explicit TypeOf(const HValue* const v) : value(v) {} function in struct:TypeOf
860 std::ostream& operator<<(std::ostream& os, const TypeOf& v);
/external/v8/src/
H A Daccessors.cc241 i::Object::TypeOf(isolate, holder), holder));
/external/clang/include/clang/AST/
H A DType.h3572 : Type(TypeOf, can, T->isDependentType(),
3589 static bool classof(const Type *T) { return T->getTypeClass() == TypeOf; }
/external/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1776 case Type::TypeOf:
H A DCGDebugInfo.cpp2280 case Type::TypeOf:
2467 case Type::TypeOf:

Completed in 634 milliseconds

12