Home
last modified time | relevance | path

Searched defs:fwdPtr (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dtagged_object.h54 void SetForwardingPointerAfterExclusive(BaseObject *fwdPtr) in SetForwardingPointerAfterExclusive()
Dtagged_state_word.h79 inline void SetForwardingAddress(uintptr_t fwdPtr) in SetForwardingAddress()
Ddynamic_object_operator.h130 void SetForwardingPointerAfterExclusive(BaseObject *object, BaseObject *fwdPtr) override in SetForwardingPointerAfterExclusive()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/hybrid/mem/
Dstatic_object_operator.cpp63 …tOperator::SetForwardingPointerAfterExclusive(panda::BaseObject *object, panda::BaseObject *fwdPtr) in SetForwardingPointerAfterExclusive()
/arkcompiler/runtime_core/common_interfaces/objects/
Dbase_object.h65 inline void SetForwardingPointerAfterExclusive(BaseObject *fwdPtr) in SetForwardingPointerAfterExclusive()
/arkcompiler/ets_runtime/common_components/heap/tests/
Dverification_test.cpp30 void SetForwardingPointerAfterExclusive(BaseObject *object, BaseObject *fwdPtr) override {} in SetForwardingPointerAfterExclusive()
/arkcompiler/ets_runtime/common_components/heap/ark_collector/tests/
Dark_collector_test.cpp378 void SetForwardingPointerAfterExclusive(BaseObject *object, BaseObject *fwdPtr) override {} in SetForwardingPointerAfterExclusive()