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.h51 SpaceType GetType() const { function in class:art::gc::space::MallocSpace
/art/runtime/
H A Dprimitive.h52 static Type GetType(char type) { function in class:art::Primitive
H A Dgc_root.h68 RootType GetType() const { function in class:art::RootInfo
H A Doat_file.h181 OatClassType GetType() const { function in class:art::OatFile::FINAL
H A Dart_field-inl.h296 return Primitive::GetType(GetTypeDescriptor()[0]);
304 inline ObjPtr<mirror::Class> ArtField::GetType() { function in class:art::ArtField
H A Dthread.cc215 StackedShadowFrameType GetType() const { return type_; } function in class:art::StackedShadowFrameRecord
267 if (record == nullptr || record->GetType() != type) {
/art/compiler/linker/arm/
H A Drelative_patcher_arm_base.h77 ThunkType GetType() const { function in class:art::linker::ArmBaseRelativePatcher::ThunkKey
103 if (lhs.GetType() != rhs.GetType()) {
104 return lhs.GetType() < rhs.GetType();
/art/compiler/
H A Doat_writer.cc128 Type GetType() const { return type_; } function in class:art::OatWriter::DexFileSource
862 if (patch.GetType() == LinkerPatch::Type::kTypeBssEntry) {
866 if (patch.GetType() == LinkerPatch::Type::kStringBssEntry) {
1278 switch (patch.GetType()) {
1357 DCHECK(false) << "Unexpected linker patch type: " << patch.GetType();
2483 << static_cast<size_t>(oat_dex_file->source_.GetType());
H A Dcompiled_method.h241 Type GetType() const { function in class:art::LinkerPatch
246 switch (GetType()) {
/art/compiler/utils/arm/
H A Dassembler_thumb2.h540 Type GetType() const { function in class:art::arm::FINAL::Fixup
545 return GetType() >= kLoadLiteralNarrow;
/art/compiler/optimizing/
H A Dssa_liveness_analysis.h587 Primitive::Type GetType() const { function in class:art::LiveInterval
1259 return instruction->GetType() == Primitive::kPrimNot;
H A Dnodes.h1946 virtual Primitive::Type GetType() const { return Primitive::kPrimVoid; } function in class:art::HInstruction
1967 DCHECK_EQ(GetType(), Primitive::kPrimNot) << "CanBeNull only applies to reference types";
1976 return GetType() == Primitive::kPrimNot;
1982 DCHECK_EQ(GetType(), Primitive::kPrimNot);
2495 Primitive::Type GetType() const OVERRIDE {
2556 DCHECK_NE(GetType(), Primitive::kPrimVoid);
2571 Primitive::Type GetType() const OVERRIDE { return GetPackedField<TypeField>(); }
2576 DCHECK(GetType() == new_type ||
2577 (GetType() == Primitive::kPrimInt && new_type == Primitive::kPrimFloat) ||
2578 (GetType()
[all...]
/art/compiler/utils/mips/
H A Dassembler_mips.cc2026 MipsAssembler::Branch::Type MipsAssembler::Branch::GetType() const { function in class:art::mips::MipsAssembler::Branch
2241 switch (branch->GetType()) {
2290 switch (branch->GetType()) {
2298 Branch::branch_info_[branch->GetType()].pc_org * sizeof(uint32_t);
2304 // `this->GetOffsetLocation() + branch_info_[this->GetType()].pc_org * sizeof(uint32_t)`
2549 } else if (!reordering_ && branch.GetType() == Branch::kUncondBranch) {
2767 switch (branch->GetType()) {
/art/compiler/utils/mips64/
H A Dassembler_mips64.cc1894 Mips64Assembler::Branch::Type Mips64Assembler::Branch::GetType() const { function in class:art::mips64::Mips64Assembler::Branch
2469 switch (branch->GetType()) {
/art/dexlayout/
H A Ddex_ir.h728 TypeId* GetType() const { return type_; } function in class:art::dex_ir::EncodedAnnotation

Completed in 615 milliseconds