Home
last modified time | relevance | path

Searched refs:type_ (Results 1 – 14 of 14) sorted by relevance

/art/compiler/utils/arm/
Dassembler_arm.h34 ShifterOperand() : type_(kUnknown), rm_(kNoRegister), rs_(kNoRegister), in ShifterOperand()
41 explicit ShifterOperand(Register rm) : type_(kRegister), rm_(rm), rs_(kNoRegister), in ShifterOperand()
45 ShifterOperand(uint32_t rotate, uint32_t immed8) : type_(kImmediate), rm_(kNoRegister), in ShifterOperand()
50 ShifterOperand(Register rm, Shift shift, uint32_t shift_imm = 0) : type_(kRegister), rm_(rm), in type_() function
56 ShifterOperand(Register rm, Shift shift, Register rs) : type_(kRegister), rm_(rm), in ShifterOperand()
61 bool is_valid() const { return (type_ == kImmediate) || (type_ == kRegister); } in is_valid()
65 return type_; in type()
72 return type_ == kUnknown; in IsEmpty()
76 return type_ == kImmediate; in IsImmediate()
80 return type_ == kRegister; in IsRegister()
[all …]
Dassembler_thumb2.h506 assembler_(assembler), type_(type), location_(location), in assembler_()
515 assembler_(assembler), type_(type), location_(location), in Branch()
524 assembler_(assembler), type_(type), location_(location), in assembler_()
532 return type_ == kCompareAndBranchNonZero || type_ == kCompareAndBranchZero; in IsCompareAndBranch()
585 return type_; in GetType()
601 type_ = type; in ResetTypeAndCondition()
620 if (assembler_->IsForced32Bit() && (type_ == kUnconditional || type_ == kConditional)) { in CalculateSize()
629 switch (type_) { in CalculateSize()
661 Type type_; variable
Dassembler_arm.cc77 : type_(kImmediate), rm_(kNoRegister), rs_(kNoRegister), in ShifterOperand()
85 switch (type_) { in encodingArm()
120 switch (type_) { in encodingThumb()
157 shifter_op->type_ = kImmediate; in CanHoldThumb()
Dassembler_thumb2.cc1170 bool link = type_ == kUnconditionalLinkX || type_ == kUnconditionalLink; in Emit()
1171 bool x = type_ == kUnconditionalX || type_ == kUnconditionalLinkX; in Emit()
1209 (type_ == kCompareAndBranchNonZero ? B11 : 0) | in Emit()
/art/compiler/
Doat_writer.cc1166 type_ = kOatClassNoneCompiled; in OatClass()
1168 type_ = kOatClassAllCompiled; in OatClass()
1170 type_ = kOatClassSomeCompiled; in OatClass()
1177 uint32_t oat_method_offsets_offset_from_oat_class = sizeof(type_) + sizeof(status_); in OatClass()
1178 if (type_ == kOatClassSomeCompiled) { in OatClass()
1195 if (type_ == kOatClassSomeCompiled) { in OatClass()
1222 + sizeof(type_) in SizeOf()
1230 oat_header->UpdateChecksum(&type_, sizeof(type_)); in UpdateChecksum()
1232 CHECK_EQ(kOatClassSomeCompiled, type_); in UpdateChecksum()
1249 if (!out->WriteFully(&type_, sizeof(type_))) { in Write()
[all …]
Doat_writer.h221 uint16_t type_; variable
/art/runtime/
Doat_file.cc508 : oat_file_(oat_file), status_(status), type_(type), in OatClass()
511 switch (type_) { in OatClass()
529 LOG(FATAL) << "Invalid OatClassType " << type_; in OatClass()
546 CHECK_EQ(kOatClassNoneCompiled, type_); in GetOatMethodOffsets()
551 CHECK_EQ(kOatClassAllCompiled, type_); in GetOatMethodOffsets()
554 CHECK_EQ(kOatClassSomeCompiled, type_); in GetOatMethodOffsets()
Doat_file.h183 return type_; in GetType()
216 OatClassType type_; variable
Ddex_file.cc1120 array_size_(), pos_(-1), type_(kByte) { in EncodedStaticFieldValueIterator()
1142 type_ = static_cast<ValueType>(value_type & kEncodedValueTypeMask); in Next()
1143 switch (type_) { in Next()
1181 UNIMPLEMENTED(FATAL) << ": type " << type_; in Next()
1195 switch (type_) { in ReadValueToField()
1218 default: UNIMPLEMENTED(FATAL) << ": type " << type_; in ReadValueToField()
Ddex_file_verifier.cc320 if (IsDataSectionType(item->type_)) { in CheckMap()
330 uint32_t bit = MapTypeToBitMask(item->type_); in CheckMap()
333 ErrorStringPrintf("Unknown map section type %x", item->type_); in CheckMap()
338 ErrorStringPrintf("Duplicate map section of type %x", item->type_); in CheckMap()
1331 uint16_t type = item->type_; in CheckIntraSection()
2044 uint16_t type = item->type_; in CheckInterSection()
Ddebugger.cc137 AllocRecord() : type_(nullptr), byte_count_(0), thin_lock_id_(0) {} in AllocRecord()
140 return down_cast<mirror::Class*>(Thread::Current()->DecodeJObject(type_)); in Type()
145 type_ = Dbg::type_cache_.Add(t); in SetType()
178 jobject type_; // This is a weak global. member in art::AllocRecord
4058 type_(0), in HeapChunkContext()
4063 type_ = CHUNK_TYPE("NHSG"); in HeapChunkContext()
4065 type_ = merge ? CHUNK_TYPE("HPSG") : CHUNK_TYPE("HPSO"); in HeapChunkContext()
4112 Dbg::DdmSendChunk(type_, p_ - &buf_[0], &buf_[0]); in Flush()
4152 bool native = type_ == CHUNK_TYPE("NHSG"); in HeapChunkCallback()
4269 uint32_t type_; member in art::HeapChunkContext
Ddex_file.h127 uint16_t type_; member
1289 ValueType type_; // Type of current encoded value. variable
/art/compiler/optimizing/
Dssa_liveness_analysis.h141 type_(type), in allocator_()
330 return type_; in GetType()
353 LiveInterval* new_interval = new (allocator_) LiveInterval(allocator_, type_); in SplitAt()
441 const Primitive::Type type_; variable
Dnodes.h799 explicit HExpression<N>(Primitive::Type type) : type_(type) {} in type_() function
802 virtual Primitive::Type GetType() const { return type_; } in GetType()
805 const Primitive::Type type_;
1270 type_(type), in HPhi()
1284 virtual Primitive::Type GetType() const { return type_; } in GetType()
1285 void SetType(Primitive::Type type) { type_ = type; } in SetType()
1299 Primitive::Type type_; variable