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

/art/runtime/gc/space/
H A Dimage_space.h34 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/compiler/optimizing/
H A Dintrinsics.cc98 static Primitive::Type GetType(uint64_t data, bool is_op_size) { function in namespace:art
150 switch (GetType(method.d.data, true)) {
160 switch (GetType(method.d.data, true)) {
172 switch (GetType(method.d.data, true)) {
182 switch (GetType(method.d.data, true)) {
194 switch (GetType(method.d.data, true)) {
204 switch (GetType(method.d.data, true)) {
214 switch (GetType(method.d.data, true)) {
224 switch (GetType(method.d.data, true)) {
234 switch (GetType(metho
[all...]
H A Dssa_liveness_analysis.h541 Primitive::Type GetType() const { function in class:art::LiveInterval
1260 return instruction->GetType() == Primitive::kPrimNot;
H A Dnodes.h1807 virtual Primitive::Type GetType() const { return Primitive::kPrimVoid; } function in class:art::HInstruction
1828 DCHECK_EQ(GetType(), Primitive::kPrimNot) << "CanBeNull only applies to reference types";
1837 return GetType() == Primitive::kPrimNot;
1843 DCHECK_EQ(GetType(), Primitive::kPrimNot);
2296 Primitive::Type GetType() const OVERRIDE {
2353 DCHECK_NE(GetType(), Primitive::kPrimVoid);
2373 Primitive::Type GetType() const OVERRIDE { return GetPackedField<TypeField>(); }
2378 DCHECK(GetType() == new_type ||
2379 (GetType() == Primitive::kPrimInt && new_type == Primitive::kPrimFloat) ||
2380 (GetType()
[all...]
/art/runtime/
H A Dprimitive.h52 static Type GetType(char type) { function in class:art::Primitive
H A Dgc_root.h67 RootType GetType() const { function in class:art::RootInfo
H A Doat_file.h169 OatClassType GetType() const { function in class:art::OatFile::FINAL
H A Dart_field-inl.h282 return Primitive::GetType(GetTypeDescriptor()[0]);
290 inline mirror::Class* ArtField::GetType() { function in class:art::ArtField
H A Dthread.cc222 StackedShadowFrameType GetType() const { return type_; } function in class:art::StackedShadowFrameRecord
273 DCHECK_EQ(record->GetType(), type);
275 if (record == nullptr || record->GetType() != type) {
/art/compiler/utils/arm/
H A Dassembler_thumb2.h533 Type GetType() const { function in class:art::arm::FINAL::Fixup
538 return GetType() >= kLoadLiteralNarrow;
/art/compiler/
H A Dcompiled_method.h254 Type GetType() const { function in class:art::LinkerPatch
259 switch (GetType()) {
/art/compiler/utils/mips/
H A Dassembler_mips.cc1649 MipsAssembler::Branch::Type MipsAssembler::Branch::GetType() const { function in class:art::mips::MipsAssembler::Branch
2036 switch (branch->GetType()) {
/art/compiler/utils/mips64/
H A Dassembler_mips64.cc1332 Mips64Assembler::Branch::Type Mips64Assembler::Branch::GetType() const { function in class:art::mips64::Mips64Assembler::Branch
1696 switch (branch->GetType()) {

Completed in 327 milliseconds