Home
last modified time | relevance | path

Searched refs:getObjectForAddress (Results 1 – 5 of 5) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowVMRuntime.java49 Object getObjectForAddress(long address) { in getObjectForAddress() method in ShadowVMRuntime
DShadowArscAssetManager10.java1340 int[] out_values = (int[])shadowVMRuntime.getObjectForAddress(out_values_ptr); in nativeApplyStyle()
1341 int[] out_indices = (int[])shadowVMRuntime.getObjectForAddress(out_indices_ptr); in nativeApplyStyle()
DShadowArscAssetManager9.java1336 int[] out_values = (int[])shadowVMRuntime.getObjectForAddress(out_values_ptr); in nativeApplyStyle()
1337 int[] out_indices = (int[])shadowVMRuntime.getObjectForAddress(out_indices_ptr); in nativeApplyStyle()
DShadowArscAssetManager.java698 int[] outValues = (int[])shadowVMRuntime.getObjectForAddress(outValuesAddress); in applyStyle()
699 int[] outIndices = (int[])shadowVMRuntime.getObjectForAddress(outIndicesAddress); in applyStyle()
DShadowLegacyAssetManager.java961 int[] outValues = (int[])shadowVMRuntime.getObjectForAddress(outValuesAddress); in applyStyle()
962 int[] outIndices = (int[])shadowVMRuntime.getObjectForAddress(outIndicesAddress); in applyStyle()