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.h112 void AddElementToJClassLayout(MIRClassType &klass, JClassFieldInfo info);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dbecommon.cpp291 AddElementToJClassLayout(classType, JClassFieldInfo(fieldType->GetKind() == kTypePointer, in ComputeClassTypeSizesAligns()
672 void BECommon::AddElementToJClassLayout(MIRClassType &klass, JClassFieldInfo info) in AddElementToJClassLayout() function in maplebe::BECommon