Home
last modified time | relevance | path

Searched defs:ObjectHeader (Results 1 – 21 of 21) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/gc/reference-processor/
Dreference_processor.h26 class ObjectHeader; variable
/arkcompiler/runtime_core/static_core/runtime/include/
Dvalue.h29 class ObjectHeader; variable
Dobject_accessor.h24 class ObjectHeader; variable
Dtyped_value.h28 class ObjectHeader; variable
Dclass.h35 class ObjectHeader; variable
/arkcompiler/runtime_core/static_core/runtime/include/tooling/
Ddebug_interface.h292 …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
335ObjectHeader * /* 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/
Dreference_storage.h25 class ObjectHeader; variable
/arkcompiler/runtime_core/static_core/runtime/mem/
Dpygote_space_allocator.h31 class ObjectHeader; variable
Dbump-allocator.h30 class ObjectHeader; variable
Dobject_helpers.cpp227 explicit StdFunctionAdapter(const std::function<void(ObjectHeader *, ObjectHeader *)> &callback) in StdFunctionAdapter()
244const std::function<void(ObjectHeader *, ObjectHeader *)> &objVisitor) in TraverseAllObjects()
290const std::function<void(ObjectHeader *, ObjectHeader *)> &objVisitor) in TraverseAllObjects()
/arkcompiler/runtime_core/static_core/runtime/
Dmonitor.h28 class ObjectHeader; variable
Dmark_word.h330 friend class ObjectHeader; variable
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_class_linker_extension.h34 class ObjectHeader; variable
/arkcompiler/runtime_core/libpandabase/mem/
Dmem.h43 class ObjectHeader; variable
/arkcompiler/runtime_core/static_core/libpandabase/mem/
Dmem.h43 class ObjectHeader; variable
/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
Dtagged_value.h27 class ObjectHeader; variable
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dinspector.cpp110ObjectHeader * /* exception */, Method * /* catch_method */, const PtLocation &catchLocation) in Exception() argument
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dvregister.h30 class ObjectHeader; variable
Dframe.h68 class ObjectHeader; variable
/arkcompiler/runtime_core/static_core/runtime/include/mem/
Dallocator.h36 class ObjectHeader; variable
/arkcompiler/runtime_core/static_core/runtime/tests/
Dregion_allocator_test.cpp896 …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