Home
last modified time | relevance | path

Searched refs:IsExactly (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/asmjs/
Dasm-types.cc41 bool AsmType::IsExactly(AsmType* that) { in IsExactly() function in v8::internal::wasm::AsmType
203 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()
Dasm-types.h219 bool IsExactly(AsmType* that);
Dasm-parser.cc1990 bool requires_zero = call_coercion_deferred_->IsExactly(AsmType::Signed()); in BitwiseORExpression()