Home
last modified time | relevance | path

Searched refs:FunctionPointerType (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/torque/
Dtype-oracle.h40 static const FunctionPointerType* GetFunctionPointerType( in GetFunctionPointerType()
44 FunctionPointerType(code_type, argument_types, return_type)); in GetFunctionPointerType()
109 Deduplicator<FunctionPointerType> function_pointer_types_;
Dtypes.h165 class FunctionPointerType final : public Type {
167 DECLARE_TYPE_BOILERPLATE(FunctionPointerType);
185 friend size_t hash_value(const FunctionPointerType& p) { in hash_value()
192 bool operator==(const FunctionPointerType& other) const {
199 FunctionPointerType(const Type* parent, TypeVector parameter_types, in FunctionPointerType() function
Dtypes.cc83 std::string FunctionPointerType::ToExplicitString() const { in ToExplicitString()
91 std::string FunctionPointerType::MangledName() const { in MangledName()
Ddeclarations.h54 Builtin* FindSomeInternalBuiltinWithType(const FunctionPointerType* type);
Ddeclarations.cc100 const FunctionPointerType* type) { in FindSomeInternalBuiltinWithType()
Dimplementation-visitor.cc1617 const FunctionPointerType* type = in GeneratePointerCall()
1618 FunctionPointerType::cast(callee_result.type()); in GeneratePointerCall()