Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 57) sorted by relevance

123

/art/runtime/
Dprimitive.h45 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()
Dprimitive.cc33 std::ostream& operator<<(std::ostream& os, const Primitive::Type& type) { in operator <<()
Dcommon_throws.cc141 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()
Dobject_utils.h286 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
Ddex_file_verifier.cc973 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
Delf_file.cc336 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/
Dintrinsic_helper.cc41 IntrinsicHelper::IntrinsicValType type) { in GetLLVMTypeOfIntrinsicValType()
113 IntrinsicValType type = info.arg_type_[arg_iter]; in IntrinsicHelper() local
Druntime_support_builder_arm.cc41 char LDRSTRSuffixByType(art::llvm::IRBuilder& irb, Type* type) { in LDRSTRSuffixByType()
71 Value* RuntimeSupportBuilderARM::EmitLoadFromThreadOffset(int64_t offset, ::llvm::Type* type, in EmitLoadFromThreadOffset()
Druntime_support_builder_x86.cc54 Value* RuntimeSupportBuilderX86::EmitLoadFromThreadOffset(int64_t offset, Type* type, in EmitLoadFromThreadOffset()
Dir_builder.h136 ::llvm::Type* type, in LoadFromObjectOffset()
151 ::llvm::Type* type, in LoadFromObjectOffset()
242 ::llvm::Type* type, in LoadFromObjectOffset()
/art/runtime/mirror/
Dart_field-inl.h144 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
Dclass.cc463 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()
Dart_method-inl.h93 inline bool ArtMethod::CheckIncompatibleClassChange(InvokeType type) { in CheckIncompatibleClassChange()
Dobject.h58 #define OFFSET_OF_OBJECT_MEMBER(type, field) \ argument
/art/runtime/entrypoints/quick/
Dcallee_save_frame.h30 Runtime::CalleeSaveType type) in FinishCalleeSaveFrameSetup()
Dquick_trampoline_entrypoints.cc163 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/
Dtypes.h47 void SetTypeOf(int instruction_id, const Type* type) { in SetTypeOf()
Dtype_inference_visitor.cc86 const Type* type = NULL; in MergeTypes() local
/art/runtime/native/
Dorg_apache_harmony_dalvik_ddmc_DdmServer.cc24 static void DdmServer_nativeSendChunk(JNIEnv* env, jclass, jint type, in DdmServer_nativeSendChunk()
/art/runtime/entrypoints/
Dentrypoint_utils.h136 FindFieldType type, size_t expected_size) in FindFieldFast()
192 bool access_check, InvokeType type) in FindMethodFast()
Dentrypoint_utils.cc78 Thread* self, FindFieldType type, size_t expected_size, in FindFieldFromCode()
164 Thread* self, bool access_check, InvokeType type) { in FindMethodFromCode()
/art/runtime/entrypoints/portable/
Dportable_trampoline_entrypoints.cc149 Primitive::Type type = GetParamPrimitiveType(); in Visit() local
236 Primitive::Type type = GetParamPrimitiveType(); in Visit() local
Dportable_invoke_entrypoints.cc28 InvokeType type, in FindMethodHelper()
/art/test/064-field-access/src/
DMain.java50 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/
Dthread_x86.cc33 unsigned base1: 8, type: 4, s: 1, dpl: 2, p: 1; member

123