Home
last modified time | relevance | path

Searched refs:type_ (Results 1 – 25 of 47) sorted by relevance

12

/art/tools/veridex/
Dflow_analysis.h51 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/
Dti_method.cc803 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 …]
Dti_redefine.h305 RedefinitionType type_; variable
320 type_(type), in Redefiner()
364 return type_ == RedefinitionType::kStructural; in IsStructuralRedefinition()
/art/runtime/
Dreflective_value_visitor.h107 explicit ReflectionSourceInfo(ReflectionSourceType type) : type_(type) {} in ReflectionSourceInfo()
109 os << "Type=" << type_; in Describe()
113 return type_; in GetType()
117 const ReflectionSourceType type_;
Dhidden_api.cc172 type_ = kField; in MemberSignature()
181 type_ = kMethod; in MemberSignature()
190 type_ = kField; in MemberSignature()
199 type_ = kMethod; in MemberSignature()
203 if (type_ == kField) { in GetSignatureParts()
206 DCHECK_EQ(type_, kMethod); in GetSignatureParts()
244 LOG(WARNING) << "Accessing hidden " << (type_ == kField ? "field " : "method ") in WarnAboutAccess()
250 return type_ == other.type_ && in Equals()
Dgc_root.h64 : 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_;
Ddebugger.cc477 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
/art/dex2oat/linker/arm/
Drelative_patcher_arm_base.h54 : type_(type), custom_value1_(custom_value1), custom_value2_(custom_value2) { } in type_() function
57 return type_; in GetType()
69 ThunkType type_;
/art/runtime/mirror/
Demulated_stack_frame.h74 return MemberOffset(OFFSETOF_MEMBER(EmulatedStackFrame, type_)); in TypeOffset()
88 HeapReference<mirror::MethodType> type_; variable
Demulated_stack_frame-inl.h30 return GetFieldObject<MethodType>(OFFSET_OF_OBJECT_MEMBER(EmulatedStackFrame, type_)); in GetType()
Dfield-inl.h40 return GetFieldObject<mirror::Class>(OFFSET_OF_OBJECT_MEMBER(Field, type_)); in GetType()
Dfield.h89 HeapReference<mirror::Class> type_; variable
99 return OFFSET_OF_OBJECT_MEMBER(Field, type_); in TypeOffset()
/art/runtime/gc/space/
Dregion_space.h404 type_(RegionType::kRegionTypeToSpace) {} in Region()
412 type_ = RegionType::kRegionTypeNone; in Init()
428 return type_; in Type()
507 return type_ == RegionType::kRegionTypeFromSpace; in IsInFromSpace()
511 return type_ == RegionType::kRegionTypeToSpace; in IsInToSpace()
515 return type_ == RegionType::kRegionTypeUnevacFromSpace; in IsInUnevacFromSpace()
519 return type_ == RegionType::kRegionTypeNone; in IsInNoSpace()
527 type_ = RegionType::kRegionTypeFromSpace; in SetAsFromSpace()
553 type_ = RegionType::kRegionTypeToSpace; in SetUnevacFromSpaceAsToSpace()
634 RegionType type_; // The region type (see RegionType). variable
/art/compiler/optimizing/
Dinduction_var_analysis.cc239 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 …]
Dssa_liveness_analysis.h622 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
Dload_store_analysis.h105 type_(DataType::ToSigned(type)), in HeapLocation()
123 DataType::Type GetType() const { return type_; } in GetType()
160 const DataType::Type type_; variable
/art/compiler/driver/
Dcompiled_method_storage.cc110 : 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/
Ddex_file.cc193 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()
Ddex_file_structs.h35 uint16_t type_; member
/art/test/1940-ddms-ext/
Dddm_ext.cc41 DdmCallbackData(jint type, jint size, jbyte* data) : type_(type), data_(data, data + size) {} in DdmCallbackData()
42 jint type_; member
153 env->CallStaticVoidMethod(test_klass, publish_method, cb.type_, res.get()); in Java_art_Test1940_publishListen()
/art/dex2oat/linker/
Drelative_patcher_test.h307 : type_(patch.GetType()), in ThunkKey()
322 return type_ < other.type_;
346 const LinkerPatch::Type type_; variable
/art/dexlayout/
Ddex_writer.h44 : type_(type), size_(size), offset_(offset) { } in MapItem()
51 uint32_t type_ = 0u; member
Ddex_ir.h678 : 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/
Dstress.cc295 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/
Ddex_file_annotations.cc60 uint8_t type_; member
431 annotation_value->type_ = value_type; in ProcessAnnotationValue()
614 switch (new_annotation_value.type_) { in ProcessAnnotationValue()
838 if (annotation_value.type_ != expected_type) { in GetAnnotationValue()
1581 if (annotation_value.type_ != DexFile::kDexAnnotationMethod) { in GetEnclosingClass()
1640 if (annotation_value.type_ != DexFile::kDexAnnotationNull && in GetInnerClass()
1641 annotation_value.type_ != DexFile::kDexAnnotationString) { in GetInnerClass()
1673 if (annotation_value.type_ != DexFile::kDexAnnotationInt) { in GetInnerClassFlags()
1727 if (annotation_value.type_ != DexFile::kDexAnnotationString) { in GetSourceDebugExtension()
1764 switch (type_) { in ReadValueToField()
[all …]

12