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

/art/runtime/
H A Dfield_helper.cc27 mirror::Class* FieldHelper::GetType(bool resolve) { function in class:art::FieldHelper
H A Dprimitive.h46 static Type GetType(char type) { function in class:art::Primitive
H A Doat_file.h182 OatClassType GetType() const { function in class:art::OatFile::OatClass
/art/compiler/sea_ir/types/
H A Dtype_inference_visitor.h62 const Type* GetType() { function in class:sea_ir::TypeInferenceVisitor
/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/compiler/utils/arm/
H A Dassembler_thumb2.h584 Type GetType() const { function in class:art::arm::FINAL::Branch
/art/compiler/optimizing/
H A Dssa_liveness_analysis.h329 Primitive::Type GetType() const { function in class:art::LiveInterval
H A Dnodes.h511 virtual Primitive::Type GetType() const { return Primitive::kPrimVoid; } function in class:art::HInstruction
802 virtual Primitive::Type GetType() const { return type_; } function in class:art::HExpression
908 Primitive::Type GetResultType() const { return GetType(); }
1030 DCHECK_EQ(type, first->GetType());
1031 DCHECK_EQ(type, second->GetType());
1155 virtual Primitive::Type GetType() const { return return_type_; } function in class:art::HInvoke
1284 virtual Primitive::Type GetType() const { return type_; } function in class:art::HPhi
1308 : HExpression(value->GetType()), dex_pc_(dex_pc) {
1402 return InputAt(2)->GetType() == Primitive::kPrimNot;
1430 : HExpression(index->GetType()), dex_pc
[all...]

Completed in 2195 milliseconds