Home
last modified time | relevance | path

Searched refs:AsValueType (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/asmjs/
Dasm-types.cc17 if (AsValueType() != nullptr) { in AsCallableType()
25 AsmValueType* avt = this->AsValueType(); in Name()
43 AsmValueType* avt = this->AsValueType(); in IsExactly()
45 AsmValueType* tavt = that->AsValueType(); in IsExactly()
60 if (auto* avt = this->AsValueType()) { in IsA()
61 if (auto* tavt = that->AsValueType()) { in IsA()
76 auto* value = AsValueType(); in ElementSizeInBytes()
99 auto* value = AsValueType(); in LoadType()
121 auto* value = AsValueType(); in StoreType()
232 DCHECK(dest->AsValueType() != nullptr); in MinMaxType()
[all …]
Dasm-types.h81 static AsmValueType* AsValueType(AsmType* type) { in AsValueType() function
229 if (AsValueType() != nullptr) { \ in FOR_EACH_ASM_VALUE_TYPE_LIST()
236 AsmValueType* AsValueType() { return AsmValueType::AsValueType(this); }