Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dmark_word.h36 explicit MarkWord(TaggedObject *header) in MarkWord() function
/arkcompiler/runtime_core/static_core/runtime/
Dobject_header_config.h28 class MarkWord; variable
Dmark_word.h354 explicit MarkWord(MarkWordSize value) noexcept : value_(value) {} in MarkWord() function