Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dfree_object_set.h33 class FreeObjectSet { class
35 explicit FreeObjectSet(SetType type) : setType_(type) in FreeObjectSet() function in panda::ecmascript::FreeObjectSet
39 explicit FreeObjectSet(SetType type, MemDescPool *pool) : setType_(type), memDescPool_(pool) in FreeObjectSet() function in panda::ecmascript::FreeObjectSet

Completed in 1 milliseconds