Home
last modified time | relevance | path

Searched defs:Marker (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dmarker.h25 using Marker = uint32_t; variable
/arkcompiler/ets_runtime/ecmascript/mem/
Dparallel_marker.cpp22 Marker::Marker(Heap *heap) : heap_(heap), objXRay_(heap->GetEcmaVM()), workManager_(heap->GetWorkMa… in Marker() function in panda::ecmascript::Marker
Dheap.h41 class Marker; variable