Home
last modified time | relevance | path

Searched refs:GetReferenceType (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/torque/
Dtype-oracle.h121 static const Type* GetReferenceType(const Type* referenced_type, in GetReferenceType() function
127 return GetReferenceType(referenced_type, true); in GetConstReferenceType()
130 return GetReferenceType(referenced_type, false); in GetMutableReferenceType()
Dimplementation-visitor.cc1442 const Type* type = TypeOracle::GetReferenceType(field.name_and_type.type, in GenerateFieldReference()
2317 ref.SetType(TypeOracle::GetReferenceType( in GenerateFieldAccess()