Searched defs:toObj (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/common_components/profiler/ |
| D | heap_profiler_listener.cpp | 40 void HeapProfilerListener::OnMoveEvent(uintptr_t fromObj, uintptr_t toObj, size_t size) in OnMoveEvent()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_generator_object.cpp | 31 JSHandle<JSObject> toObj = JSTaggedValue::ToObject(thread, obj); in GeneratorValidate() local
|
| /arkcompiler/ets_runtime/common_components/heap/ark_collector/ |
| D | preforward_barrier.cpp | 38 BaseObject* toObj = nullptr; in ReadRefField() local
|
| D | copy_barrier.cpp | 37 BaseObject* toObj = nullptr; in ReadRefField() local
|
| D | ark_collector.cpp | 998 auto toObj = GetForwardingPointer(obj); in CopyObjectImpl() local 1028 BaseObject* toObj = fwdTable_.RouteObject(obj, size); in CopyObjectAfterExclusive() local
|
| /arkcompiler/ets_runtime/common_components/heap/ |
| D | verification.cpp | 265 auto toObj = refObj->GetForwardingPointer(); in VerifyRefImpl() local 381 auto toObj = refObj->GetForwardingPointer(); in IterateRemarked() local
|
| /arkcompiler/ets_runtime/common_components/heap/collector/ |
| D | marking_collector.cpp | 173 BaseObject* toObj = obj->GetForwardingPointer(); in ProcessWeakStack() local 717 void MarkingCollector::CopyObject(const BaseObject& fromObj, BaseObject& toObj, size_t size) const in CopyObject()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | object_type_propagation.cpp | 687 auto toObj = to.GetBase(); in AddEdge() local 721 bool ObjectTypePropagationVisitor::AddLoadEdge(const Pointer &from, const Inst *toObj, in AddLoadEdge()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| D | heap_profiler.cpp | 121 [this](uintptr_t fromObj, uintptr_t toObj, size_t size) { in HeapProfiler()
|