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

  /art/runtime/openjdkjvmti/
ti_object.h 42 static jvmtiError GetObjectSize(jvmtiEnv* env, jobject object, jlong* size_ptr);
ti_object.cc 41 jvmtiError ObjectUtil::GetObjectSize(jvmtiEnv* env ATTRIBUTE_UNUSED,
OpenjdkJvmTi.cc 799 static jvmtiError GetObjectSize(jvmtiEnv* env, jobject object, jlong* size_ptr) {
801 return ObjectUtil::GetObjectSize(env, object, size_ptr);
    [all...]
  /art/test/920-objects/
objects.cc 34 jvmtiError result = jvmti_env->GetObjectSize(object, &size);
38 printf("Failure running GetObjectSize: %s\n", err);
  /external/pdfium/core/fpdfapi/parser/
cpdf_parser.h 78 FX_FILESIZE GetObjectSize(uint32_t objnum) const;
cpdf_data_avail.h 131 uint32_t GetObjectSize(uint32_t objnum, FX_FILESIZE& offset);
cpdf_data_avail.cpp 94 uint32_t CPDF_DataAvail::GetObjectSize(uint32_t objnum, FX_FILESIZE& offset) {
156 uint32_t size = GetObjectSize(dwNum, offset);
349 size = GetObjectSize(objnum, offset);
352 size = (uint32_t)m_parser.GetObjectSize(objnum);
    [all...]
cpdf_parser.cpp     [all...]
  /art/runtime/entrypoints/quick/
quick_alloc_entrypoints.cc 44 size_t byte_count = klass->GetObjectSize();
  /art/runtime/mirror/
class-inl.h 45 inline uint32_t Class::GetObjectSize() {
604 ? MemberOffset(RoundUp(super_class->GetObjectSize<kVerifyFlags, kReadBarrierOption>(),
    [all...]
object-inl.h 388 template GetObjectSize<kNewFlags, kReadBarrierOption>();
    [all...]
class.cc 166 h_this->SetObjectSizeAllocFastPath(RoundUp(h_this->GetObjectSize(), kObjectAlignment));
    [all...]
class.h 602 uint32_t GetObjectSize() REQUIRES_SHARED(Locks::mutator_lock_);
    [all...]
  /art/runtime/openjdkjvmti/include/
jvmti.h     [all...]
  /prebuilts/jdk/jdk8/darwin-x86/include/
jvmti.h     [all...]
  /prebuilts/jdk/jdk8/linux-x86/include/
jvmti.h     [all...]
  /art/compiler/debug/
elf_debug_info_writer.h 329 info_.WriteUdata(DW_AT_byte_size, type->GetObjectSize());
  /art/runtime/
class_linker.cc 451 java_lang_Object->GetObjectSize(),
600 CHECK_EQ(java_lang_Object->GetObjectSize(), mirror::Object::InstanceSize());
605 CHECK_EQ(java_lang_DexCache->GetObjectSize(), mirror::DexCache::InstanceSize());
608 CHECK_EQ(dalvik_system_ClassExt->GetObjectSize(), mirror::ClassExt::InstanceSize());
732 CHECK_EQ(java_lang_ref_Reference->GetObjectSize(), mirror::Reference::InstanceSize());
    [all...]
class_linker_test.cc 488 size_t expected_size = RoundUp(is_static ? klass->GetClassSize() : klass->GetObjectSize(),
    [all...]
  /art/runtime/hprof/
hprof.cc     [all...]
  /art/runtime/gc/
heap.cc     [all...]
  /art/runtime/gc/collector/
concurrent_copying.cc     [all...]

Completed in 1008 milliseconds