Home
last modified time | relevance | path

Searched refs:TopType (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/torque/
Dtype-oracle.h160 static const TopType* GetTopType(std::string reason, in GetTopType()
162 std::unique_ptr<TopType> type(new TopType(std::move(reason), source_type)); in GetTopType()
163 TopType* result = type.get(); in GetTopType()
Ddeclarable.cc112 return TopType::cast(type)->reason(); in IsViolated()
Dtypes.h236 class TopType final : public Type {
238 DECLARE_TYPE_BOILERPLATE(TopType) in DECLARE_TYPE_BOILERPLATE() argument
254 explicit TopType(std::string reason, const Type* source_type) in TopType() function
Dinstructions.cc42 const TopType* top_type = TopType::cast(type); in TypeInstruction()
Dimplementation-visitor.cc349 *i = TopType::cast(*i)->source_type(); in InlineMacro()
2744 if (const TopType* top_type = TopType::DynamicCast(type)) { in GenerateCall()
3322 if (const TopType* top_type = TopType::DynamicCast(source.type())) { in GenerateImplicitConvert()