Home
last modified time | relevance | path

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

/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.cpp60 void BaseSerializer::WriteMultiRawData(uintptr_t beginAddr, size_t fieldSize) in WriteMultiRawData()
/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/runtime_core/static_core/compiler/optimizer/ir/
Dgraph_checker.cpp1490 [[maybe_unused]] size_t fieldSize = GetTypeSize(inst->GetType(), graph->GetArch()) / BYTE_SIZE; in CheckUserOfInt32() local
1580 [[maybe_unused]] size_t fieldSize = GetTypeSize(inst->GetType(), graph->GetArch()) / BYTE_SIZE; in CheckUserOfInt32() local