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

  /libcore/libart/src/main/java/dalvik/system/
VMRuntime.java 298 public native void registerNativeAllocation(int bytes);
  /frameworks/base/media/java/android/media/
ImageReader.java 159 VMRuntime.getRuntime().registerNativeAllocation(mEstimatedNativeAllocBytes);
  /frameworks/base/rs/java/android/renderscript/
RenderScript.java 69 static Method registerNativeAllocation;
104 registerNativeAllocation = vm_runtime.getDeclaredMethod("registerNativeAllocation", Integer.TYPE);
    [all...]
Allocation.java 351 RenderScript.registerNativeAllocation.invoke(RenderScript.sRuntime, mSize);
353 Log.e(RenderScript.LOG_TAG, "Couldn't invoke registerNativeAllocation:" + e);
354 throw new RSRuntimeException("Couldn't invoke registerNativeAllocation:" + e);
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
RenderScript.java 94 static Method registerNativeAllocation;
    [all...]
Allocation.java 341 RenderScript.registerNativeAllocation.invoke(RenderScript.sRuntime, mSize);
343 Log.e(RenderScript.LOG_TAG, "Couldn't invoke registerNativeAllocation:" + e);
344 throw new RSRuntimeException("Couldn't invoke registerNativeAllocation:" + e);
    [all...]
  /art/runtime/native/
dalvik_system_VMRuntime.cc 212 Runtime::Current()->GetHeap()->RegisterNativeAllocation(env, static_cast<size_t>(bytes));
612 NATIVE_METHOD(VMRuntime, registerNativeAllocation, "(I)V"),
  /frameworks/base/graphics/java/android/graphics/
Bitmap.java     [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 416 milliseconds