HomeSort by relevance Sort by last modified time
    Searched refs:InstanceSize (Results 1 - 12 of 12) 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 51 static constexpr uint32_t InstanceSize() {
object.h 73 static constexpr uint32_t InstanceSize() {
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]
CGObjCGNU.cpp 423 llvm::Constant *InstanceSize,
    [all...]
  /art/runtime/
class_linker.cc 265 java_lang_String->SetObjectSize(mirror::String::InstanceSize());
272 java_lang_ref_Reference->SetObjectSize(mirror::Reference::InstanceSize());
314 java_lang_DexCache->SetObjectSize(mirror::DexCache::InstanceSize());
322 java_lang_reflect_ArtField->SetObjectSize(mirror::ArtField::InstanceSize());
330 java_lang_reflect_ArtMethod->SetObjectSize(mirror::ArtMethod::InstanceSize());
391 CHECK_EQ(java_lang_Object->GetObjectSize(), mirror::Object::InstanceSize());
398 CHECK_EQ(java_lang_String->GetObjectSize(), mirror::String::InstanceSize());
403 CHECK_EQ(java_lang_DexCache->GetObjectSize(), mirror::DexCache::InstanceSize());
490 CHECK_EQ(java_lang_ref_Reference->GetObjectSize(), mirror::Reference::InstanceSize());
514 CHECK_EQ(java_lang_ClassLoader->GetObjectSize(), mirror::ClassLoader::InstanceSize());
    [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 304 milliseconds