/art/tools/veridex/ |
D | flow_analysis.h | 51 type_(nullptr) {} in RegisterValue() 53 : source_(source), value_(0), reference_(reference), type_(type) {} in RegisterValue() 59 : source_(source), value_(value), reference_(reference), type_(type) {} in RegisterValue() 63 const VeriClass* GetType() const { return type_; } in GetType() 81 if (type_ == VeriClass::class_) { in ToString() 103 const VeriClass* type_; variable
|
/art/openjdkjvmti/ |
D | ti_method.cc | 803 type_(type), in GetLocalVariableClosure() 808 if (result_ == OK && type_ == art::Primitive::kPrimNot) { in GetResult() 828 << " slot to be of type compatible with " << SlotType { type_ } in GetTypeError() 840 switch (type_) { in GetTypeErrorInner() 848 } else if (type_ == art::Primitive::kPrimFloat || in GetTypeErrorInner() 851 return (SlotType { type_ } == slot_type) ? OK : ERR(TYPE_MISMATCH); in GetTypeErrorInner() 854 return SquashType(slot_type) == SquashType(SlotType { type_ }) ? OK : ERR(TYPE_MISMATCH); in GetTypeErrorInner() 865 return slot_type == SlotType { type_ } ? OK : ERR(TYPE_MISMATCH); in GetTypeErrorInner() 885 switch (type_) { in Execute() 902 type_ == art::Primitive::kPrimFloat ? art::kFloatVReg : art::kIntVReg, in Execute() [all …]
|
D | ti_redefine.h | 305 RedefinitionType type_; variable 320 type_(type), in Redefiner() 364 return type_ == RedefinitionType::kStructural; in IsStructuralRedefinition()
|
/art/runtime/ |
D | reflective_value_visitor.h | 107 explicit ReflectionSourceInfo(ReflectionSourceType type) : type_(type) {} in ReflectionSourceInfo() 109 os << "Type=" << type_; in Describe() 113 return type_; in GetType() 117 const ReflectionSourceType type_;
|
D | hidden_api.cc | 166 type_ = kField; in MemberSignature() 175 type_ = kMethod; in MemberSignature() 184 type_ = kField; in MemberSignature() 193 type_ = kMethod; in MemberSignature() 197 if (type_ == kField) { in GetSignatureParts() 200 DCHECK_EQ(type_, kMethod); in GetSignatureParts() 238 LOG(WARNING) << "Accessing hidden " << (type_ == kField ? "field " : "method ") in WarnAboutAccess() 244 return type_ == other.type_ && in Equals()
|
D | gc_root.h | 64 : type_(type), thread_id_(thread_id) { in type_() function 70 return type_; in GetType() 76 os << "Type=" << type_ << " thread_id=" << thread_id_; in Describe() 81 const RootType type_;
|
D | debugger.cc | 477 type_(0), in HeapChunkContext() 481 type_ = CHUNK_TYPE("NHSG"); in HeapChunkContext() 483 type_ = merge ? CHUNK_TYPE("HPSG") : CHUNK_TYPE("HPSO"); in HeapChunkContext() 531 Runtime::Current()->GetRuntimeCallbacks()->DdmPublishChunk(type_, out); in Flush() 558 return type_ == CHUNK_TYPE("NHSG"); in IsNative() 700 uint32_t type_; member in art::HeapChunkContext
|
D | oat_file.h | 247 return type_; in GetType() 289 const OatClassType type_; variable
|
/art/dex2oat/linker/arm/ |
D | relative_patcher_arm_base.h | 54 : type_(type), custom_value1_(custom_value1), custom_value2_(custom_value2) { } in type_() function 57 return type_; in GetType() 69 ThunkType type_;
|
/art/runtime/mirror/ |
D | emulated_stack_frame.h | 74 return MemberOffset(OFFSETOF_MEMBER(EmulatedStackFrame, type_)); in TypeOffset() 88 HeapReference<mirror::MethodType> type_; variable
|
D | emulated_stack_frame-inl.h | 30 return GetFieldObject<MethodType>(OFFSET_OF_OBJECT_MEMBER(EmulatedStackFrame, type_)); in GetType()
|
D | field-inl.h | 41 return GetFieldObject<mirror::Class>(OFFSET_OF_OBJECT_MEMBER(Field, type_)); in GetType() 109 SetFieldObject<kTransactionActive>(OFFSET_OF_OBJECT_MEMBER(Field, type_), type); in SetType()
|
D | field.h | 96 HeapReference<mirror::Class> type_; variable
|
/art/runtime/gc/space/ |
D | region_space.h | 400 type_(RegionType::kRegionTypeToSpace) {} in Region() 408 type_ = RegionType::kRegionTypeNone; in Init() 424 return type_; in Type() 503 return type_ == RegionType::kRegionTypeFromSpace; in IsInFromSpace() 507 return type_ == RegionType::kRegionTypeToSpace; in IsInToSpace() 511 return type_ == RegionType::kRegionTypeUnevacFromSpace; in IsInUnevacFromSpace() 515 return type_ == RegionType::kRegionTypeNone; in IsInNoSpace() 523 type_ = RegionType::kRegionTypeFromSpace; in SetAsFromSpace() 549 type_ = RegionType::kRegionTypeToSpace; in SetUnevacFromSpaceAsToSpace() 630 RegionType type_; // The region type (see RegionType). variable
|
/art/compiler/optimizing/ |
D | induction_var_analysis.cc | 239 type_(DataType::Type::kVoid), in HInductionVarAnalysis() 324 type_ = scc_[0]->GetType(); in VisitNode() 432 type_)); in ClassifyNonTrivial() 493 induction = CreateInduction(kLinear, kNop, induction, initial, /*fetch*/ nullptr, type_); in ClassifyNonTrivial() 535 type_); in RotatePeriodicInduction() 542 type_); in RotatePeriodicInduction() 579 return CreateInduction(a->induction_class, a->operation, new_a, new_b, a->fetch, type_); in TransferAddSub() 591 return CreateInduction(b->induction_class, b->operation, new_a, new_b, b->fetch, type_); in TransferAddSub() 601 return CreateInduction(a->induction_class, a->operation, new_a, new_b, a->fetch, type_); in TransferAddSub() 621 return CreateInduction(a->induction_class, a->operation, new_a, new_b, a->fetch, type_); in TransferNeg() [all …]
|
D | ssa_liveness_analysis.h | 622 return type_; in GetType() 664 LiveInterval* new_interval = new (allocator_) LiveInterval(allocator_, type_); in SplitAt() 796 return type_ == DataType::Type::kFloat32 || type_ == DataType::Type::kFloat64; in IsFloatingPoint() 855 allocator_, type_, defined_by_, false, kNoRegister, is_temp, true); 997 type_(type), in allocator_() 1115 const DataType::Type type_; variable
|
D | load_store_analysis.h | 103 type_(DataType::ToSigned(type)), in HeapLocation() 121 DataType::Type GetType() const { return type_; } in GetType() 158 const DataType::Type type_; variable
|
/art/compiler/driver/ |
D | compiled_method_storage.cc | 110 : type_(type), custom_value1_(custom_value1), custom_value2_(custom_value2) {} in ThunkMapKey() 119 return type_ < other.type_; in operator <() 123 linker::LinkerPatch::Type type_; member in art::CompiledMethodStorage::ThunkMapKey
|
/art/libdexfile/dex/ |
D | dex_file.cc | 193 if (map_item.type_ == kDexTypeMethodHandleItem) { in InitializeSectionsFromMapList() 196 } else if (map_item.type_ == kDexTypeCallSiteIdItem) { in InitializeSectionsFromMapList() 199 } else if (map_item.type_ == kDexTypeHiddenapiClassData) { in InitializeSectionsFromMapList() 601 type_(kByte) { in EncodedArrayValueIterator() 616 type_ = static_cast<ValueType>(value_type & kEncodedValueTypeMask); in Next() 617 switch (type_) { in Next() 657 UNIMPLEMENTED(FATAL) << ": type " << type_; in Next()
|
D | dex_file_structs.h | 35 uint16_t type_; member
|
/art/dex2oat/linker/ |
D | relative_patcher_test.h | 307 : type_(patch.GetType()), in ThunkKey() 322 return type_ < other.type_; 346 const LinkerPatch::Type type_; variable
|
/art/dexlayout/ |
D | dex_writer.h | 44 : type_(type), size_(size), offset_(offset) { } in MapItem() 51 uint32_t type_ = 0u; member
|
D | dex_ir.h | 678 : class_(klass), type_(type), name_(name) { size_ = kFieldIdItemSize; } in FieldId() 684 const TypeId* Type() const { return type_; } in Type() 691 const TypeId* type_; variable 767 explicit EncodedValue(uint8_t type) : type_(type) { } in EncodedValue() 769 int8_t Type() const { return type_; } in Type() 809 uint8_t type_; 853 : type_(type), elements_(elements) { } in EncodedAnnotation() 855 TypeId* GetType() const { return type_; } in GetType() 859 TypeId* type_;
|
/art/test/ti-stress/ |
D | stress.cc | 295 type_(nullptr) {} in ScopedFieldInfo() 299 jvmtienv_->Deallocate(reinterpret_cast<unsigned char*>(type_)); in ~ScopedFieldInfo() 306 declaring_class_, field_, &name_, &type_, nullptr) == JVMTI_ERROR_NONE); in Init() 322 return type_; in GetType() 331 char* type_; member in art::ScopedFieldInfo
|
/art/runtime/dex/ |
D | dex_file_annotations.cc | 60 uint8_t type_; member 431 annotation_value->type_ = value_type; in ProcessAnnotationValue() 629 switch (new_annotation_value.type_) { in ProcessAnnotationValue() 859 if (annotation_value.type_ != expected_type) { in GetAnnotationValue() 1602 if (annotation_value.type_ != DexFile::kDexAnnotationMethod) { in GetEnclosingClass() 1661 if (annotation_value.type_ != DexFile::kDexAnnotationNull && in GetInnerClass() 1662 annotation_value.type_ != DexFile::kDexAnnotationString) { in GetInnerClass() 1694 if (annotation_value.type_ != DexFile::kDexAnnotationInt) { in GetInnerClassFlags() 1748 if (annotation_value.type_ != DexFile::kDexAnnotationString) { in GetSourceDebugExtension() 1785 switch (type_) { in ReadValueToField() [all …]
|