Home
last modified time | relevance | path

Searched refs:MarkJitCodeMap (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dparallel_marker.h48 virtual void MarkJitCodeMap([[maybe_unused]] uint32_t threadId) in MarkJitCodeMap() function in panda::ecmascript::Marker
104 void MarkJitCodeMap(uint32_t threadId) override;
185 void MarkJitCodeMap(uint32_t threadId) override;
H A Dparallel_marker.cpp86 void NonMovableMarker::MarkJitCodeMap(uint32_t threadId) in MarkJitCodeMap() function in panda::ecmascript::NonMovableMarker
91 ECMA_BYTRACE_NAME(HITRACE_TAG_ARK, "GC::MarkJitCodeMap"); in MarkJitCodeMap()
251 void CompressGCMarker::MarkJitCodeMap(uint32_t threadId) in MarkJitCodeMap() function in panda::ecmascript::CompressGCMarker
256 ECMA_BYTRACE_NAME(HITRACE_TAG_ARK, "GC::MarkJitCodeMap"); in MarkJitCodeMap()
H A Dfull_gc.cpp106 // MarkJitCodeMap must be call after other mark work finish to make sure which jserror object js alive. in Mark()
107 heap_->GetCompressGCMarker()->MarkJitCodeMap(MAIN_THREAD_INDEX); in Mark()
H A Dconcurrent_marker.cpp73 // MarkJitCodeMap must be call after other mark work finish to make sure which jserror object js alive. in ReMark()
74 nonMovableMarker->MarkJitCodeMap(MAIN_THREAD_INDEX); in ReMark()
H A Dpartial_gc.cpp144 // MarkJitCodeMap must be call after other mark work finish to make sure which jserror object js alive. in Mark()
145 heap_->GetNonMovableMarker()->MarkJitCodeMap(MAIN_THREAD_INDEX); in Mark()

Completed in 3 milliseconds