Searched refs:isUsing (Results 1 – 1 of 1) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_global_storage.h | 70 void SetUsing(bool isUsing) in SetUsing() argument 72 isUsing_ = isUsing; in SetUsing() 96 void Reset([[maybe_unused]] JSThread *thread, Node *next, JSTaggedType value, bool isUsing) in Reset() argument 101 SetUsing(isUsing); in Reset() 103 memtrace((void *)next, sizeof(Node), "ArkJsGlobalHandle", isUsing); in Reset() 118 void Reset(JSThread *thread, Node *next, JSTaggedType value, bool isUsing) in Reset() argument 120 Node::Reset(thread, next, value, isUsing); in Reset() 122 if (isUsing && thread->IsStartGlobalLeakCheck()) { in Reset()
|