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

1 2 3 4 5

  /libcore/luni/src/main/native/
sun_misc_Unsafe.cpp 23 return env->AllocObject(c);
  /art/runtime/mirror/
stack_trace_element.cc 46 down_cast<StackTraceElement*>(GetStackTraceElement()->AllocObject(self));
object.cc 124 // Object::SizeOf gets the right size even if we're an array. Using c->AllocObject() here would
133 copy = heap->AllocObject<true>(self, GetClass(), num_bytes, visitor);
string.cc 127 // Hold reference in case AllocObject causes GC.
128 String* string = down_cast<String*>(GetJavaLangString()->AllocObject(self));
  /art/runtime/native/
java_lang_reflect_Constructor.cc 65 movable ? c->AllocObject(soa.Self()) : c->AllocNonMovableObject(soa.Self());
  /art/runtime/
indirect_reference_table_test.cc 53 mirror::Object* obj0 = c->AllocObject(soa.Self());
55 mirror::Object* obj1 = c->AllocObject(soa.Self());
57 mirror::Object* obj2 = c->AllocObject(soa.Self());
59 mirror::Object* obj3 = c->AllocObject(soa.Self());
transaction_test.cc 38 Handle<mirror::Object> h_obj(hs.NewHandle(h_klass->AllocObject(soa.Self())));
54 Handle<mirror::Object> h_obj(hs.NewHandle(h_klass->AllocObject(soa.Self())));
167 Handle<mirror::Object> h_obj(hs.NewHandle(h_klass->AllocObject(soa.Self())));
212 Handle<mirror::Object> h_instance(hs.NewHandle(h_klass->AllocObject(soa.Self())));
266 Handle<mirror::Object> h_obj(hs.NewHandle(h_klass->AllocObject(soa.Self())));
381 Handle<mirror::Object> h_obj(hs.NewHandle(h_klass->AllocObject(soa.Self())));
monitor_test.cc 95 Handle<mirror::Object> h = (*hsp)->NewHandle<mirror::Object>(c->AllocObject(self));
jni_internal_test.cc 108 TEST_F(JniInternalTest, AllocObject) {
111 jobject o = env_->AllocObject(c);
426 jstring s = reinterpret_cast<jstring>(env_->AllocObject(c));
    [all...]
common_runtime_test.cc 357 soa.Env()->AllocObject(WellKnownClasses::dalvik_system_PathClassLoader));
  /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...]
  /art/compiler/llvm/
runtime_support_llvm_func_list.h 38 V(AllocObject, art_portable_alloc_object_from_code) \
  /art/runtime/entrypoints/quick/
quick_entrypoints_list.h 26 V(AllocObject, void*, uint32_t, void*) \
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
nmsupp.h 60 extern LPVOID WINAPI AllocObject(HOBJECTHEAP hObjectHeap);
  /frameworks/base/media/jni/
android_media_MediaCodecList.cpp 224 jobject profileLevelObj = env->AllocObject(profileLevelClazz);
android_media_MediaDrm.cpp 786 keyObj = env->AllocObject(clazz);
919 provisionObj = env->AllocObject(clazz);
957 certificateObj = env->AllocObject(clazz);
    [all...]
  /art/runtime/gc/
heap-inl.h 100 return AllocObject<kInstrumented>(self, klass, byte_count, pre_fence_visitor);
  /external/chromium_org/third_party/libjpeg_turbo/
turbojpeg-jni.c 341 bailif0(sfobj=(*env)->AllocObject(env, sfcls));
576 bailif0(arrayRegionObj=(*env)->AllocObject(env, cls));
586 bailif0(planeRegionObj=(*env)->AllocObject(env, cls));
  /art/runtime/arch/
stub_test.cc 901 Handle<mirror::Object> obj_obj(hs.NewHandle(c->AllocObject(soa.Self())));
    [all...]
  /art/runtime/entrypoints/
entrypoint_utils.cc 134 env->AllocObject(WellKnownClasses::java_lang_StackOverflowError));
  /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...]
  /libnativehelper/include/nativehelper/
jni.h 191 jobject (*AllocObject)(JNIEnv*, jclass);
567 jobject AllocObject(jclass clazz)
568 { return functions->AllocObject(this, clazz); }
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
jni.h 189 jobject (*AllocObject)(JNIEnv*, jclass);
565 jobject AllocObject(jclass clazz)
566 { return functions->AllocObject(this, clazz); }
    [all...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
jni.h 189 jobject (*AllocObject)(JNIEnv*, jclass);
565 jobject AllocObject(jclass clazz)
566 { return functions->AllocObject(this, clazz); }
    [all...]

Completed in 286 milliseconds

1 2 3 4 5