Home
last modified time | relevance | path

Searched defs:objectAddr (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_env.h41 void Push(JSTaggedType objectAddr, uint32_t index) in Push()
46 void Remove(JSTaggedType objectAddr) in Remove()
51 uint32_t FindEnvObjectIndex(JSTaggedType objectAddr) const in FindEnvObjectIndex()
Dsnapshot_env.cpp58 auto objectAddr = it.first; in Iterate() local