HomeSort by relevance Sort by last modified time
    Searched defs:AllocObject (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /art/runtime/mirror/
class-inl.h 570 inline Object* Class::AllocObject(Thread* self) {
  /art/runtime/
check_jni.cc     [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-checker.cc 359 struct AllocObject {
364 AllocObject(const void* p, size_t s, ObjectPlacement l)
380 // For any AllocObject::ptr "live_objects" is supposed to contain at most one
385 typedef vector<AllocObject,
386 STL_Allocator<AllocObject, HeapLeakChecker::Allocator>
654 live_objects->push_back(AllocObject(top_ptr, region.end_addr - top,
660 live_objects->push_back(AllocObject(AsPtr(region.start_addr),
702 AllocObject(top_ptr, stack_end - top, THREAD_DATA));
707 AllocObject(AsPtr(stack_start), top - stack_start, THREAD_DATA));
712 lib->second.push_back(AllocObject(AsPtr(start), stack_start - start
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-checker.cc 359 struct AllocObject {
364 AllocObject(const void* p, size_t s, ObjectPlacement l)
380 // For any AllocObject::ptr "live_objects" is supposed to contain at most one
385 typedef vector<AllocObject,
386 STL_Allocator<AllocObject, HeapLeakChecker::Allocator>
654 live_objects->push_back(AllocObject(top_ptr, region.end_addr - top,
660 live_objects->push_back(AllocObject(AsPtr(region.start_addr),
702 AllocObject(top_ptr, stack_end - top, THREAD_DATA));
707 AllocObject(AsPtr(stack_start), top - stack_start, THREAD_DATA));
712 lib->second.push_back(AllocObject(AsPtr(start), stack_start - start
    [all...]
  /development/ndk/platforms/android-3/include/
jni.h 205 jobject (*AllocObject)(JNIEnv*, jclass);
581 jobject AllocObject(jclass clazz)
582 { return functions->AllocObject(this, clazz); }
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/java/
jni.h 251 jobject (JNICALL *AllocObject)
779 jobject AllocObject(jclass clazz) {
780 return functions->AllocObject(this,clazz);
    [all...]
  /prebuilts/ndk/9/platforms/android-12/arch-arm/usr/include/
jni.h 205 jobject (*AllocObject)(JNIEnv*, jclass);
581 jobject AllocObject(jclass clazz)
582 { return functions->AllocObject(this, clazz); }
    [all...]
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/
jni.h 205 jobject (*AllocObject)(JNIEnv*, jclass);
581 jobject AllocObject(jclass clazz)
582 { return functions->AllocObject(this, clazz); }
    [all...]
  /prebuilts/ndk/9/platforms/android-12/arch-x86/usr/include/
jni.h 205 jobject (*AllocObject)(JNIEnv*, jclass);
581 jobject AllocObject(jclass clazz)
582 { return functions->AllocObject(this, clazz); }
    [all...]
  /prebuilts/ndk/9/platforms/android-13/arch-arm/usr/include/
jni.h 205 jobject (*AllocObject)(JNIEnv*, jclass);
581 jobject AllocObject(jclass clazz)
582 { return functions->AllocObject(this, clazz); }
    [all...]
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/
jni.h 205 jobject (*AllocObject)(JNIEnv*, jclass);
581 jobject AllocObject(jclass clazz)
582 { return functions->AllocObject(this, clazz); }
    [all...]
  /prebuilts/ndk/9/platforms/android-13/arch-x86/usr/include/
jni.h 205 jobject (*AllocObject)(JNIEnv*, jclass);
581 jobject AllocObject(jclass clazz)
582 { return functions->AllocObject(this, clazz); }
    [all...]
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/
jni.h 205 jobject (*AllocObject)(JNIEnv*, jclass);
581 jobject AllocObject(jclass clazz)
582 { return functions->AllocObject(this, clazz); }
    [all...]
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/
jni.h 205 jobject (*AllocObject)(JNIEnv*, jclass);
581 jobject AllocObject(jclass clazz)
582 { return functions->AllocObject(this, clazz); }
    [all...]
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/
jni.h 205 jobject (*AllocObject)(JNIEnv*, jclass);
581 jobject AllocObject(jclass clazz)
582 { return functions->AllocObject(this, clazz); }
    [all...]
  /prebuilts/ndk/9/platforms/android-15/arch-arm/usr/include/
jni.h 205 jobject (*AllocObject)(JNIEnv*, jclass);
581 jobject AllocObject(jclass clazz)
582 { return functions->AllocObject(this, clazz); }
    [all...]
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/
jni.h 205 jobject (*AllocObject)(JNIEnv*, jclass);
581 jobject AllocObject(jclass clazz)
582 { return functions->AllocObject(this, clazz); }
    [all...]
  /prebuilts/ndk/9/platforms/android-15/arch-x86/usr/include/
jni.h 205 jobject (*AllocObject)(JNIEnv*, jclass);
581 jobject AllocObject(jclass clazz)
582 { return functions->AllocObject(this, clazz); }
    [all...]
  /prebuilts/ndk/9/platforms/android-16/arch-arm/usr/include/
jni.h 205 jobject (*AllocObject)(JNIEnv*, jclass);
581 jobject AllocObject(jclass clazz)
582 { return functions->AllocObject(this, clazz); }
    [all...]
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/
jni.h 205 jobject (*AllocObject)(JNIEnv*, jclass);
581 jobject AllocObject(jclass clazz)
582 { return functions->AllocObject(this, clazz); }
    [all...]
  /prebuilts/ndk/9/platforms/android-16/arch-x86/usr/include/
jni.h 205 jobject (*AllocObject)(JNIEnv*, jclass);
581 jobject AllocObject(jclass clazz)
582 { return functions->AllocObject(this, clazz); }
    [all...]
  /prebuilts/ndk/9/platforms/android-17/arch-arm/usr/include/
jni.h 205 jobject (*AllocObject)(JNIEnv*, jclass);
581 jobject AllocObject(jclass clazz)
582 { return functions->AllocObject(this, clazz); }
    [all...]
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/
jni.h 205 jobject (*AllocObject)(JNIEnv*, jclass);
581 jobject AllocObject(jclass clazz)
582 { return functions->AllocObject(this, clazz); }
    [all...]
  /prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/
jni.h 205 jobject (*AllocObject)(JNIEnv*, jclass);
581 jobject AllocObject(jclass clazz)
582 { return functions->AllocObject(this, clazz); }
    [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/
jni.h 205 jobject (*AllocObject)(JNIEnv*, jclass);
581 jobject AllocObject(jclass clazz)
582 { return functions->AllocObject(this, clazz); }
    [all...]

Completed in 2743 milliseconds

1 2 3 4