Searched refs:AsmFFIType (Results 1 – 2 of 2) sorted by relevance
21 class AsmFFIType; variable179 class V8_EXPORT_PRIVATE AsmFFIType final : public AsmCallableType {181 AsmFFIType* AsFFIType() override { return this; } in AsFFIType()190 AsmFFIType() = default;192 DISALLOW_COPY_AND_ASSIGN(AsmFFIType);261 auto* f = new (zone) AsmFFIType(); in FFIType()
238 bool AsmFFIType::CanBeInvokedWith(AsmType* return_type, in CanBeInvokedWith()