Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/torque/
Dtypes.cc760 TypeOracle::GetIntPtrType()); in GenerateAccessors()
785 TypeOracle::GetIntPtrType()); in GenerateAccessors()
1175 } else if (this == TypeOracle::GetIntPtrType()) { in AlignmentLog2()
1253 } else if (type->IsSubtypeOf(TypeOracle::GetIntPtrType())) { in SizeOf()
1295 type->IsSubtypeOf(TypeOracle::GetIntPtrType()); in IsPointerSizeIntegralType()
Dtype-oracle.h262 static const Type* GetIntPtrType() { in GetIntPtrType() function
Dinstructions.cc693 ExpectType(TypeOracle::GetIntPtrType(), stack->Pop()); in TypeInstruction()
715 ExpectType(TypeOracle::GetIntPtrType(), stack->Pop()); in TypeInstruction()
Dcsa-generator.cc273 } else if (return_type->IsSubtypeOf(TypeOracle::GetIntPtrType())) { in EmitInstruction()
Dimplementation-visitor.cc1440 offset = GenerateImplicitConvert(TypeOracle::GetIntPtrType(), offset); in GenerateFieldReference()
1455 TypeOracle::GetIntPtrType(), layout.offsets.at(field.name_and_type.name)); in GenerateFieldReferenceForInit()
1514 {TypeOracle::GetIntPtrType(), length.type()}, false); in GenerateArrayLength()
2331 TypeOracle::GetIntPtrType()->ConstexprVersion(), in GenerateFieldAccess()