HomeSort by relevance Sort by last modified time
    Searched refs:register_native_allocation (Results 1 - 2 of 2) sorted by null

  /art/test/NativeAllocations/
NativeAllocations.java 23 static Method register_native_allocation; field in class:NativeAllocations
32 register_native_allocation.invoke(runtime, bytes);
53 register_native_allocation = vm_runtime.getDeclaredMethod("registerNativeAllocation", Integer.TYPE);
  /dalvik/tests/098-native-allocations/src/
Main.java 23 static Method register_native_allocation; field in class:Main
32 register_native_allocation.invoke(runtime, bytes);
53 register_native_allocation = vm_runtime.getDeclaredMethod("registerNativeAllocation", Integer.TYPE);

Completed in 103 milliseconds