Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/be/
Dbecommon.h113 void AddElementToJClassLayout(MIRClassType &klass, JClassFieldInfo info);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dbecommon.cpp303 AddElementToJClassLayout(classType, JClassFieldInfo(fieldType->GetKind() == kTypePointer, in ComputeClassTypeSizesAligns()
715 void BECommon::AddElementToJClassLayout(MIRClassType &klass, JClassFieldInfo info) in AddElementToJClassLayout() function in maplebe::BECommon