Home
last modified time | relevance | path

Searched refs:IsA (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/asmjs/
Dasm-types.cc57 bool AsmType::IsA(AsmType* that) { in IsA() function in v8::internal::wasm::AsmType
68 return as_callable->IsA(that); in IsA()
142 bool AsmCallableType::IsA(AsmType* other) { in IsA() function in v8::internal::wasm::AsmCallableType
186 if (!arg->IsA(AsmType::Floatish()) && !arg->IsA(AsmType::DoubleQ()) && in CanBeInvokedWith()
187 !arg->IsA(AsmType::Signed()) && !arg->IsA(AsmType::Unsigned())) { in CanBeInvokedWith()
213 if (!args[ii]->IsA(arg_)) { in CanBeInvokedWith()
245 if (!args[ii]->IsA(AsmType::Extern())) { in CanBeInvokedWith()
253 bool AsmFunctionType::IsA(AsmType* other) { in IsA() function in v8::internal::wasm::AsmFunctionType
286 if (!args[ii]->IsA(args_[ii])) { in CanBeInvokedWith()
Dasm-types.h121 virtual bool IsA(AsmType* other); in NON_EXPORTED_BASE()
148 bool IsA(AsmType* other) override;
279 bool IsA(AsmType* that);
290 if (this->IsA(AsmType::Signed())) { in ToReturnType()
293 if (this->IsA(AsmType::Double())) { in ToReturnType()
296 if (this->IsA(AsmType::Float())) { in ToReturnType()
299 if (this->IsA(AsmType::Void())) { in ToReturnType()
313 if (this->IsA(AsmType::Int())) { in ToParameterType()
316 if (this->IsA(AsmType::Double())) { in ToParameterType()
319 if (this->IsA(AsmType::Float())) { in ToParameterType()
Dasm-typer.cc172 CHECK(!type_->IsA(AsmType::None())); in Clone()
851 } else if (target_info->type()->IsA(AsmType::Heap())) { in ValidateGlobalDeclaration()
1066 } else if (!initializer_type->IsA(table_element_type)) { in ValidateFunctionTable()
1104 if (!table_element_type->IsA(target_info_table->signature())) { in ValidateFunctionTable()
1298 if (!fun_type->IsA(old_fun_type)) { in ValidateFunction()
1372 if (!cond_type->IsA(AsmType::Int())) { in ValidateIfStatement()
1394 if (!ret_expr_type->IsA(return_type_)) { in ValidateReturnStatement()
1406 if (!cond_type->IsA(AsmType::Int())) { in ValidateWhileStatement()
1420 if (!cond_type->IsA(AsmType::Int())) { in ValidateDoWhileStatement()
1439 if (!cond_type->IsA(AsmType::Int())) { in ValidateForStatement()
[all …]
Dasm-wasm-builder.cc686 if (type->IsA(AsmType::Signed())) { in VisitLiteral()
690 } else if (type->IsA(AsmType::Unsigned()) || type->IsA(AsmType::FixNum())) { in VisitLiteral()
694 } else if (type->IsA(AsmType::Int())) { in VisitLiteral()
712 } else if (type->IsA(AsmType::Double())) { in VisitLiteral()
718 } else if (type->IsA(AsmType::Float())) { in VisitLiteral()
977 ->IsA(AsmType::Float32Array())) { in EmitAssignment()
1795 if (type->IsA(AsmType::FixNum())) { in TypeIndexOf()
1799 if (type->IsA(AsmType::Signed())) { in TypeIndexOf()
1803 if (type->IsA(AsmType::Unsigned())) { in TypeIndexOf()
1807 if (type->IsA(AsmType::Intish())) { in TypeIndexOf()
[all …]
/external/protobuf/python/
Dmox.py790 class IsA(Comparator): class
/external/autotest/site_utils/
Dgs_offloader_unittest.py101 mox.IsA(cloud_console_client.PubSubBasedClient)).AndReturn(