Home
last modified time | relevance | path

Searched defs:fieldSize (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dbecommon.cpp52 static uint32 TryAllocInPaddingSlots(std::list<uint32> paddingSlots[], uint32 fieldSize, uint32 fie… in TryAllocInPaddingSlots()
156 uint32 fieldSize = static_cast<MIRBitFieldType *>(fieldType)->GetFieldSize(); in ComputeStructTypeSizesAligns() local
262 uint32 fieldSize = GetTypeSize(fieldTyIdx); in ComputeClassTypeSizesAligns() local
430 uint64 fieldSize = GetTypeSize(fieldTyIdx); in GenFieldOffsetMap() local
474 uint64 fieldSize = GetTypeSize(fieldTyIdx); in GenFieldOffsetMap() local
561 uint32 fieldSize = static_cast<MIRBitFieldType *>(fieldType)->GetFieldSize(); in GetFieldOffset() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Descape_analysis.cpp41 constexpr size_t fieldSize = 8; in GetField() local
297 constexpr size_t fieldSize = 8; // 8 : bytes per field in VisitCreateObjectWithBuffer() local
/arkcompiler/ets_runtime/ecmascript/serializer/
Dbase_serializer.cpp50 void BaseSerializer::WriteMultiRawData(uintptr_t beginAddr, size_t fieldSize) in WriteMultiRawData()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg.cpp238 auto fieldSize = beCommon.GetTypeSize(fieldTypeIdx); in AppendReferenceOffsets64() local
Demit.cpp591 uint32 fieldSize = static_cast<MIRBitFieldType &>(mirType).GetFieldSize(); in EmitBitFieldConstant() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dmemory_coalescing.cpp589 void CheckForObjectCandidates(T *inst, uint8_t fieldSize, size_t fieldOffset) in CheckForObjectCandidates()
635 auto fieldSize = GetTypeByteSize(inst->GetType(), graph_->GetArch()); in HandleObjectAccess() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_emitter.cpp1914 uint32 fieldSize = static_cast<MIRBitFieldType &>(mirType).GetFieldSize(); in EmitBitField() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph_checker.cpp1458 [[maybe_unused]] size_t fieldSize = GetTypeSize(inst->GetType(), graph->GetArch()) / BYTE_SIZE; in CheckUserOfInt32() local
1543 [[maybe_unused]] size_t fieldSize = GetTypeSize(inst->GetType(), graph->GetArch()) / BYTE_SIZE; in CheckUserOfInt32() local