Home
last modified time | relevance | path

Searched refs:curOffset (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfile_item_container.cpp443 uint32_t curOffset = classIdxOffset + (numClasses + numLiteralarrays) * ID_SIZE; in ComputeLayout() local
451 regionSectionItem_.SetOffset(curOffset); in ComputeLayout()
453 curOffset += regionSectionItem_.GetSize(); in ComputeLayout()
456 curOffset = RoundUp(curOffset, item->Alignment()); in ComputeLayout()
457 item->SetOffset(curOffset); in ComputeLayout()
459 curOffset += item->GetSize(); in ComputeLayout()
467 curOffset = RoundUp(curOffset, item->Alignment()); in ComputeLayout()
468 item->SetOffset(curOffset); in ComputeLayout()
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dobj_emit.cpp97 uint32 curOffset = objFuncEmitInfo.GetTextDataSize(); in EmitSwitchTable() local
99 objFuncEmitInfo.SetSwitchTableOffset(st.second->GetName(), curOffset); in EmitSwitchTable()
106 uint64 offset = static_cast<uint64>(symbol2Offset[lblConst->GetValue()]) - static_cast<uint64>(curOffset); in EmitSwitchTable()
110 curOffset += arrayConst->GetConstVec().size() * k8ByteSize; in EmitSwitchTable()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_profiler.cpp571 auto curOffset = offset.fetch_add(objSize); in CopyObjectMem() local
573 item.offset = curOffset + offBase; in CopyObjectMem()
574 auto ret = memcpy_s(chunk + curOffset, objSize, reinterpret_cast<void *>(item.addr), objSize); in CopyObjectMem()

Completed in 4 milliseconds