/art/runtime/ |
D | primitive.h | 45 static Type GetType(char type) { in GetType() 70 static size_t ComponentSize(Type type) { in ComponentSize() 88 static size_t FieldSize(Type type) { in FieldSize() 92 static const char* Descriptor(Type type) { in Descriptor()
|
D | primitive.cc | 33 std::ostream& operator<<(std::ostream& os, const Primitive::Type& type) { in operator <<()
|
D | common_throws.cc | 141 InvokeType type) { in ThrowIllegalAccessErrorClassForMethodDispatch() 256 const StringPiece& type, const StringPiece& name) in ThrowNoSuchFieldError() 267 void ThrowNoSuchMethodError(InvokeType type, mirror::Class* c, const StringPiece& name, in ThrowNoSuchMethodError() 300 InvokeType type) in ThrowNullPointerExceptionForMethodAccessImpl() 310 InvokeType type) { in ThrowNullPointerExceptionForMethodAccess() 319 InvokeType type) { in ThrowNullPointerExceptionForMethodAccess()
|
D | object_utils.h | 286 mirror::Class* type = GetDexCache()->GetResolvedType(field_id.type_idx_); in SHARED_LOCKS_REQUIRED() local 314 Primitive::Type type = GetTypeAsPrimitiveType(); in IsPrimitiveType() local 318 Primitive::Type type = GetTypeAsPrimitiveType(); in FieldSize() local 561 Primitive::Type type = GetParamPrimitiveType(param); in IsParamALongOrDouble() local 596 mirror::Class* type = method_->GetDexCacheResolvedTypes()->Get(type_idx); in GetClassFromTypeIdx() local
|
D | dex_file_verifier.cc | 973 bool DexFileVerifier::CheckIntraSectionIterate(uint32_t offset, uint32_t count, uint16_t type) { in CheckIntraSectionIterate() 1144 bool DexFileVerifier::CheckIntraIdSection(uint32_t offset, uint32_t count, uint16_t type) { in CheckIntraIdSection() 1192 bool DexFileVerifier::CheckIntraDataSection(uint32_t offset, uint32_t count, uint16_t type) { in CheckIntraDataSection() 1227 uint16_t type = item->type_; in CheckIntraSection() local 1301 bool DexFileVerifier::CheckOffsetToTypeMap(uint32_t offset, uint16_t type) { in CheckOffsetToTypeMap() 1781 bool DexFileVerifier::CheckInterSectionIterate(uint32_t offset, uint32_t count, uint16_t type) { in CheckInterSectionIterate() 1883 uint16_t type = item->type_; in CheckInterSection() local
|
D | elf_file.cc | 336 llvm::ELF::Elf32_Phdr* ElfFile::FindProgamHeaderByType(llvm::ELF::Elf32_Word type) { in FindProgamHeaderByType() 360 llvm::ELF::Elf32_Shdr* ElfFile::FindSectionByType(llvm::ELF::Elf32_Word type) { in FindSectionByType() 453 unsigned char type = symbol.getType(); in FindSymbolByName() local 530 llvm::ELF::Elf32_Word ElfFile::FindDynamicValueByType(llvm::ELF::Elf32_Sword type) { in FindDynamicValueByType()
|
/art/compiler/llvm/ |
D | intrinsic_helper.cc | 41 IntrinsicHelper::IntrinsicValType type) { in GetLLVMTypeOfIntrinsicValType() 113 IntrinsicValType type = info.arg_type_[arg_iter]; in IntrinsicHelper() local
|
D | runtime_support_builder_arm.cc | 41 char LDRSTRSuffixByType(art::llvm::IRBuilder& irb, Type* type) { in LDRSTRSuffixByType() 71 Value* RuntimeSupportBuilderARM::EmitLoadFromThreadOffset(int64_t offset, ::llvm::Type* type, in EmitLoadFromThreadOffset()
|
D | runtime_support_builder_x86.cc | 54 Value* RuntimeSupportBuilderX86::EmitLoadFromThreadOffset(int64_t offset, Type* type, in EmitLoadFromThreadOffset()
|
D | ir_builder.h | 136 ::llvm::Type* type, in LoadFromObjectOffset() 151 ::llvm::Type* type, in LoadFromObjectOffset() 242 ::llvm::Type* type, in LoadFromObjectOffset()
|
/art/runtime/mirror/ |
D | art_field-inl.h | 144 Primitive::Type type = FieldHelper(this).GetTypeAsPrimitiveType(); in GetInt() local 152 Primitive::Type type = FieldHelper(this).GetTypeAsPrimitiveType(); in SetInt() local 160 Primitive::Type type = FieldHelper(this).GetTypeAsPrimitiveType(); in GetLong() local 168 Primitive::Type type = FieldHelper(this).GetTypeAsPrimitiveType(); in SetLong() local
|
D | class.cc | 463 ArtField* Class::FindDeclaredInstanceField(const StringPiece& name, const StringPiece& type) { in FindDeclaredInstanceField() 489 ArtField* Class::FindInstanceField(const StringPiece& name, const StringPiece& type) { in FindInstanceField() 513 ArtField* Class::FindDeclaredStaticField(const StringPiece& name, const StringPiece& type) { in FindDeclaredStaticField() 538 ArtField* Class::FindStaticField(const StringPiece& name, const StringPiece& type) { in FindStaticField() 582 ArtField* Class::FindField(const StringPiece& name, const StringPiece& type) { in FindField()
|
D | art_method-inl.h | 93 inline bool ArtMethod::CheckIncompatibleClassChange(InvokeType type) { in CheckIncompatibleClassChange()
|
D | object.h | 58 #define OFFSET_OF_OBJECT_MEMBER(type, field) \ argument
|
/art/runtime/entrypoints/quick/ |
D | callee_save_frame.h | 30 Runtime::CalleeSaveType type) in FinishCalleeSaveFrameSetup()
|
D | quick_trampoline_entrypoints.cc | 163 Primitive::Type type = GetParamPrimitiveType(); in IsParamALongOrDouble() local 233 Primitive::Type type = GetParamPrimitiveType(); in Visit() local 326 Primitive::Type type = GetParamPrimitiveType(); in Visit() local
|
/art/compiler/sea_ir/types/ |
D | types.h | 47 void SetTypeOf(int instruction_id, const Type* type) { in SetTypeOf()
|
D | type_inference_visitor.cc | 86 const Type* type = NULL; in MergeTypes() local
|
/art/runtime/native/ |
D | org_apache_harmony_dalvik_ddmc_DdmServer.cc | 24 static void DdmServer_nativeSendChunk(JNIEnv* env, jclass, jint type, in DdmServer_nativeSendChunk()
|
/art/runtime/entrypoints/ |
D | entrypoint_utils.h | 136 FindFieldType type, size_t expected_size) in FindFieldFast() 192 bool access_check, InvokeType type) in FindMethodFast()
|
D | entrypoint_utils.cc | 78 Thread* self, FindFieldType type, size_t expected_size, in FindFieldFromCode() 164 Thread* self, bool access_check, InvokeType type) { in FindMethodFromCode()
|
/art/runtime/entrypoints/portable/ |
D | portable_trampoline_entrypoints.cc | 149 Primitive::Type type = GetParamPrimitiveType(); in Visit() local 236 Primitive::Type type = GetParamPrimitiveType(); in Visit() local
|
D | portable_invoke_entrypoints.cc | 28 InvokeType type, in FindMethodHelper()
|
/art/test/064-field-access/src/ |
D | Main.java | 50 public Object getValue(Field field, Object obj, char type, in getValue() 599 public Object getValue(Field field, Object obj, char type, in getValue()
|
/art/runtime/arch/x86/ |
D | thread_x86.cc | 33 unsigned base1: 8, type: 4, s: 1, dpl: 2, p: 1; member
|