Searched defs:AsmType (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/asmjs/
H A Dasm-types.h20 class AsmType;
79 friend class AsmType;
81 static AsmValueType* AsValueType(AsmType* type) {
96 static AsmType* New(bitset_t bits) {
98 return reinterpret_cast<AsmType*>(
110 virtual bool CanBeInvokedWith(AsmType* return_type,
111 const ZoneVector<AsmType*>& args) = 0;
121 virtual bool IsA(AsmType* other);
124 friend class AsmType;
133 void AddArgument(AsmType* typ
218 class V8_EXPORT_PRIVATE AsmType { class in class:v8::internal::wasm::AsmValueType
[all...]

Completed in 391 milliseconds