Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dmarker.h25 using Marker = uint32_t; variable
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dmarker.h25 using Marker = uint32_t; variable
/arkcompiler/ets_runtime/ecmascript/mem/
Dparallel_marker.cpp28 Marker::Marker(Heap *heap) : heap_(heap), workManager_(heap->GetWorkManager()) {} in Marker() function in panda::ecmascript::Marker
Dheap.h55 class Marker; variable