Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/serializer/
H A Dbase_serializer.cpp50 void BaseSerializer::WriteMultiRawData(uintptr_t beginAddr, size_t fieldSize) in WriteMultiRawData() argument
55 data_->WriteRawData(reinterpret_cast<uint8_t *>(beginAddr), fieldSize); in WriteMultiRawData() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A 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/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dmemory_coalescing.cpp589 void CheckForObjectCandidates(T *inst, uint8_t fieldSize, size_t fieldOffset) in CheckForObjectCandidates() argument
635 auto fieldSize = GetTypeByteSize(inst->GetType(), graph_->GetArch()); in HandleObjectAccess() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dgraph_checker.cpp1487 [[maybe_unused]] size_t fieldSize = GetTypeSize(inst->GetType(), graph->GetArch()) / BYTE_SIZE; in CheckUserOfInt32() local
1577 [[maybe_unused]] size_t fieldSize = GetTypeSize(inst->GetType(), graph->GetArch()) / BYTE_SIZE; in CheckUserOfInt32() local

Completed in 8 milliseconds