Home
last modified time | relevance | path

Searched defs:nativeInstance (Results 1 – 2 of 2) sorted by relevance

/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/chartview/memory/nativehook/
DNativeHookTreeTablePanel.java145 NativeInstanceObject nativeInstance = null; in arrangeCallStackDataNode() local
170 private void createTreeNode(NativeInstanceObject nativeInstance, DefaultMutableTreeNode root) { in createTreeNode()
201 …private void insertNodeInTreeNode(NativeInstanceObject nativeInstance, ArrayList<NativeFrame> nati… in insertNodeInTreeNode()
262 private void addNewNodeAndUpdateParentObject(NativeInstanceObject nativeInstance, in addNewNodeAndUpdateParentObject()
329 …updateParentByAddInstance(DefaultMutableTreeNode parentNode, NativeInstanceObject nativeInstance) { in updateParentByAddInstance()
420 NativeInstanceObject nativeInstance = null; in arrangeAllocationMethodDataNode() local
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/services/memory/nativeservice/
DNativeDataExternalInterface.java152 NativeInstanceObject nativeInstance = (NativeInstanceObject) next; in updateFreeInstance() local