Home
last modified time | relevance | path

Searched refs:GetMachineCodeObjectSize (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dmachine_code.h269 ToUintPtr(this) + GetMachineCodeObjectSize(), VisitObjectArea::RAW_DATA); in VisitRangeSlot()
282 size_t GetMachineCodeObjectSize() in GetMachineCodeObjectSize() function
/arkcompiler/ets_runtime/ecmascript/
Djs_hclass-inl.h261 size = reinterpret_cast<MachineCode *>(header)->GetMachineCodeObjectSize(); in SizeFromJSHClass()