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

  /art/runtime/mirror/
class_loader.h 32 static constexpr uint32_t InstanceSize() {
reference.h 48 static constexpr uint32_t InstanceSize() {
dex_cache.h 44 static constexpr uint32_t InstanceSize() {
string.h 41 static constexpr uint32_t InstanceSize() {
art_field.h 46 static constexpr uint32_t InstanceSize() {
art_method.h 555 static size_t InstanceSize(size_t pointer_size) {
object.h 73 static constexpr uint32_t InstanceSize() {
  /art/runtime/
class_linker.cc 258 java_lang_String->SetObjectSize(mirror::String::InstanceSize());
265 java_lang_ref_Reference->SetObjectSize(mirror::Reference::InstanceSize());
307 java_lang_DexCache->SetObjectSize(mirror::DexCache::InstanceSize());
315 java_lang_reflect_ArtField->SetObjectSize(mirror::ArtField::InstanceSize());
323 java_lang_reflect_ArtMethod->SetObjectSize(mirror::ArtMethod::InstanceSize(sizeof(void*)));
383 CHECK_EQ(java_lang_Object->GetObjectSize(), mirror::Object::InstanceSize());
390 CHECK_EQ(java_lang_String->GetObjectSize(), mirror::String::InstanceSize());
395 CHECK_EQ(java_lang_DexCache->GetObjectSize(), mirror::DexCache::InstanceSize());
482 CHECK_EQ(java_lang_ref_Reference->GetObjectSize(), mirror::Reference::InstanceSize());
506 CHECK_EQ(java_lang_ClassLoader->GetObjectSize(), mirror::ClassLoader::InstanceSize());
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]
CGObjCGNU.cpp 423 llvm::Constant *InstanceSize,
    [all...]
  /art/compiler/
image_writer.cc 285 object_size = mirror::ArtMethod::InstanceSize(target_ptr_size_);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
portcls.h 277 ULONG InstanceSize;
    [all...]

Completed in 422 milliseconds