Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dmachine_code.h72 size_t GetMachineCodeObjectSize() in GetMachineCodeObjectSize() function
/arkcompiler/ets_runtime/ecmascript/
Djs_hclass-inl.h200 size = reinterpret_cast<MachineCode *>(header)->GetMachineCodeObjectSize(); in SizeFromJSHClass()