Searched defs:GetType (Results 1 - 12 of 12) 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.h52 SpaceType GetType() const { function in class:art::gc::space::MallocSpace
/art/runtime/
H A Dprimitive.h51 static Type GetType(char type) { function in class:art::Primitive
H A Dart_field-inl.h281 return Primitive::GetType(GetTypeDescriptor()[0]);
289 inline mirror::Class* ArtField::GetType() { function in class:art::ArtField
H A Dgc_root.h63 RootType GetType() const { function in class:art::RootInfo
H A Doat_file.h172 OatClassType GetType() const { function in class:art::FINAL::FINAL
H A Dthread.cc183 StackedShadowFrameType GetType() const { return type_; } function in class:art::StackedShadowFrameRecord
221 DCHECK_EQ(record->GetType(), type);
/art/compiler/optimizing/
H A Dintrinsics.cc47 static Primitive::Type GetType(uint64_t data, bool is_op_size) { function in namespace:art
85 switch (GetType(method.d.data, true)) {
95 switch (GetType(method.d.data, true)) {
155 switch (GetType(method.d.data, true)) {
171 switch (GetType(method.d.data, true)) {
208 switch (GetType(method.d.data, false)) {
221 switch (GetType(method.d.data, false)) {
239 switch (GetType(method.d.data, false)) {
H A Dssa_liveness_analysis.h537 Primitive::Type GetType() const { function in class:art::LiveInterval
1202 return instruction->GetType() == Primitive::kPrimNot;
H A Dnodes.h1332 virtual Primitive::Type GetType() const { return Primitive::kPrimVoid; } function in class:art::HInstruction
1350 DCHECK_EQ(GetType(), Primitive::kPrimNot) << "CanBeNull only applies to reference types";
1360 DCHECK_EQ(GetType(), Primitive::kPrimNot);
1365 DCHECK_EQ(GetType(), Primitive::kPrimNot);
1716 Primitive::Type GetType() const OVERRIDE { return type_; }
1838 Primitive::Type GetResultType() const { return GetType(); }
1872 Primitive::Type GetResultType() const { return GetType(); }
2118 DCHECK_EQ(type, first->GetType());
2119 DCHECK_EQ(type, second->GetType());
2394 Primitive::Type GetType() cons
3873 Primitive::Type GetType() const { return type_; } function in class:art::MoveOperands
[all...]
/art/compiler/utils/arm/
H A Dassembler_thumb2.h601 Type GetType() const { function in class:art::arm::FINAL::Branch
/art/compiler/dex/quick/
H A Dmir_to_lir.h1871 char GetType() { return type_; } function in class:art::Mir2Lir::ShortyArg

Completed in 501 milliseconds