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

1 2 3 4

  /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 45 // Using c->AllocObject() here would be wrong.
48 SirtRef<Object> copy(self, heap->AllocObject(self, c, num_bytes));
array.cc 55 Array* array = down_cast<Array*>(heap->AllocObject(self, array_class, size));
string.cc 170 // Hold reference in case AllocObject causes GC.
172 String* string = down_cast<String*>(java_lang_String->AllocObject(self));
class.cc 121 Object* Class::AllocObject(Thread* self) {
127 return Runtime::Current()->GetHeap()->AllocObject(self, this, this->object_size_);
object_test.cc 467 SirtRef<Object> x(soa.Self(), X->AllocObject(soa.Self()));
468 SirtRef<Object> y(soa.Self(), Y->AllocObject(soa.Self()));
  /art/runtime/native/
java_lang_reflect_Constructor.cc 58 mirror::Object* receiver = c->AllocObject(soa.Self());
  /art/runtime/
indirect_reference_table_test.cc 52 mirror::Object* obj0 = c->AllocObject(soa.Self());
54 mirror::Object* obj1 = c->AllocObject(soa.Self());
56 mirror::Object* obj2 = c->AllocObject(soa.Self());
58 mirror::Object* obj3 = c->AllocObject(soa.Self());
jni_internal_test.cc 108 receiver = (is_static ? NULL : c->AllocObject(self));
726 TEST_F(JniInternalTest, AllocObject) {
729 jobject o = env_->AllocObject(c);
    [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...]
  /art/compiler/llvm/
runtime_support_llvm_func_list.h 38 V(AllocObject, art_portable_alloc_object_from_code) \
  /frameworks/base/media/jni/
android_media_MediaCodecList.cpp 134 jobject caps = env->AllocObject(capsClazz);
152 jobject profileLevelObj = env->AllocObject(profileLevelClazz);
  /external/jmonkeyengine/engine/src/bullet-native/
jmeBulletUtil.cpp 312 jobject singleresult = env->AllocObject(jmeClasses::PhysicsRay_Class);
313 jobject hitnormalvec = env->AllocObject(jmeClasses::Vector3f);
  /art/runtime/entrypoints/
entrypoint_utils.h 76 return klass->AllocObject(self);
  /art/dex2oat/
dex2oat.cc 248 soa.Env()->AllocObject(WellKnownClasses::dalvik_system_PathClassLoader);
250 soa.Env()->AllocObject(WellKnownClasses::dalvik_system_PathClassLoader));
    [all...]
  /development/ndk/platforms/android-3/include/
jni.h 204 jobject (*AllocObject)(JNIEnv*, jclass);
580 jobject AllocObject(jclass clazz)
581 { 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...]
  /prebuilts/ndk/4/platforms/android-5/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-5/arch-x86/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-8/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-8/arch-x86/usr/include/
jni.h 189 jobject (*AllocObject)(JNIEnv*, jclass);
565 jobject AllocObject(jclass clazz)
566 { return functions->AllocObject(this, clazz); }
    [all...]

Completed in 1130 milliseconds

1 2 3 4