Home
last modified time | relevance | path

Searched defs:type (Results 51 – 75 of 297) sorted by relevance

12345678910>>...12

/art/libelffile/dwarf/
Ddebug_abbrev_writer.h59 void AddAbbrevAttribute(Attribute name, Form type) { in AddAbbrevAttribute()
/art/runtime/gc/accounting/
Dmod_union_table_test.cc134 std::ostream& operator<<(std::ostream& oss, ModUnionTableFactory::TableType type) { in operator <<()
152 TableType type, space::ContinuousSpace* space, space::ContinuousSpace* target_space) { in Create()
178 void ModUnionTableTest::RunTest(ModUnionTableFactory::TableType type) { in RunTest()
/art/test/1939-proxy-frames/src/art/
DTest1939.java57 public static SafepointFunction NamedGet(final String type, final GetterFunction get) { in NamedGet()
/art/compiler/optimizing/
Dinduction_var_analysis.cc83 static DataType::Type ImplicitConversion(DataType::Type type) { in ImplicitConversion()
906 DataType::Type type = ImplicitConversion(condition->InputAt(0)->GetType()); in VisitControl() local
924 DataType::Type type, in VisitCondition()
982 DataType::Type type, in VisitTripCount()
1083 DataType::Type type, in IsFinite()
1109 DataType::Type type, in FitsNarrowerControl()
1132 DataType::Type type) { in RewriteBreakLoop()
1223 DataType::Type type) { in CreateConstant()
1315 DataType::Type type = instruction->InputAt(0)->GetType(); in GetShiftConstant() local
Dside_effects_test.cc107 for (DataType::Type type : kTestTypes) { in TEST() local
183 for (DataType::Type type : kTestTypes) { in TEST() local
Dcode_generator_x86.h129 Location GetReturnLocation(DataType::Type type) const override { in GetReturnLocation()
134 Location GetSetValueLocation(DataType::Type type, bool is_instance) const override { in GetSetValueLocation()
511 bool NeedsTwoRegisters(DataType::Type type) const override { in NeedsTwoRegisters()
/art/runtime/gc/
Dsystem_weak_test.cc111 CollectorType type = Runtime::Current()->GetHeap()->CurrentCollectorType(); in CollectorDoesAllowOrBroadcast() local
124 CollectorType type = Runtime::Current()->GetHeap()->CurrentCollectorType(); in CollectorDoesDisallow() local
/art/runtime/verifier/
Dreg_type_cache.cc328 const PreciseConstType* type = small_precise_constants_[value - kMinSmallConstant]; in ShutDown() local
341 using type = T; typedef
388 PreciseConstType* type = new PreciseConstType(value, primitive_count_); in CreatePrimitiveAndSmallConstantTypes() local
500 const UninitializedType& RegTypeCache::Uninitialized(const RegType& type, uint32_t allocation_pc) { in Uninitialized()
587 const UninitializedType& RegTypeCache::UninitializedThisArgument(const RegType& type) { in UninitializedThisArgument()
/art/runtime/mirror/
Demulated_stack_frame.cc46 ObjPtr<mirror::Class> type = p_types->GetWithoutChecks(i); in CalculateFrameAndReferencesSize() local
236 const Primitive::Type type = r_type->GetPrimitiveType(); in GetReturnValue() local
260 const Primitive::Type type = r_type->GetPrimitiveType(); in SetReturnValue() local
/art/test/661-oat-writer-layout/
Doat_writer_layout.cc66 OatClassType type = oat_class.GetType(); in Java_Main_hasOatCompiledCode() local
/art/disassembler/
Ddisassembler_arm.cc51 const LocationType type = label.GetLocationType(); in operator <<() local
137 void DisassemblerArm::CustomDisassembler::CustomDisassemblerStream::PrintLiteral(LocationType type, in PrintLiteral()
/art/openjdkjvmti/
Dti_method.cc632 /*out*/ SlotType* type) in InferSlotTypeFromVerifier()
740 /*out*/ SlotType* type) { in GetSlotType()
800 art::Primitive::Type type, in GetLocalVariableClosure()
941 art::Primitive::Type type, in GetLocalVariableGeneric()
970 art::Primitive::Type type, in SetLocalVariableClosure()
1117 art::Primitive::Type type, in SetLocalVariableGeneric()
1221 #define JNI_TYPE_CHAR(type, prim, id) \ argument
1251 art::Primitive::Type type = impl::GetJNIType<T>(); in SetLocalVariable() local
1266 art::Primitive::Type type = impl::GetJNIType<T>(); in GetLocalVariable() local
/art/tools/ahat/src/main/com/android/ahat/heapdump/
DParser.java359 Type type = hprof.getType(); in parseInternal() local
370 Type type = hprof.getType(); in parseInternal() local
431 Type type = hprof.getPrimitiveType(); in parseInternal() local
551 int type = hprof.getU4(); in parseInternal() local
680 public RootType type; field in Parser.RootData
682 public RootData(long id, RootType type) { in RootData()
1022 Type type = id < TYPES.length ? TYPES[id] : null; in getType() local
/art/dexlayout/
Ddexdiag.cc96 void Increment(uint16_t type) { in Increment()
179 static char PageTypeChar(uint16_t type) { in PageTypeChar()
214 uint16_t type = FindSectionTypeForPage(dex_page_offset, sections); in ProcessPageMap() local
252 const uint16_t type = section.type; in DisplayDexStatistics() local
/art/runtime/
Dart_method-inl.h92 ObjPtr<mirror::Class> type = in LookupResolvedClassFromTypeIndex() local
99 ObjPtr<mirror::Class> type = Runtime::Current()->GetClassLinker()->ResolveType(type_idx, this); in ResolveClassFromTypeIndex() local
104 inline bool ArtMethod::CheckIncompatibleClassChange(InvokeType type) { in CheckIncompatibleClassChange()
/art/test/2036-structural-subclass-shadow/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/946-obsolete-throw/src/art/
DRedefinition.java54 public static void setTestConfiguration(Config type) { in setTestConfiguration()
58 private static native void nativeSetTestConfiguration(int type); in nativeSetTestConfiguration()
/art/test/942-private-recursive/src/art/
DRedefinition.java54 public static void setTestConfiguration(Config type) { in setTestConfiguration()
58 private static native void nativeSetTestConfiguration(int type); in nativeSetTestConfiguration()
/art/test/1979-threaded-structural-transformation/src/art/
DRedefinition.java54 public static void setTestConfiguration(Config type) { in setTestConfiguration()
58 private static native void nativeSetTestConfiguration(int type); in nativeSetTestConfiguration()
/art/test/950-redefine-intrinsic/src/art/
DRedefinition.java54 public static void setTestConfiguration(Config type) { in setTestConfiguration()
58 private static native void nativeSetTestConfiguration(int type); in nativeSetTestConfiguration()
/art/test/949-in-memory-transform/src/art/
DRedefinition.java54 public static void setTestConfiguration(Config type) { in setTestConfiguration()
58 private static native void nativeSetTestConfiguration(int type); in nativeSetTestConfiguration()
/art/test/1989-transform-bad-monitor/src/art/
DRedefinition.java54 public static void setTestConfiguration(Config type) { in setTestConfiguration()
58 private static native void nativeSetTestConfiguration(int type); in nativeSetTestConfiguration()
/art/test/1986-structural-redefine-multi-thread-stack-scope/src/art/
DRedefinition.java54 public static void setTestConfiguration(Config type) { in setTestConfiguration()
58 private static native void nativeSetTestConfiguration(int type); in nativeSetTestConfiguration()
/art/test/938-load-transform-bcp/src/art/
DRedefinition.java54 public static void setTestConfiguration(Config type) { in setTestConfiguration()
58 private static native void nativeSetTestConfiguration(int type); in nativeSetTestConfiguration()
/art/test/935-non-retransformable/src/art/
DRedefinition.java54 public static void setTestConfiguration(Config type) { in setTestConfiguration()
58 private static native void nativeSetTestConfiguration(int type); in nativeSetTestConfiguration()

12345678910>>...12