Searched refs:getObjectForAddress (Results 1 – 5 of 5) sorted by relevance
49 Object getObjectForAddress(long address) { in getObjectForAddress() method in ShadowVMRuntime
1340 int[] out_values = (int[])shadowVMRuntime.getObjectForAddress(out_values_ptr); in nativeApplyStyle()1341 int[] out_indices = (int[])shadowVMRuntime.getObjectForAddress(out_indices_ptr); in nativeApplyStyle()
1336 int[] out_values = (int[])shadowVMRuntime.getObjectForAddress(out_values_ptr); in nativeApplyStyle()1337 int[] out_indices = (int[])shadowVMRuntime.getObjectForAddress(out_indices_ptr); in nativeApplyStyle()
698 int[] outValues = (int[])shadowVMRuntime.getObjectForAddress(outValuesAddress); in applyStyle()699 int[] outIndices = (int[])shadowVMRuntime.getObjectForAddress(outIndicesAddress); in applyStyle()
961 int[] outValues = (int[])shadowVMRuntime.getObjectForAddress(outValuesAddress); in applyStyle()962 int[] outIndices = (int[])shadowVMRuntime.getObjectForAddress(outIndicesAddress); in applyStyle()