Searched refs:shadowVMRuntime (Results 1 – 4 of 4) sorted by relevance
1339 ShadowVMRuntime shadowVMRuntime = Shadow.extract(VMRuntime.getRuntime()); in nativeApplyStyle() local1340 int[] out_values = (int[])shadowVMRuntime.getObjectForAddress(out_values_ptr); in nativeApplyStyle()1341 int[] out_indices = (int[])shadowVMRuntime.getObjectForAddress(out_indices_ptr); in nativeApplyStyle()
1335 ShadowVMRuntime shadowVMRuntime = Shadow.extract(VMRuntime.getRuntime()); in nativeApplyStyle() local1336 int[] out_values = (int[])shadowVMRuntime.getObjectForAddress(out_values_ptr); in nativeApplyStyle()1337 int[] out_indices = (int[])shadowVMRuntime.getObjectForAddress(out_indices_ptr); in nativeApplyStyle()
697 ShadowVMRuntime shadowVMRuntime = Shadow.extract(VMRuntime.getRuntime()); in applyStyle() local698 int[] outValues = (int[])shadowVMRuntime.getObjectForAddress(outValuesAddress); in applyStyle()699 int[] outIndices = (int[])shadowVMRuntime.getObjectForAddress(outIndicesAddress); in applyStyle()
960 ShadowVMRuntime shadowVMRuntime = Shadow.extract(VMRuntime.getRuntime()); in applyStyle() local961 int[] outValues = (int[])shadowVMRuntime.getObjectForAddress(outValuesAddress); in applyStyle()962 int[] outIndices = (int[])shadowVMRuntime.getObjectForAddress(outIndicesAddress); in applyStyle()