Home
last modified time | relevance | path

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

/external/v8/src/asmjs/
Dasm-types.h22 class AsmFunctionType; variable
129 class V8_EXPORT_PRIVATE AsmFunctionType final : public AsmCallableType {
131 AsmFunctionType* AsFunctionType() final { return this; } in AsFunctionType()
141 AsmFunctionType(Zone* zone, AsmType* return_type) in AsmFunctionType() function
153 DISALLOW_COPY_AND_ASSIGN(AsmFunctionType);
242 AsmFunctionType* f = new (zone) AsmFunctionType(zone, ret); in Function()
Dasm-types.cc146 std::string AsmFunctionType::Name() { in Name()
253 bool AsmFunctionType::IsA(AsmType* other) { in IsA()
275 bool AsmFunctionType::CanBeInvokedWith(AsmType* return_type, in CanBeInvokedWith()