Home
last modified time | relevance | path

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

/external/v8/src/asmjs/
Dasm-parser.cc162 zone(), !return_type->IsA(AsmType::Void()) ? 1 : 0, params.size()); in ConvertSignature()
164 if (param->IsA(AsmType::Double())) { in ConvertSignature()
166 } else if (param->IsA(AsmType::Float())) { in ConvertSignature()
168 } else if (param->IsA(AsmType::Int())) { in ConvertSignature()
174 if (!return_type->IsA(AsmType::Void())) { in ConvertSignature()
175 if (return_type->IsA(AsmType::Double())) { in ConvertSignature()
177 } else if (return_type->IsA(AsmType::Float())) { in ConvertSignature()
179 } else if (return_type->IsA(AsmType::Signed())) { in ConvertSignature()
490 if (!src_info->type->IsA(stdlib_fround_)) { in ValidateModuleVarFromGlobal()
497 if (!src_info->type->IsA(AsmType::Int()) && in ValidateModuleVarFromGlobal()
[all …]
Dasm-types.cc57 bool AsmType::IsA(AsmType* that) { in IsA() function in v8::internal::wasm::AsmType
68 return as_callable->IsA(that); in IsA()
141 bool AsmCallableType::IsA(AsmType* other) { in IsA() function in v8::internal::wasm::AsmCallableType
185 if (!arg->IsA(AsmType::Floatish()) && !arg->IsA(AsmType::DoubleQ()) && in CanBeInvokedWith()
186 !arg->IsA(AsmType::Signed()) && !arg->IsA(AsmType::Unsigned())) { in CanBeInvokedWith()
212 if (!args[ii]->IsA(arg_)) { in CanBeInvokedWith()
237 bool AsmFunctionType::IsA(AsmType* other) { in IsA() function in v8::internal::wasm::AsmFunctionType
270 if (!args[ii]->IsA(args_[ii])) { in CanBeInvokedWith()
Dasm-types.h117 virtual bool IsA(AsmType* other); in NON_EXPORTED_BASE()
144 bool IsA(AsmType* other) override;
223 bool IsA(AsmType* that);
/external/protobuf/python/
Dmox.py790 class IsA(Comparator): class
/external/autotest/site_utils/
Dgs_offloader_unittest.py102 mox.IsA(cloud_console_client.PubSubBasedClient)).AndReturn(