/arkcompiler/runtime_core/static_core/runtime/mem/gc/reference-processor/ |
D | reference_processor.h | 26 class ObjectHeader; variable
|
/arkcompiler/runtime_core/static_core/runtime/include/ |
D | value.h | 29 class ObjectHeader; variable
|
D | object_accessor.h | 24 class ObjectHeader; variable
|
D | typed_value.h | 28 class ObjectHeader; variable
|
D | class.h | 35 class ObjectHeader; variable
|
/arkcompiler/runtime_core/static_core/runtime/include/tooling/ |
D | debug_interface.h | 292 …virtual void MonitorWait(PtThread /* thread */, ObjectHeader * /* object */, int64_t /* timeout */… in MonitorWait() argument 300 …virtual void MonitorWaited(PtThread /* thread */, ObjectHeader * /* object */, bool /* timedOut */… in MonitorWaited() argument 308 virtual void MonitorContendedEnter(PtThread /* thread */, ObjectHeader * /* object */) {} in MonitorContendedEnter() argument 316 virtual void MonitorContendedEntered(PtThread /* thread */, ObjectHeader * /* object */) {} in MonitorContendedEntered() argument 319 ObjectHeader * /* exceptionObject */, Method * /* catchMethod */, in Exception() argument 325 ObjectHeader * /* exceptionObject */) in ExceptionCatch() argument 330 ObjectHeader * /* object */, PtProperty /* property */) in PropertyAccess() argument 335 … ObjectHeader * /* object */, PtProperty /* property */, VRegValue /* newValue */) in PropertyModification() argument 350 …virtual void ObjectAlloc(BaseClass * /* klass */, ObjectHeader * /* object */, PtThread /* thread … in ObjectAlloc() argument 551 ObjectHeader ** /* this_ptr */) in GetThisVariableByFrame() argument
|
/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/ |
D | reference_storage.h | 25 class ObjectHeader; variable
|
/arkcompiler/runtime_core/static_core/runtime/mem/ |
D | pygote_space_allocator.h | 31 class ObjectHeader; variable
|
D | bump-allocator.h | 30 class ObjectHeader; variable
|
D | object_helpers.cpp | 227 explicit StdFunctionAdapter(const std::function<void(ObjectHeader *, ObjectHeader *)> &callback) in StdFunctionAdapter() 244 … const std::function<void(ObjectHeader *, ObjectHeader *)> &objVisitor) in TraverseAllObjects() 290 … const std::function<void(ObjectHeader *, ObjectHeader *)> &objVisitor) in TraverseAllObjects()
|
/arkcompiler/runtime_core/static_core/runtime/ |
D | monitor.h | 28 class ObjectHeader; variable
|
D | mark_word.h | 330 friend class ObjectHeader; variable
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
D | ets_class_linker_extension.h | 34 class ObjectHeader; variable
|
/arkcompiler/runtime_core/libpandabase/mem/ |
D | mem.h | 43 class ObjectHeader; variable
|
/arkcompiler/runtime_core/static_core/libpandabase/mem/ |
D | mem.h | 43 class ObjectHeader; variable
|
/arkcompiler/runtime_core/static_core/runtime/include/coretypes/ |
D | tagged_value.h | 27 class ObjectHeader; variable
|
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/ |
D | inspector.cpp | 110 … ObjectHeader * /* exception */, Method * /* catch_method */, const PtLocation &catchLocation) in Exception() argument
|
/arkcompiler/runtime_core/static_core/runtime/interpreter/ |
D | vregister.h | 30 class ObjectHeader; variable
|
D | frame.h | 68 class ObjectHeader; variable
|
/arkcompiler/runtime_core/static_core/runtime/include/mem/ |
D | allocator.h | 36 class ObjectHeader; variable
|
/arkcompiler/runtime_core/static_core/runtime/tests/ |
D | region_allocator_test.cpp | 896 …allocator.CollectAndRemoveFreeRegions(REGION_VISITOR, [](ObjectHeader *) { return ObjectStatus::AL… in TEST_F() argument 918 …allocator.CollectAndRemoveFreeRegions(REGION_VISITOR, [](ObjectHeader *) { return ObjectStatus::DE… in TEST_F() argument
|