Home
last modified time | relevance | path

Searched refs:Type (Results 126 – 150 of 212) sorted by relevance

123456789

/art/runtime/native/
Djava_lang_reflect_Field.cc79 Primitive::Type field_type, in GetFieldValue()
170 Primitive::Type field_type = f->GetTypeAsPrimitiveType(); in Field_get()
179 template<Primitive::Type kPrimitiveType>
199 Primitive::Type field_type = f->GetTypeAsPrimitiveType(); in GetPrimitiveField()
257 Primitive::Type field_type, in SetFieldValue()
340 Primitive::Type field_prim_type = Primitive::GetType(field_type_descriptor[0]); in Field_set()
367 template<Primitive::Type kPrimitiveType>
378 Primitive::Type field_type = f->GetTypeAsPrimitiveType(); in SetPrimitiveField()
/art/openjdkjvmti/
Dti_method.cc556 using SlotType = std::variant<art::Primitive::Type, VerifierPrimitiveType>;
680 if (std::holds_alternative<art::Primitive::Type>(t)) { in SquashType()
681 switch (std::get<art::Primitive::Type>(t)) { in SquashType()
729 if (std::holds_alternative<art::Primitive::Type>(state)) { in operator <<()
730 return os << "Primitive::Type[" << std::get<art::Primitive::Type>(state) << "]"; in operator <<()
800 art::Primitive::Type type, in GetLocalVariableClosure()
930 art::Primitive::Type type_;
941 art::Primitive::Type type, in GetLocalVariableGeneric()
970 art::Primitive::Type type, in SetLocalVariableClosure()
1108 art::Primitive::Type type_;
[all …]
/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
DFormat3rc.java64 return PoolIndexKind.Type; in getPoolIndexKind()
DFormat21c.java73 return PoolIndexKind.Type; in getPoolIndexKind()
DFormat22c.java68 return PoolIndexKind.Type; in getPoolIndexKind()
DFormat35c.java71 return PoolIndexKind.Type; in getPoolIndexKind()
/art/compiler/optimizing/
Doptimizing_unit_test.h65 LiveInterval::MakeInterval(allocator, DataType::Type::kInt32, defined_by);
156 DataType::Type return_type = DataType::Type::kInt32,
Dregister_allocator_graph_color.cc601 LiveInterval* interval = LiveInterval::MakeFixedInterval(allocator_, i, DataType::Type::kInt32); in RegisterAllocatorGraphColor()
613 LiveInterval::MakeFixedInterval(allocator_, i, DataType::Type::kFloat32); in RegisterAllocatorGraphColor()
963 LiveInterval::MakeTempInterval(allocator_, DataType::Type::kInt32); in CheckForTempLiveIntervals()
972 LiveInterval::MakeTempInterval(allocator_, DataType::Type::kFloat64); in CheckForTempLiveIntervals()
976 if (codegen_->NeedsTwoRegisters(DataType::Type::kFloat64)) { in CheckForTempLiveIntervals()
1957 case DataType::Type::kFloat64: in AllocateSpillSlots()
1960 case DataType::Type::kInt64: in AllocateSpillSlots()
1963 case DataType::Type::kFloat32: in AllocateSpillSlots()
1966 case DataType::Type::kReference: in AllocateSpillSlots()
1967 case DataType::Type::kInt32: in AllocateSpillSlots()
[all …]
Dparallel_move_resolver.cc460 DataType::Type type = move->Is64BitMove() ? DataType::Type::kInt64 : DataType::Type::kInt32; in PerformMove()
525 DataType::Type type) { in AddPendingMove()
Dinduction_var_range_test.cc72 DataType::Type::kInt32); in BuildGraph()
77 DataType::Type::kInt32); in BuildGraph()
102 HPhi* phi = new (GetAllocator()) HPhi(GetAllocator(), 0, 0, DataType::Type::kInt32); in BuildLoop()
113 new (GetAllocator()) HAdd(DataType::Type::kInt32, phi, graph_->GetIntConstant(stride)); in BuildLoop()
175 DataType::Type::kInt32); in CreateTripCount()
185 DataType::Type::kInt32); in CreateLinear()
195 DataType::Type::kInt32); in CreatePolynomial()
206 DataType::Type::kInt32); in CreateGeometric()
216 DataType::Type::kInt32); in CreateRange()
228 DataType::Type::kInt32); in CreateWrapAround()
[all …]
Dregister_allocation_resolver.h88 DataType::Type type) const;
Dbounds_check_elimination.cc952 && (phi->GetType() == DataType::Type::kInt32) in VisitPhi()
1027 if (instruction->GetResultType() != DataType::Type::kInt32) { in TryToAssignRangeIfOptimizedRemWithConstantDivisor()
1081 if (const_divisor == DataType::MinValueOfIntegralType(DataType::Type::kInt32)) { in TryToAssignRangeIfOptimizedRemWithConstantDivisor()
1083 ValueBound(nullptr, DataType::MinValueOfIntegralType(DataType::Type::kInt32) + 1), in TryToAssignRangeIfOptimizedRemWithConstantDivisor()
1084 ValueBound(nullptr, DataType::MaxValueOfIntegralType(DataType::Type::kInt32))); in TryToAssignRangeIfOptimizedRemWithConstantDivisor()
1086 DCHECK_GT(const_divisor, DataType::MinValueOfIntegralType(DataType::Type::kInt32)); in TryToAssignRangeIfOptimizedRemWithConstantDivisor()
1087 DCHECK_LE(const_divisor, DataType::MaxValueOfIntegralType(DataType::Type::kInt32)); in TryToAssignRangeIfOptimizedRemWithConstantDivisor()
1386 HAdd(DataType::Type::kInt32, base, GetGraph()->GetIntConstant(min_c)); in AddCompareWithDeoptimization()
1387 upper = new (GetGraph()->GetAllocator()) HAdd(DataType::Type::kInt32, base, upper); in AddCompareWithDeoptimization()
1933 DataType::Type type = instruction->GetType(); in InsertPhiNodes()
[all …]
Dssa_liveness_analysis.h280 DataType::Type type,
287 DataType::Type type) { in MakeFixedInterval()
291 static LiveInterval* MakeTempInterval(ScopedArenaAllocator* allocator, DataType::Type type) { in MakeTempInterval()
621 DataType::Type GetType() const { in GetType()
796 return type_ == DataType::Type::kFloat32 || type_ == DataType::Type::kFloat64; in IsFloatingPoint()
983 DataType::Type type,
1115 const DataType::Type type_;
1292 return instruction->GetType() == DataType::Type::kReference; in ShouldBeLiveForEnvironment()
Dsuperblock_cloner_test.cc40 DataType::Type::kInt32)); in InitGraphAndParameters()
72 HPhi* phi = new (GetAllocator()) HPhi(GetAllocator(), 0, 0, DataType::Type::kInt32); in CreateBasicLoopDataFlow()
86 new (GetAllocator()) HArrayGet(null_check, bounds_check, DataType::Type::kInt32, dex_pc); in CreateBasicLoopDataFlow()
87 HInstruction* add = new (GetAllocator()) HAdd(DataType::Type::kInt32, array_get, const_1); in CreateBasicLoopDataFlow()
89 null_check, bounds_check, add, DataType::Type::kInt32, dex_pc); in CreateBasicLoopDataFlow()
90 HInstruction* induction_inc = new (GetAllocator()) HAdd(DataType::Type::kInt32, phi, const_1); in CreateBasicLoopDataFlow()
435 HInstruction* temp_add = new (GetAllocator()) HAdd(DataType::Type::kInt32, in TEST_F()
Dinliner.cc810 DataType::Type::kReference, in BuildGetReceiverClass()
1245 DataType::Type type = Is64BitInstructionSet(graph_->GetInstructionSet()) in TryInlinePolymorphicCallToSameTarget()
1246 ? DataType::Type::kInt64 in TryInlinePolymorphicCallToSameTarget()
1247 : DataType::Type::kInt32; in TryInlinePolymorphicCallToSameTarget()
1257 if (type == DataType::Type::kInt64) { in TryInlinePolymorphicCallToSameTarget()
1340 if (invoke_instruction->GetType() == DataType::Type::kReference) { in TryInlineAndReplace()
1388 if (invoke_instruction->GetType() == DataType::Type::kReference) { in TryInlineAndReplace()
1607 DCHECK_EQ(invoke_instruction->GetType(), DataType::Type::kVoid); in TryPatternSubstitution()
1735 if (iget->GetType() == DataType::Type::kReference) { in CreateInstanceFieldGet()
1826 } else if (argument->GetType() == DataType::Type::kReference) { in SubstituteArguments()
[all …]
/art/runtime/mirror/
Dvar_handle.cc207 bool CheckElementIndex(Primitive::Type type, in CheckElementIndex()
220 bool CheckElementIndex(Primitive::Type type, int32_t index, int32_t range_limit) in CheckElementIndex()
1436 if (mt_rtype->GetPrimitiveType() != Primitive::Type::kPrimVoid) { in GetMethodTypeMatchForAccessMode()
1480 if (mt_rtype->GetPrimitiveType() == Primitive::Type::kPrimVoid) { in IsInvokerMethodTypeCompatible()
1713 const Primitive::Type primitive_type = GetVarType()->GetPrimitiveType(); in Access()
1715 case Primitive::Type::kPrimNot: in Access()
1762 const Primitive::Type primitive_type = GetVarType()->GetPrimitiveType(); in Access()
1764 case Primitive::Type::kPrimNot: { in Access()
1773 case Primitive::Type::kPrimBoolean: in Access()
1779 case Primitive::Type::kPrimByte: in Access()
[all …]
/art/runtime/
Ddex_reference_collection.h31 template <class IndexType, template<typename Type> class Allocator>
Dcommon_dex_operations.h92 template<Primitive::Type field_type>
152 template<Primitive::Type field_type, bool do_assignability_check, bool transaction_active>
Dmethod_handles-inl.h180 const Primitive::Type from_type = from->GetPrimitiveType(); in PerformConversions()
181 const Primitive::Type to_type = to->GetPrimitiveType(); in PerformConversions()
/art/test/031-class-attributes/src/
DClassAttrs.java11 import java.lang.reflect.Type;
334 private static String stringifyTypeArray(Type[] types) { in stringifyTypeArray()
336 for (Type t : types) { in stringifyTypeArray()
/art/dex2oat/linker/arm/
Drelative_patcher_arm_base.cc391 DCHECK_EQ(patch.GetType(), LinkerPatch::Type::kCallEntrypoint); in GetEntrypointCallKey()
397 DCHECK_EQ(patch.GetType(), LinkerPatch::Type::kBakerReadBarrierBranch); in GetBakerThunkKey()
410 if (patch.GetType() == LinkerPatch::Type::kCallRelative) { in ProcessPatches()
421 } else if (patch.GetType() == LinkerPatch::Type::kCallEntrypoint) { in ProcessPatches()
424 } else if (patch.GetType() == LinkerPatch::Type::kBakerReadBarrierBranch) { in ProcessPatches()
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DNewInstanceChanger.java99 if (mutatableCode.program.getTotalPoolIndicesByKind(PoolIndexKind.Type) < 2) { in canMutate()
121 int totalPoolIndices = mutatableCode.program.getTotalPoolIndicesByKind(PoolIndexKind.Type); in generateMutation()
/art/test/522-checker-regression-monitor-exit/src/
DMain.java18 import java.lang.reflect.Type;
/art/compiler/jni/quick/
Dcalling_convention.h37 Primitive::Type GetReturnType() const { in GetReturnType()
393 Primitive::Type return_type = GetReturnType(); in HasSmallReturnType()
/art/dexlayout/
Ddex_verify.cc134 if (orig->Type()->GetIndex() != output->Type()->GetIndex()) { in VerifyId()
566 if (orig->Type() != output->Type()) { in VerifyEncodedValue()
570 orig->Type(), in VerifyEncodedValue()
571 output->Type()); in VerifyEncodedValue()
574 switch (orig->Type()) { in VerifyEncodedValue()

123456789