Searched refs:type_ (Results 1 - 25 of 25) sorted by relevance

/art/runtime/gc/space/
H A Dregion_space.h236 state_(RegionState::kRegionStateAllocated), type_(RegionType::kRegionTypeToSpace),
242 state_(RegionState::kRegionStateFree), type_(RegionType::kRegionTypeNone),
254 return type_;
260 type_ = RegionType::kRegionTypeNone;
291 type_ = RegionType::kRegionTypeToSpace;
298 type_ = RegionType::kRegionTypeToSpace;
305 type_ = RegionType::kRegionTypeToSpace;
341 return type_ == RegionType::kRegionTypeFromSpace;
345 return type_ == RegionType::kRegionTypeToSpace;
349 return type_
468 RegionType type_; // The region type (see RegionType). member in class:art::gc::space::FINAL::Region
[all...]
H A Dregion_space.cc413 << " state=" << static_cast<uint>(state_) << " type=" << static_cast<uint>(type_)
/art/runtime/mirror/
H A Dfield.h77 return GetFieldObject<mirror::Class>(OFFSET_OF_OBJECT_MEMBER(Field, type_));
102 HeapReference<mirror::Class> type_; member in class:art::mirror::Field
114 SetFieldObject<kTransactionActive>(OFFSET_OF_OBJECT_MEMBER(Field, type_), type);
/art/runtime/
H A Dgc_root.h53 // Only used by hprof. thread_id_ and type_ are only used by hprof.
58 : type_(type), thread_id_(thread_id) {
64 return type_;
70 os << "Type=" << type_ << " thread_id=" << thread_id_;
75 const RootType type_; member in class:art::RootInfo
H A Doat_file.h173 return type_;
211 const OatClassType type_; member in class:art::FINAL::FINAL
H A Doat_file.cc677 : oat_file_(oat_file), status_(status), type_(type),
679 switch (type_) {
699 LOG(FATAL) << "Invalid OatClassType " << type_;
716 CHECK_EQ(kOatClassNoneCompiled, type_);
721 CHECK_EQ(kOatClassAllCompiled, type_);
724 CHECK_EQ(kOatClassSomeCompiled, type_);
H A Ddex_file.cc1189 array_size_(), pos_(-1), type_(kByte) {
1211 type_ = static_cast<ValueType>(value_type & kEncodedValueTypeMask);
1212 switch (type_) {
1250 UNIMPLEMENTED(FATAL) << ": type " << type_;
1265 switch (type_) {
1287 default: UNIMPLEMENTED(FATAL) << ": type " << type_;
H A Ddex_file_verifier.cc320 if (IsDataSectionType(item->type_)) {
330 uint32_t bit = MapTypeToBitMask(item->type_);
333 ErrorStringPrintf("Unknown map section type %x", item->type_);
338 ErrorStringPrintf("Duplicate map section of type %x", item->type_);
1358 uint16_t type = item->type_;
2071 uint16_t type = item->type_;
H A Dthread.h1317 : self_(self), type_(type) {
1321 self_->PopStackedShadowFrame(type_);
1326 const StackedShadowFrameType type_; member in class:art::ScopedStackedShadowFramePusher
H A Ddex_file.h130 uint16_t type_; member in struct:art::DexFile::MapItem
1348 ValueType type_; // Type of current encoded value. member in class:art::EncodedStaticFieldValueIterator
H A Ddebugger.cc138 AllocRecord() : type_(nullptr), byte_count_(0), thin_lock_id_(0) {}
141 return down_cast<mirror::Class*>(Thread::Current()->DecodeJObject(type_));
146 type_ = Dbg::type_cache_.Add(t);
179 jobject type_; // This is a weak global. member in class:art::AllocRecord
4501 type_(0),
4505 type_ = CHUNK_TYPE("NHSG");
4507 type_ = merge ? CHUNK_TYPE("HPSG") : CHUNK_TYPE("HPSO");
4554 Dbg::DdmSendChunk(type_, p_ - &buf_[0], &buf_[0]);
4581 return type_ == CHUNK_TYPE("NHSG");
4723 uint32_t type_; member in class:art::HeapChunkContext
[all...]
H A Dthread.cc179 type_(type),
183 StackedShadowFrameType GetType() const { return type_; }
188 const StackedShadowFrameType type_; member in class:art::StackedShadowFrameRecord
H A Dclass_linker_test.cc608 addOffset(OFFSETOF_MEMBER(mirror::Field, type_), "type");
/art/compiler/utils/arm/
H A Dassembler_thumb2.h523 assembler_(assembler), type_(type), location_(location),
532 assembler_(assembler), type_(type), location_(location),
541 assembler_(assembler), type_(type), location_(location),
549 return type_ == kCompareAndBranchNonZero || type_ == kCompareAndBranchZero;
602 return type_;
618 type_ = type;
637 if (assembler_->IsForced32Bit() && (type_ == kUnconditional || type_ == kConditional)) {
646 switch (type_) {
678 Type type_; member in class:art::arm::FINAL::Branch
[all...]
H A Dassembler_arm.h38 ShifterOperand() : type_(kUnknown), rm_(kNoRegister), rs_(kNoRegister),
45 explicit ShifterOperand(Register rm) : type_(kRegister), rm_(rm), rs_(kNoRegister),
49 ShifterOperand(uint32_t rotate, uint32_t immed8) : type_(kImmediate), rm_(kNoRegister),
54 ShifterOperand(Register rm, Shift shift, uint32_t shift_imm = 0) : type_(kRegister), rm_(rm),
60 ShifterOperand(Register rm, Shift shift, Register rs) : type_(kRegister), rm_(rm),
65 bool is_valid() const { return (type_ == kImmediate) || (type_ == kRegister); }
69 return type_;
76 return type_ == kUnknown;
80 return type_
114 Type type_; member in class:art::arm::ShifterOperand
[all...]
H A Dassembler_arm.cc77 : type_(kImmediate), rm_(kNoRegister), rs_(kNoRegister),
85 switch (type_) {
131 switch (type_) {
H A Dassembler_thumb2.cc33 shifter_op->type_ = ShifterOperand::kImmediate;
1284 bool link = type_ == kUnconditionalLinkX || type_ == kUnconditionalLink;
1285 bool x = type_ == kUnconditionalX || type_ == kUnconditionalLinkX;
1324 (type_ == kCompareAndBranchNonZero ? B11 : 0) |
H A Dassembler_arm32.cc31 shifter_op->type_ = ShifterOperand::kImmediate;
41 shifter_op->type_ = ShifterOperand::kImmediate;
/art/compiler/
H A Doat_writer.cc1480 type_ = kOatClassNoneCompiled;
1482 type_ = kOatClassAllCompiled;
1484 type_ = kOatClassSomeCompiled;
1491 uint32_t oat_method_offsets_offset_from_oat_class = sizeof(type_) + sizeof(status_);
1492 if (type_ == kOatClassSomeCompiled) {
1509 if (type_ == kOatClassSomeCompiled) {
1536 + sizeof(type_)
1544 oat_header->UpdateChecksum(&type_, sizeof(type_));
1546 CHECK_EQ(kOatClassSomeCompiled, type_);
[all...]
H A Doat_writer.h229 // null and that the OatClass::type_ should be kOatClassBitmap.
238 uint16_t type_;
243 // OatClassType::type_ is kOatClassBitmap, a set bit indicates the
245 // the entry was ommited to save space. If OatClassType::type_ is
/art/compiler/optimizing/
H A Dssa_liveness_analysis.h538 return type_;
571 LiveInterval* new_interval = new (allocator_) LiveInterval(allocator_, type_);
707 return type_ == Primitive::kPrimFloat || type_ == Primitive::kPrimDouble;
766 allocator_, type_, defined_by_, false, kNoRegister, is_temp, false, true);
878 type_(type),
1036 const Primitive::Type type_; member in class:art::LiveInterval
H A Dssa_liveness_analysis.cc473 return type_ == Primitive::kPrimLong || type_ == Primitive::kPrimDouble;
H A Dnodes.h1713 : HTemplateInstruction<N>(side_effects), type_(type) {}
1716 Primitive::Type GetType() const OVERRIDE { return type_; }
1719 Primitive::Type type_; member in class:art::HExpression
3030 type_(type),
3054 Primitive::Type GetType() const OVERRIDE { return type_; }
3055 void SetType(Primitive::Type type) { type_ = type; }
3093 Primitive::Type type_; member in class:art::HPhi
3237 void SetType(Primitive::Type type) { type_ = type; }
3825 : source_(source), destination_(destination), type_(type), instruction_(instruction) {}
3873 Primitive::Type GetType() const { return type_; }
3885 Primitive::Type type_; member in class:art::MoveOperands
[all...]
H A Dcode_generator_x86_64.cc86 : cpu_reg_(CpuRegister(reg)), type_(type), is_div_(is_div) {}
90 if (type_ == Primitive::kPrimInt) {
98 DCHECK_EQ(Primitive::kPrimLong, type_);
110 const Primitive::Type type_; member in class:art::x86_64::DivRemMinusOneSlowPathX86_64
/art/compiler/dex/quick/
H A Dmir_to_lir.h1867 explicit ShortyArg(char type) : type_(type) { }
1868 bool IsFP() { return type_ == 'F' || type_ == 'D'; }
1869 bool IsWide() { return type_ == 'J' || type_ == 'D'; }
1870 bool IsRef() { return type_ == 'L'; }
1871 char GetType() { return type_; }
1873 char type_; member in class:art::Mir2Lir::ShortyArg

Completed in 601 milliseconds