|
const Type * | v8::internal::torque::SubtractType (const Type *a, const Type *b) |
|
void | v8::internal::torque::PrintSignature (std::ostream &os, const Signature &sig, bool with_names) |
|
std::ostream & | v8::internal::torque::operator<< (std::ostream &os, const NameAndType &name_and_type) |
|
std::ostream & | v8::internal::torque::operator<< (std::ostream &os, const Field &field) |
|
std::ostream & | v8::internal::torque::operator<< (std::ostream &os, const Signature &sig) |
|
std::ostream & | v8::internal::torque::operator<< (std::ostream &os, const TypeVector &types) |
|
std::ostream & | v8::internal::torque::operator<< (std::ostream &os, const ParameterTypes &p) |
|
bool | v8::internal::torque::IsAssignableFrom (const Type *to, const Type *from) |
|
bool | v8::internal::torque::operator< (const Type &a, const Type &b) |
|
VisitResult | v8::internal::torque::ProjectStructField (VisitResult structure, const std::string &fieldname) |
|
TypeVector | v8::internal::torque::LowerType (const Type *type) |
|
size_t | v8::internal::torque::LoweredSlotCount (const Type *type) |
|
TypeVector | v8::internal::torque::LowerParameterTypes (const TypeVector ¶meters) |
|
TypeVector | v8::internal::torque::LowerParameterTypes (const ParameterTypes ¶meter_types, size_t arg_count) |
|
std::optional< std::tuple< size_t, std::string > > | v8::internal::torque::SizeOf (const Type *type) |
|
bool | v8::internal::torque::IsAnyUnsignedInteger (const Type *type) |
|
bool | v8::internal::torque::IsAllowedAsBitField (const Type *type) |
|
bool | v8::internal::torque::IsPointerSizeIntegralType (const Type *type) |
|
bool | v8::internal::torque::Is32BitIntegralType (const Type *type) |
|
std::optional< NameAndType > | v8::internal::torque::ExtractSimpleFieldArraySize (const ClassType &class_type, Expression *array_size) |
|