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()
75 auto* value = AsValueType(); in ElementSizeInBytes()
98 auto* value = AsValueType(); in LoadType()
120 auto* value = AsValueType(); in StoreType()
231 DCHECK_NOT_NULL(dest->AsValueType()); in MinMaxType()
[all …]
Dasm-types.h77 static AsmValueType* AsValueType(AsmType* type) { in AsValueType() function
186 if (AsValueType() != nullptr) { \ in FOR_EACH_ASM_VALUE_TYPE_LIST()
193 AsmValueType* AsValueType() { return AsmValueType::AsValueType(this); }