Home
last modified time | relevance | path

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

/external/v8/src/asmjs/
Dasm-types.h21 class AsmFunctionType; variable
125 class V8_EXPORT_PRIVATE AsmFunctionType final : public AsmCallableType {
127 AsmFunctionType* AsFunctionType() final { return this; } in AsFunctionType()
137 AsmFunctionType(Zone* zone, AsmType* return_type) in AsmFunctionType() function
149 DISALLOW_COPY_AND_ASSIGN(AsmFunctionType);
199 AsmFunctionType* f = new (zone) AsmFunctionType(zone, ret); in Function()
Dasm-types.cc145 std::string AsmFunctionType::Name() { in Name()
237 bool AsmFunctionType::IsA(AsmType* other) { in IsA()
259 bool AsmFunctionType::CanBeInvokedWith(AsmType* return_type, in CanBeInvokedWith()