Searched defs:TypeOf (Results 1 - 8 of 8) sorted by relevance

/external/v8/test/cctest/compiler/
H A Dtest-js-constant-cache.cc48 Type* TypeOf(Node* node) { return NodeProperties::GetType(node); } function in class:v8::internal::compiler::JSConstantCacheTester
72 Type* t = T.TypeOf(zero);
93 Type* t = T.TypeOf(minus_zero);
126 Type* t = T.TypeOf(zero);
151 Type* t = T.TypeOf(one);
176 Type* t = T.TypeOf(one);
236 CHECK(T.TypeOf(node)->Is(Type::Of(value, T.main_zone())));
283 CHECK(T.TypeOf(T.UndefinedConstant())->Is(Type::Undefined()));
285 // CHECK(T.TypeOf(T.TheHoleConstant())->Is(Type::Internal()));
286 CHECK(T.TypeOf(
[all...]
/external/v8/src/compiler/
H A Dsimplified-operator.cc215 Type* TypeOf(const Operator* op) { function in namespace:v8::internal::compiler
H A Dsimplified-lowering.cc312 Type* TypeOf(Node* node) { function in class:v8::internal::compiler::RepresentationSelector
712 input, input_info->representation(), TypeOf(input), node, use);
834 type = TypeOf(node);
968 DeoptValueSemanticOf(TypeOf(input)));
1273 if (TypeOf(node->InputAt(0))->Is(Type::Signed32()) &&
1274 TypeOf(node->InputAt(1))->Is(Type::Signed32())) {
1278 } else if (TypeOf(node->InputAt(0))->Is(Type::Unsigned32()) &&
1279 TypeOf(node->InputAt(1))->Is(Type::Unsigned32())) {
1299 if (TypeOf(node->InputAt(0))->Is(Type::Signed32()) &&
1300 TypeOf(nod
[all...]
/external/v8/src/interpreter/
H A Dbytecode-array-builder.cc169 BytecodeArrayBuilder& BytecodeArrayBuilder::TypeOf() { function in class:v8::internal::interpreter::BytecodeArrayBuilder
/external/v8/src/wasm/
H A Dasm-wasm-builder.cc270 TypeOf(stmt->expression()) == kAstStmt ? ARITY_0 : ARITY_1;
561 LocalType var_type = TypeOf(expr);
795 LocalType var_type = TypeOf(expr);
809 if (TypeOf(expr->value()) == kAstF64 && expr->target()->IsProperty() &&
955 DCHECK_EQ(kAstI32, TypeOf(value));
965 DCHECK(kAstI32 == TypeOf(binop->right()->AsLiteral()));
1011 LocalType call_type = TypeOf(call);
1282 LocalType return_type = TypeOf(expr);
1290 sig.AddParam(TypeOf(args->at(i)));
1336 DCHECK_EQ(kAstI32, TypeOf(exp
1726 LocalType TypeOf(Expression* expr) { function in class:v8::internal::wasm::AsmWasmBuilderImpl
[all...]
/external/v8/src/crankshaft/
H A Dhydrogen-instructions.h852 struct TypeOf { struct
853 explicit TypeOf(const HValue* const v) : value(v) {} function in struct:TypeOf
866 std::ostream& operator<<(std::ostream& os, const TypeOf& v);
/external/v8/src/
H A Dapi.cc3616 Local<String> Value::TypeOf(v8::Isolate* external_isolate) { function in class:v8::Value
3619 LOG_API(isolate, Value, TypeOf);
3620 return Utils::ToLocal(i::Object::TypeOf(isolate, Utils::OpenHandle(this)));
H A Dobjects.cc416 Handle<String> Object::TypeOf(Isolate* isolate, Handle<Object> object) { function in class:v8::internal::Object
4617 Object::TypeOf(isolate, receiver), receiver));
4636 Object::TypeOf(isolate, receiver), receiver));
4724 Object::TypeOf(isolate, array), array));

Completed in 1980 milliseconds