Home
last modified time | relevance | path

Searched refs:type (Results 301 – 325 of 521) sorted by relevance

1...<<1112131415161718192021

/art/test/ti-agent/
Dcommon_helper.h30 jobject GetJavaValueByType(JNIEnv* env, char type, jvalue value);
/art/test/1962-multi-thread-events/
Dinfo.txt4 deoptimization count if it was the first thread of a particular event type to be activated. This
/art/runtime/
Ddebugger.cc186 uint32_t type, in DdmHandleChunk() argument
206 type, dataArray.get(), 0, data.size())); in DdmHandleChunk()
210 LOG(INFO) << StringPrintf("Exception thrown by dispatcher for 0x%08x", type) << std::endl in DdmHandleChunk()
245 type, in DdmHandleChunk()
259 type) << std::endl << self->GetException()->Dump(); in DdmHandleChunk()
304 void Dbg::DdmSendThreadNotification(Thread* t, uint32_t type) { in DdmSendThreadNotification() argument
311 if (type == CHUNK_TYPE("THDE")) { in DdmSendThreadNotification()
316 CHECK(type == CHUNK_TYPE("THCR") || type == CHUNK_TYPE("THNM")) << type; in DdmSendThreadNotification()
332 cb->DdmPublishChunk(type, ArrayRef<const uint8_t>(bytes)); in DdmSendThreadNotification()
358 void Dbg::PostThreadStartOrStop(Thread* t, uint32_t type) { in PostThreadStartOrStop() argument
[all …]
Dcommon_throws.cc201 InvokeType type) { in ThrowIllegalAccessErrorClassForMethodDispatch() argument
205 << mirror::Class::PrettyDescriptor(accessed) << "') in attempt to invoke " << type in ThrowIllegalAccessErrorClassForMethodDispatch()
393 std::string_view type, in ThrowNoSuchFieldError() argument
397 msg << "No " << scope << "field " << name << " of type " << type in ThrowNoSuchFieldError()
411 void ThrowNoSuchMethodError(InvokeType type, in ThrowNoSuchMethodError() argument
417 msg << "No " << type << " method " << name << signature in ThrowNoSuchMethodError()
433 InvokeType type) in ThrowNullPointerExceptionForMethodAccessImpl() argument
436 msg << "Attempt to invoke " << type << " method '" in ThrowNullPointerExceptionForMethodAccessImpl()
441 void ThrowNullPointerExceptionForMethodAccess(uint32_t method_idx, InvokeType type) { in ThrowNullPointerExceptionForMethodAccess() argument
443 ThrowNullPointerExceptionForMethodAccessImpl(method_idx, dex_file, type); in ThrowNullPointerExceptionForMethodAccess()
[all …]
Ddebugger.h77 static void DdmSendThreadNotification(Thread* t, uint32_t type)
83 uint32_t type,
Dmethod_handles.cc53 bool GetUnboxedPrimitiveType(ObjPtr<mirror::Class> klass, Primitive::Type* type) in GetUnboxedPrimitiveType() argument
67 *type = primitive; \ in GetUnboxedPrimitiveType()
76 ObjPtr<mirror::Class> GetBoxedPrimitiveClass(Primitive::Type type) in GetBoxedPrimitiveClass() argument
80 switch (type) { in GetBoxedPrimitiveClass()
94 bool GetUnboxedTypeAndValue(ObjPtr<mirror::Object> o, Primitive::Type* type, JValue* value) in GetUnboxedTypeAndValue() argument
101 *type = primitive; \ in GetUnboxedTypeAndValue()
110 inline bool IsReferenceType(Primitive::Type type) { in IsReferenceType() argument
111 return type == Primitive::kPrimNot; in IsReferenceType()
114 inline bool IsPrimitiveType(Primitive::Type type) { in IsPrimitiveType() argument
115 return !IsReferenceType(type); in IsPrimitiveType()
[all …]
/art/test/955-methodhandles-smali/smali/
DMain.smali18 # MethodHandle Main.getHandleForVirtual(Class<?> defc, String name, MethodType type);
20 # Returns a handle to a virtual method on |defc| named name with type |type| using
29 # Call Lookup.findVirtual(defc, name, type);
35 # MethodHandle Main.getHandleForStatic(Class<?> defc, String name, MethodType type);
37 # Returns a handle to a static method on |defc| named name with type |type| using
46 # Call Lookup.findStatic(defc, name, type);
160 # Note that the callsite type here is String type(Object, Object); so the runtime
161 # will generate dynamic type checks for the input arguments.
177 # First use a long, this is an invokeExact because the callsite type matches
178 # the function type precisely.
/art/test/683-clinit-inline-static-invoke/
Dinfo.txt2 call to a static method used a type index from the wrong dex file because the
/art/openjdkjvmti/
Dti_method.h102 art::Primitive::Type type,
108 art::Primitive::Type type,
/art/test/520-equivalent-phi/smali/
DEquivalent.smali26 # Having this move-object used to confuse the type propagation
31 # even though it is the one that has the correct type.
/art/tools/ahat/src/main/com/android/ahat/heapdump/
DAhatInstance.java236 void addRootType(RootType type) { in addRootType() argument
237 mRootTypes |= type.mask; in addRootType()
252 for (RootType type : RootType.values()) { in getRootTypes()
253 if ((mRootTypes & type.mask) != 0) { in getRootTypes()
254 types.add(type); in getRootTypes()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOffsetTracker.java305 typeListMapItem.type = MapItem.TYPE_TYPE_LIST; in addTypeListsToMapFile()
312 if (mapItem.type == MapItem.TYPE_STRING_DATA_ITEM) { in addTypeListsToMapFile()
331 fieldMapItem.type = MapItem.TYPE_FIELD_ID_ITEM; in addFieldIdsToHeaderAndMapFile()
338 if (mapItem.type == MapItem.TYPE_METHOD_ID_ITEM) { in addFieldIdsToHeaderAndMapFile()
390 Log.info("Updating offset in MapItem (type: " + mapItem.type + ") after " in updateOffsetsInHeaderAndMapFile()
/art/dex2oat/linker/
Dimage_writer.h234 friend std::ostream& operator<<(std::ostream& stream, NativeObjectRelocationType type);
432 const uint8_t* GetOatAddress(StubType type) const;
551 NativeObjectRelocationType type,
583 static Bin BinTypeForNativeRelocationType(NativeObjectRelocationType type);
588 NativeObjectRelocationType type; member
591 return type == NativeObjectRelocationType::kArtMethodClean || in IsArtMethodRelocation()
592 type == NativeObjectRelocationType::kArtMethodDirty || in IsArtMethodRelocation()
593 type == NativeObjectRelocationType::kRuntimeMethod; in IsArtMethodRelocation()
751 std::ostream& operator<<(std::ostream& stream, ImageWriter::NativeObjectRelocationType type);
/art/compiler/optimizing/
Dinstruction_builder.cc514 HInstruction* HInstructionBuilder::LoadLocal(uint32_t reg_number, DataType::Type type) const { in LoadLocal()
519 if (type != value->GetType()) { in LoadLocal()
520 if (DataType::IsFloatingPointType(type)) { in LoadLocal()
521 value = ssa_builder_->GetFloatOrDoubleEquivalent(value, type); in LoadLocal()
522 } else if (type == DataType::Type::kReference) { in LoadLocal()
634 DataType::Type type, in Unop_12x() argument
636 HInstruction* first = LoadLocal(instruction.VRegB(), type); in Unop_12x()
637 AppendInstruction(new (allocator_) T(type, first, dex_pc)); in Unop_12x()
652 DataType::Type type, in Binop_23x() argument
654 HInstruction* first = LoadLocal(instruction.VRegB(), type); in Binop_23x()
[all …]
/art/test/1913-get-set-local-objects/src/art/
DTest1913.java140 NamedSet(final String type, final SetterFunction get, final Object v) { in NamedSet() argument
152 return "\"Set" + type + "\""; in NamedSet()
157 public static SafepointFunction NamedGet(final String type, final GetterFunction get) {
168 return "\"Get" + type + "\"";
/art/dexlayout/
Ddex_writer.h43 MapItem(uint32_t type, uint32_t size, size_t offset) in MapItem()
44 : type_(type), size_(size), offset_(offset) { } in MapItem()
178 static inline constexpr uint32_t SectionAlignment(DexFile::MapItemType type) { in SectionAlignment() argument
179 switch (type) { in SectionAlignment()
/art/runtime/gc/
Dallocation_listener.h58 MutableHandle<mirror::Class> type ATTRIBUTE_UNUSED, in PreObjectAllocated()
/art/test/dexdump/
Dbytecodes.txt56 type : '()[Ljava/lang/String;'
92 type : '()I'
119 type : 'Z'
125 type : '()V'
172 type : '()V'
217 type : 'I'
224 type : '()V'
270 type : '()V'
315 type : '[I'
319 type : 'B'
[all …]
/art/runtime/arch/x86/
Dthread_x86.cc34 unsigned base1: 8, type: 4, s: 1, dpl: 2, p: 1; member
69 entry.type = ((read_exec_only ^ 1) << 1) | (contents << 2); in InitCpu()
/art/test/981-dedup-original-dex/src-art/art/
DTest981.java156 private static Object getObjectField(Object o, Class<?> type, String name) throws Exception { in getObjectField() argument
157 Field f = type.getDeclaredField(name); in getObjectField()
/art/libdexfile/dex/
Ddescriptors_names.h33 std::string PrettyDescriptor(Primitive::Type type);
/art/compiler/utils/arm/
Dassembler_arm_vixl.h218 void StoreToOffset(StoreOperandType type,
226 void LoadFromOffset(LoadOperandType type,
248 int32_t GetAllowedLoadOffsetBits(LoadOperandType type);
249 int32_t GetAllowedStoreOffsetBits(StoreOperandType type);
/art/test/1912-get-set-local-primitive/src/art/
DTest1912.java110 NamedSet(final String type, final SetterFunction get, final Object v) { in NamedSet() argument
122 return "\"Set" + type + "\""; in NamedSet()
127 public static SafepointFunction NamedGet(final String type, final GetterFunction get) {
138 return "\"Get" + type + "\"";
/art/test/068-classloader/
Dexpected.txt10 Ctor: doubled implement, type 1
/art/libnativebridge/
Dnative_bridge_lazy.cc145 const char* name, const char* ld_library_path, const char* default_library_path, uint64_t type, in NativeBridgeCreateNamespace() argument
148 return f(name, ld_library_path, default_library_path, type, permitted_when_isolated_path, in NativeBridgeCreateNamespace()

1...<<1112131415161718192021