Searched refs:AsmFunctionType (Results 1 – 2 of 2) sorted by relevance
21 class AsmFunctionType; variable125 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() function149 DISALLOW_COPY_AND_ASSIGN(AsmFunctionType);199 AsmFunctionType* f = new (zone) AsmFunctionType(zone, ret); in Function()
145 std::string AsmFunctionType::Name() { in Name()237 bool AsmFunctionType::IsA(AsmType* other) { in IsA()259 bool AsmFunctionType::CanBeInvokedWith(AsmType* return_type, in CanBeInvokedWith()