Home
last modified time | relevance | path

Searched refs:shadowVMRuntime (Results 1 – 4 of 4) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowArscAssetManager10.java1339 ShadowVMRuntime shadowVMRuntime = Shadow.extract(VMRuntime.getRuntime()); in nativeApplyStyle() local
1340 int[] out_values = (int[])shadowVMRuntime.getObjectForAddress(out_values_ptr); in nativeApplyStyle()
1341 int[] out_indices = (int[])shadowVMRuntime.getObjectForAddress(out_indices_ptr); in nativeApplyStyle()
DShadowArscAssetManager9.java1335 ShadowVMRuntime shadowVMRuntime = Shadow.extract(VMRuntime.getRuntime()); in nativeApplyStyle() local
1336 int[] out_values = (int[])shadowVMRuntime.getObjectForAddress(out_values_ptr); in nativeApplyStyle()
1337 int[] out_indices = (int[])shadowVMRuntime.getObjectForAddress(out_indices_ptr); in nativeApplyStyle()
DShadowArscAssetManager.java697 ShadowVMRuntime shadowVMRuntime = Shadow.extract(VMRuntime.getRuntime()); in applyStyle() local
698 int[] outValues = (int[])shadowVMRuntime.getObjectForAddress(outValuesAddress); in applyStyle()
699 int[] outIndices = (int[])shadowVMRuntime.getObjectForAddress(outIndicesAddress); in applyStyle()
DShadowLegacyAssetManager.java960 ShadowVMRuntime shadowVMRuntime = Shadow.extract(VMRuntime.getRuntime()); in applyStyle() local
961 int[] outValues = (int[])shadowVMRuntime.getObjectForAddress(outValuesAddress); in applyStyle()
962 int[] outIndices = (int[])shadowVMRuntime.getObjectForAddress(outIndicesAddress); in applyStyle()