Searched defs:GetType (Results 1 - 16 of 16) sorted by relevance

/art/runtime/gc/space/
H A Dimage_space.h35 SpaceType GetType() const { function in class:art::gc::space::ImageSpace
H A Dmalloc_space.h41 SpaceType GetType() const { function in class:art::gc::space::MallocSpace
/art/compiler/linker/arm/
H A Drelative_patcher_arm_base.h54 ThunkType GetType() const { function in class:art::linker::ArmBaseRelativePatcher::ThunkKey
75 if (lhs.GetType() != rhs.GetType()) {
76 return lhs.GetType() < rhs.GetType();
/art/libdexfile/dex/
H A Dprimitive.h53 static constexpr Type GetType(char type) { function in class:art::Primitive
/art/compiler/linker/
H A Dlinker_patch.h169 Type GetType() const { function in class:art::linker::LinkerPatch
174 switch (GetType()) {
/art/runtime/
H A Dgc_root.h69 RootType GetType() const { function in class:art::RootInfo
H A Doat_file.h212 OatClassType GetType() const { function in class:art::OatFile::FINAL
H A Dthread.cc231 StackedShadowFrameType GetType() const { return type_; } function in class:art::StackedShadowFrameRecord
287 if (record == nullptr || record->GetType() != type) {
/art/tools/veridex/
H A Dflow_analysis.h62 const VeriClass* GetType() const { return type_; } function in class:art::RegisterValue
/art/test/ti-stress/
H A Dstress.cc332 const char* GetType() const { function in class:art::ScopedFieldInfo
358 << ":" << m.GetType();
/art/compiler/optimizing/
H A Dssa_liveness_analysis.h615 DataType::Type GetType() const { function in class:art::LiveInterval
1270 return instruction->GetType() == DataType::Type::kReference;
H A Dnodes.h2034 virtual DataType::Type GetType() const { return DataType::Type::kVoid; } function in class:art::HInstruction
2059 DCHECK_EQ(GetType(), DataType::Type::kReference) << "CanBeNull only applies to reference types";
2068 return GetType() == DataType::Type::kReference;
2074 DCHECK_EQ(GetType(), DataType::Type::kReference);
2654 DataType::Type GetType() const OVERRIDE {
2718 DCHECK_NE(GetType(), DataType::Type::kVoid);
2735 DataType::Type GetType() const OVERRIDE { return GetPackedField<TypeField>(); }
2740 DCHECK(GetType() == new_type ||
2741 (GetType() == DataType::Type::kInt32 && new_type == DataType::Type::kFloat32) ||
2742 (GetType()
[all...]
/art/dex2oat/linker/
H A Doat_writer.cc155 Type GetType() const { return type_; } function in class:art::linker::OatWriter::DexFileSource
855 if (patch.GetType() == LinkerPatch::Type::kMethodBssEntry) {
861 } else if (patch.GetType() == LinkerPatch::Type::kTypeBssEntry) {
867 } else if (patch.GetType() == LinkerPatch::Type::kStringBssEntry) {
873 } else if (patch.GetType() == LinkerPatch::Type::kStringInternTable ||
874 patch.GetType() == LinkerPatch::Type::kTypeClassTable) {
1785 switch (patch.GetType()) {
1875 DCHECK(false) << "Unexpected linker patch type: " << patch.GetType();
3610 << static_cast<size_t>(oat_dex_file->source_.GetType());
/art/dexlayout/
H A Ddex_ir.h873 TypeId* GetType() const { return type_; } function in class:art::dex_ir::EncodedAnnotation
/art/compiler/utils/mips/
H A Dassembler_mips.cc3145 MipsAssembler::Branch::Type MipsAssembler::Branch::GetType() const { function in class:art::mips::MipsAssembler::Branch
3386 switch (branch->GetType()) {
3449 switch (branch->GetType()) {
3465 Branch::branch_info_[branch->GetType()].pc_org * sizeof(uint32_t);
3730 } else if (!reordering_ && branch.GetType() == Branch::kUncondBranch) {
4015 switch (branch->GetType()) {
/art/compiler/utils/mips64/
H A Dassembler_mips64.cc2543 Mips64Assembler::Branch::Type Mips64Assembler::Branch::GetType() const { function in class:art::mips64::Mips64Assembler::Branch
3149 switch (branch->GetType()) {

Completed in 959 milliseconds