Searched defs:Type (Results 1 - 4 of 4) sorted by relevance

/art/compiler/sea_ir/types/
H A Dtypes.h27 typedef art::verifier::RegType Type; typedef in namespace:sea_ir
34 art::SafeMap<int, const Type*>* GetTypeMap() {
38 const Type* FindTypeOf(int instruction_id) {
39 art::SafeMap<int, const Type*>::const_iterator result_it = type_map_.find(instruction_id);
47 void SetTypeOf(int instruction_id, const Type* type) {
52 art::SafeMap<int, const Type*> type_map_;
/art/runtime/
H A Dprimitive.h33 enum Type { enum in class:art::Primitive
46 static Type GetType(char type) {
71 static size_t ComponentSize(Type type) {
89 static size_t FieldSize(Type type) {
93 static const char* Descriptor(Type type) {
123 std::ostream& operator<<(std::ostream& os, const Primitive::Type& state);
/art/compiler/utils/arm/
H A Dassembler_thumb2.h488 enum Type { enum in class:art::arm::FINAL::Branch
505 Branch(const Thumb2Assembler* assembler, Type type, uint32_t location, Condition cond = AL) :
514 Branch(const Thumb2Assembler* assembler, Type type, uint32_t location, Register rn) :
522 Branch(const Thumb2Assembler* assembler, Type type, uint32_t location, uint32_t target,
584 Type GetType() const {
598 void ResetTypeAndCondition(Type type, Condition cond) {
661 Type type_;
672 Branch::Size AddBranch(Branch::Type type, uint32_t location, uint32_t target,
679 uint16_t AddBranch(Branch::Type type, uint32_t location, Register rn) {
685 uint16_t AddBranch(Branch::Type typ
[all...]
H A Dassembler_arm.h99 enum Type { enum in class:art::arm::ShifterOperand
133 Type type_;

Completed in 119 milliseconds