Searched refs:IsExactly (Results 1 – 3 of 3) sorted by relevance
41 bool AsmType::IsExactly(AsmType* that) { in IsExactly() function in v8::internal::wasm::AsmType203 if (!return_type_->IsExactly(return_type)) { in CanBeInvokedWith()242 if (!return_type_->IsExactly(that->return_type_)) { in IsA()251 if (!args_[ii]->IsExactly(that->args_[ii])) { in IsA()261 if (!return_type_->IsExactly(return_type)) { in CanBeInvokedWith()
219 bool IsExactly(AsmType* that);
1990 bool requires_zero = call_coercion_deferred_->IsExactly(AsmType::Signed()); in BitwiseORExpression()