Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Druntime.cpp327 auto fwd = visitor(obj); in ProcessNativeDeleteInSharedGC() local
H A Decma_string_table.cpp526 auto fwd = visitor(object); in SweepWeakRef() local
534 LOG_ECMA(VERBOSE) << "StringTable: forward " << std::hex << object << " -> " << fwd; in SweepWeakRef() local
H A Djs_thread.cpp505 auto fwd = visitor(obj); in UpdateJitCodeMapReference() local
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dheap-inl.h1068 auto fwd = visitor(reinterpret_cast<TaggedObject*>(object)); in ProcessSharedNativeDelete() local
1092 auto fwd = visitor(reinterpret_cast<TaggedObject*>(object)); in ProcessNativeDelete() local
1109 auto fwd = visitor(reinterpret_cast<TaggedObject*>(object)); in ProcessNativeDelete() local
1134 auto fwd = visitor(reinterpret_cast<TaggedObject*>(object)); in ProcessReferences() local
1155 auto fwd = visitor(reinterpret_cast<TaggedObject*>(object)); ProcessReferences() local
[all...]

Completed in 7 milliseconds