Home
last modified time | relevance | path

Searched refs:refCount (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Delf_checker.cpp166 result->refCount = 1; in ElfAllocate()
478 if (elf->refCount != 0) { in ElfRelease()
479 --elf->refCount; in ElfRelease()
480 if (elf->refCount != 0) { in ElfRelease()
481 int result = elf->refCount; in ElfRelease()
488 return (parent != nullptr && parent->refCount == 0 ? ElfRelease(parent) : 0); in ElfRelease()
H A Delf_checker.h288 int refCount; member
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dreg_alloc_lsra.h190 return refCount; in GetRefCount()
195 refCount = newRefCount; in SetRefCount()
290 uint32 refCount = 0; member in maplebe::LSRALinearScanRegAllocator::LiveInterval
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js23742 Object.defineProperty(fc, "refCount", {
[all...]

Completed in 44 milliseconds