Searched refs:AsmFunctionType (Results 1 – 2 of 2) sorted by relevance
22 class AsmFunctionType; variable129 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() function153 DISALLOW_COPY_AND_ASSIGN(AsmFunctionType);242 AsmFunctionType* f = new (zone) AsmFunctionType(zone, ret); in Function()
146 std::string AsmFunctionType::Name() { in Name()253 bool AsmFunctionType::IsA(AsmType* other) { in IsA()275 bool AsmFunctionType::CanBeInvokedWith(AsmType* return_type, in CanBeInvokedWith()