Home
last modified time | relevance | path

Searched refs:pointerType (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Disel.cpp568 MIRPtrType *pointerType = static_cast<MIRPtrType *>(type); in GetFieldIdAndMirTypeFromMirNode() local
569 DEBUG_ASSERT(pointerType != nullptr, "expect a pointer type at iread node"); in GetFieldIdAndMirTypeFromMirNode()
570 mirType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(pointerType->GetPointedTyIdx()); in GetFieldIdAndMirTypeFromMirNode()
591 MIRPtrType *pointerType = nullptr; in GetFieldIdAndMirTypeFromMirNode() local
593 pointerType = static_cast<MIRPtrType *>(iassignMirType); in GetFieldIdAndMirTypeFromMirNode()
594 mirType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(pointerType->GetPointedTyIdx()); in GetFieldIdAndMirTypeFromMirNode()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_cgfunc.cpp808 static MIRType *GetPointedToType(const MIRPtrType &pointerType) in GetPointedToType() argument
810 MIRType *aType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(pointerType.GetPointedTyIdx()); in GetPointedToType()
821 MIRPtrType *pointerType = static_cast<MIRPtrType *>(GlobalTables::GetTypeTable().GetTypeFromTyIdx(stmt.GetTyIdx())); in SelectIassign() local
822 DEBUG_ASSERT(pointerType != nullptr, "expect a pointer type at iassign node"); in SelectIassign()
825 pointedType = GetPointedToType(*pointerType); in SelectIassign()
923 MIRPtrType *pointerType = static_cast<MIRPtrType *>(type); in SelectIread() local
924 DEBUG_ASSERT(pointerType != nullptr, "expect a pointer type at iread node"); in SelectIread()
928 pointedType = GetPointedToType(*pointerType); in SelectIread()

Completed in 11 milliseconds