Home
last modified time | relevance | path

Searched defs:type (Results 151 – 175 of 297) sorted by relevance

12345678910>>...12

/art/test/jvmti-common/
DRedefinition.java54 public static void setTestConfiguration(Config type) { in setTestConfiguration()
58 private static native void nativeSetTestConfiguration(int type); in nativeSetTestConfiguration()
/art/test/1953-pop-frame/src/art/
DRedefinition.java54 public static void setTestConfiguration(Config type) { in setTestConfiguration()
58 private static native void nativeSetTestConfiguration(int type); in nativeSetTestConfiguration()
/art/test/2001-virtual-structural-multithread/src-art/art/
DRedefinition.java54 public static void setTestConfiguration(Config type) { in setTestConfiguration()
58 private static native void nativeSetTestConfiguration(int type); in nativeSetTestConfiguration()
/art/test/1998-structural-shadow-field/src/art/
DRedefinition.java54 public static void setTestConfiguration(Config type) { in setTestConfiguration()
58 private static native void nativeSetTestConfiguration(int type); in nativeSetTestConfiguration()
/art/test/1960-obsolete-jit-multithread-native/src/art/
DRedefinition.java54 public static void setTestConfiguration(Config type) { in setTestConfiguration()
58 private static native void nativeSetTestConfiguration(int type); in nativeSetTestConfiguration()
/art/compiler/optimizing/
Ddata_type_test.cc48 #define CHECK_NAME(type) EXPECT_STREQ(#type, DataType::PrettyDescriptor(DataType::Type::k##type)) in TEST() argument
Dcode_generator_arm_vixl.h224 Location GetReturnLocation(DataType::Type type) const override { in GetReturnLocation()
229 Location GetSetValueLocation(DataType::Type type, bool is_instance) const override { in GetSetValueLocation()
236 Location GetFpuLocation(DataType::Type type) const override { in GetFpuLocation()
559 bool NeedsTwoRegisters(DataType::Type type) const override { in NeedsTwoRegisters()
Dinstruction_simplifier.cc221 DataType::Type type = op->GetType(); in TryDeMorganNegationFactoring() local
273 DataType::Type type = mul->GetPackedType(); in TryCombineVecMultiplyAccumulate() local
850 DataType::Type type = DataType::Kind(x->GetType()); in NewIntegralAbs() local
863 DataType::Type type = DataType::Kind(x->GetType()); in NewIntegralMinMax() local
1655 DataType::Type type = instruction->GetType(); in VisitDiv() local
1731 DataType::Type type = rem->GetResultType(); in TryToReuseDiv() local
1775 DataType::Type type = instruction->GetType(); in VisitMul() local
1999 DataType::Type type = instruction->GetType(); in VisitSub() local
2322 DataType::Type type = x->GetType(); in SimplifyFP2Int() local
2830 static int64_t ComputeAddition(DataType::Type type, int64_t x, int64_t y) { in ComputeAddition()
[all …]
Dloop_optimization.h116 DataType::Type type; // component type member
191 bool TrySetVectorLength(DataType::Type type, uint32_t length) { in TrySetVectorLength()
Dinstruction_builder.cc634 DataType::Type type, in Unop_12x()
652 DataType::Type type, in Binop_23x()
662 DataType::Type type, in Binop_23x_shift()
671 DataType::Type type, in Binop_23x_cmp()
682 DataType::Type type, in Binop_12x_shift()
692 DataType::Type type, in Binop_12x()
775 DataType::Type type, in BuildReturn()
1510 DataType::Type type = DataType::FromShorty(shorty[shorty_index++]); in SetupInvokeArguments() local
1802 const char* type = dex_file.GetFieldTypeDescriptor(field_id); in GetFieldAccessType() local
2038 DataType::Type type, in BuildCheckedDivRem()
[all …]
/art/runtime/
Dimtable-inl.h69 const dex::TypeItem& type = param_types->GetTypeItem(i); in GetImtHashComponents() local
Dcommon_throws.cc201 InvokeType type) { in ThrowIllegalAccessErrorClassForMethodDispatch()
393 std::string_view type, in ThrowNoSuchFieldError()
411 void ThrowNoSuchMethodError(InvokeType type, in ThrowNoSuchMethodError()
433 InvokeType type) in ThrowNullPointerExceptionForMethodAccessImpl()
441 void ThrowNullPointerExceptionForMethodAccess(uint32_t method_idx, InvokeType type) { in ThrowNullPointerExceptionForMethodAccess()
446 void ThrowNullPointerExceptionForMethodAccess(ArtMethod* method, InvokeType type) { in ThrowNullPointerExceptionForMethodAccess()
Dmethod_handles.cc53 bool GetUnboxedPrimitiveType(ObjPtr<mirror::Class> klass, Primitive::Type* type) in GetUnboxedPrimitiveType()
76 ObjPtr<mirror::Class> GetBoxedPrimitiveClass(Primitive::Type type) in GetBoxedPrimitiveClass()
94 bool GetUnboxedTypeAndValue(ObjPtr<mirror::Object> o, Primitive::Type* type, JValue* value) in GetUnboxedTypeAndValue()
110 inline bool IsReferenceType(Primitive::Type type) { in IsReferenceType()
114 inline bool IsPrimitiveType(Primitive::Type type) { in IsPrimitiveType()
250 Primitive::Type type; in ConvertJValueCommon() local
/art/libdexfile/dex/
Ddescriptors_names.cc312 ClassNameType type = kType; in IsValidClassName() local
414 std::string PrettyDescriptor(Primitive::Type type) { in PrettyDescriptor()
/art/runtime/mirror/
Dfield.cc62 Handle<mirror::Class> type = hs.NewHandle(field->ResolveType()); in CreateFromArtField() local
/art/test/1965-get-set-local-primitive-no-tables/src/art/
DTest1965.java57 NamedSet(final String type, final SetterFunction get, final Object v) { in NamedSet()
/art/test/1940-ddms-ext/
Dddm_ext.cc81 jint type = env->GetIntField(chunk, type_field_id); in Java_art_Test1940_processChunk() local
159 static void JNICALL PublishCB(jvmtiEnv* jvmti, jint type, jint size, jbyte* bytes) { in PublishCB()
/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()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DMapItem.java41 public short type; field in MapItem
/art/libelffile/elf/
Delf_builder.h92 Elf_Word type, in Section()
230 Elf_Word type, in CachedSection()
337 Elf_Word type, in SymbolSection()
357 uint8_t type) { in Add()
406 Elf_Word type, in BuildIdSection()
/art/dex2oat/linker/arm/
Drelative_patcher_arm_base.h54 : type_(type), custom_value1_(custom_value1), custom_value2_(custom_value2) { } in type_() argument
/art/test/1914-get-local-instance/src/art/
DTest1914.java74 public static SafepointFunction NamedGet(final String type, final GetterFunction get) { in NamedGet()
/art/test/1967-get-set-local-bad-slot/src/art/
DTest1967.java71 final String type, in BadSet()
/art/test/989-method-trace-throw/src/art/
DTest989.java180 private static void setEntry(MethodTracer type) throws Exception { in setEntry()
188 private static String testDescription(MethodTracer type, Runnable test) { in testDescription()
202 private static void doTest(MethodTracer type, MyRunnable test) throws Exception { in doTest()
/art/adbconnection/
Dadbconnection.cc128 void AdbConnectionDdmCallback::DdmPublishChunk(uint32_t type, in DdmPublishChunk()
337 void AdbConnectionState::PublishDdmData(uint32_t type, const art::ArrayRef<const uint8_t>& data) { in PublishDdmData()
343 uint32_t type, in SendDdmPacket()

12345678910>>...12