Home
last modified time | relevance | path

Searched refs:u (Results 1 – 25 of 132) sorted by relevance

123456

/art/tools/dexanalyze/
Ddexanalyze_strings.h37 uint64_t time_equal_comparisons_ = 0u;
38 uint64_t time_non_equal_comparisons_ = 0u;
39 uint64_t num_comparisons_ = 0u;
56 int64_t wide_string_bytes_ = 0u;
57 int64_t ascii_string_bytes_ = 0u;
58 int64_t string_data_bytes_ = 0u;
59 int64_t total_unique_string_data_bytes_ = 0u;
60 int64_t total_shared_prefix_bytes_ = 0u;
61 int64_t total_prefix_savings_ = 0u;
62 int64_t total_prefix_dict_ = 0u;
[all …]
Ddexanalyze_experiments.h72 int64_t total_bytes_ = 0u;
73 int64_t total_entropy_ = 0u;
74 int64_t total_opcode_bytes_ = 0u;
75 int64_t total_opcode_entropy_ = 0u;
76 int64_t total_non_header_bytes_ = 0u;
77 int64_t total_unique_non_header_bytes_ = 0u;
79 int64_t total_end_seq_bytes_ = 0u;
80 int64_t total_advance_pc_bytes_ = 0u;
81 int64_t total_advance_line_bytes_ = 0u;
82 int64_t total_start_local_bytes_ = 0u;
[all …]
Ddexanalyze_bytecode.h80 uint64_t output_size_ = 0u;
81 uint64_t deduped_size_ = 0u;
82 uint64_t dex_code_bytes_ = 0u;
84 uint64_t extended_field_ = 0u;
85 uint64_t extended_method_ = 0u;
/art/test/669-checker-break/src/
DMain.java60 int u = a.length - 1; in breakLoop() local
62 if (l <= u) { in breakLoop()
65 if (i == u) break; in breakLoop()
99 int u = a.length - 1; in breakLoopDown() local
100 int i = u; in breakLoopDown()
101 if (u >= l) { in breakLoopDown()
150 int u = Integer.MAX_VALUE - 1; in breakLoopSafeConst() local
152 if (l <= u) { // will be removed by simplifier in breakLoopSafeConst()
155 if (i == u) break; in breakLoopSafeConst()
182 int u = Integer.MAX_VALUE; in breakLoopUnsafeConst() local
[all …]
/art/dex2oat/linker/
Drelative_patcher_test.h48 bss_begin_(0u), in RelativePatcherTest()
70 bss_begin_ = 0u; in TearDown()
88 bss_begin_ = 0u; in Reset()
98 CHECK_NE(method_idx, 0u); in MethodRef()
126 static_assert(kTrampolineOffset == 0u, "Unexpected trampoline offset."); in Link()
128 size_t idx = 0u; in Link()
154 0u, 0u, 0u, 0u, 0u, 0u, 0u, 0u, 0u, 0u, 0u, 0u, 0u, 0u, 0u, 0u in Link()
213 size_t idx = 0u; in CheckLinkedMethod()
257 CHECK_EQ(diff_indicator_str.length() % 3u, 0u); in DumpDiff()
262 expected_hex_str.replace(0u, remove * 3u, replacement); in DumpDiff()
[all …]
Drelative_patcher.h150 : size_code_alignment_(0u), in RelativePatcher()
151 size_relative_call_thunks_(0u), in RelativePatcher()
152 size_misc_thunks_(0u) { in RelativePatcher()
/art/libdexfile/dex/
Dtest_dex_file_builder.h50 types_.emplace(descriptor, 0u); in AddType()
60 fields_.emplace(key, 0u); in AddField()
81 methods_.emplace(method_key, 0u); in AddMethod()
97 header->link_size_ = 0u; // Unused. in Build()
98 header->link_off_ = 0u; // Unused. in Build()
99 header->map_off_ = 0u; // Unused. TODO: This is wrong. Dex files created by this builder in Build()
102 uint32_t data_section_size = 0u; in Build()
105 uint32_t string_idx = 0u; in Build()
113 header->string_ids_off_ = strings_.empty() ? 0u : string_ids_offset; in Build()
116 uint32_t type_idx = 0u; in Build()
[all …]
Dtype_lookup_table.h49 mask_bits_(0u), in TypeLookupTable()
112 Entry() : str_offset_(0u), data_(0u) {} in Entry()
116 DCHECK_EQ(class_def_index & ~GetMask(mask_bits), 0u); in Entry()
120 DCHECK_EQ(GetNextPosDelta(mask_bits), 0u); in SetNextPosDelta()
121 DCHECK_EQ(next_pos_delta & ~GetMask(mask_bits), 0u); in SetNextPosDelta()
122 DCHECK_NE(next_pos_delta, 0u); in SetNextPosDelta()
127 return str_offset_ == 0u; in IsEmpty()
131 return GetNextPosDelta(mask_bits) == 0u; in IsLast()
Dclass_accessor.h84 uint32_t index_ = 0u;
85 uint32_t access_flags_ = 0u;
86 uint32_t hiddenapi_flags_ = 0u;
142 index_ = 0u; in NextSection()
146 uint32_t code_off_ = 0u;
169 index_ = 0u; in NextSection()
388 const uint32_t num_static_fields_ = 0u;
389 const uint32_t num_instance_fields_ = 0u;
390 const uint32_t num_direct_methods_ = 0u;
391 const uint32_t num_virtual_methods_ = 0u;
Dcompact_dex_file.h65 uint32_t feature_flags_ = 0u;
68 uint32_t debug_info_offsets_pos_ = 0u;
71 uint32_t debug_info_offsets_table_offset_ = 0u;
74 uint32_t debug_info_base_ = 0u;
77 uint32_t owned_data_begin_ = 0u;
78 uint32_t owned_data_end_ = 0u;
/art/runtime/
Doat_file-inl.h39 return 0u; in GetOatQuickMethodHeaderOffset()
47 return 0u; in GetQuickCodeSizeOffset()
55 return 0u; in GetFrameSizeInBytes()
63 return 0u; in GetCoreSpillMask()
71 return 0u; in GetFpSpillMask()
78 return static_cast<uint32_t>(vmap_table != nullptr ? vmap_table - begin_ : 0u); in GetVmapTableOffset()
84 return 0u; in GetVmapTableOffsetOffset()
95 if (UNLIKELY(offset == 0u)) { in GetVmapTable()
104 return 0u; in GetQuickCodeSize()
Dimage.h118 uint32_t data_offset_ = 0u;
119 uint32_t data_size_ = 0u;
122 uint32_t image_offset_ = 0u;
123 uint32_t image_size_ = 0u;
356 return boot_image_size_ != 0u; in IsAppImage()
401 return blocks_count_ != 0u; in HasCompressedBlock()
431 uint32_t image_reservation_size_ = 0u;
437 uint32_t component_count_ = 0u;
440 uint32_t image_begin_ = 0u;
443 uint32_t image_size_ = 0u;
[all …]
Dbacktrace_helper.h40 size_t num_frames_ = 0u;
41 const size_t max_depth_ = 0u;
42 size_t skip_count_ = 0u;
Dmanaged_stack.h83 return tagged_top_quick_frame_.GetTaggedSp() != 0u; in HasTopQuickFrame()
114 DCHECK_EQ(tagged_top_quick_frame_.GetTaggedSp(), 0u); in SetTopShadowFrame()
144 DCHECK_NE(tagged_sp_, 0u); in GetSpKnownNotTagged()
153 return (tagged_sp_ & 1u) != 0u; in GetTag()
Dimage-inl.h55 for (size_t pos = 0u; pos < fields.Size(); ) { in VisitPackedArtFields()
57 for (size_t i = 0u; i < array->size(); ++i) { in VisitPackedArtFields()
71 for (size_t pos = 0u; pos < methods.Size(); ) { in VisitPackedArtMethods()
73 for (size_t i = 0u; i < array->size(); ++i) { in VisitPackedArtMethods()
79 for (size_t pos = 0u; pos < runtime_methods.Size(); ) { in VisitPackedArtMethods()
/art/runtime/utils/
Ddex_cache_arrays_layout.h36 methods_offset_(0u), in DexCacheArraysLayout()
37 strings_offset_(0u), in DexCacheArraysLayout()
38 fields_offset_(0u), in DexCacheArraysLayout()
39 method_types_offset_(0u), in DexCacheArraysLayout()
40 call_sites_offset_(0u), in DexCacheArraysLayout()
41 size_(0u) { in DexCacheArraysLayout()
53 return Size() != 0u; in Valid()
121 static constexpr size_t types_offset_ = 0u;
/art/runtime/quick/
Dquick_method_frame_info.h29 : frame_size_in_bytes_(0u), in QuickMethodFrameInfo()
30 core_spill_mask_(0u), in QuickMethodFrameInfo()
31 fp_spill_mask_(0u) { in QuickMethodFrameInfo()
/art/dexlayout/
Ddex_writer.h51 uint32_t type_ = 0u;
52 uint32_t size_ = 0u;
53 uint32_t offset_ = 0u;
87 EnsureStorage(0u); in Seek()
94 DCHECK_EQ(data_[position_ + i], 0u); in Write()
132 EnsureStorage(0u); in AlignTo()
137 EnsureStorage(0u); in Skip()
170 size_t position_ = 0u;
175 size_t data_size_ = 0u;
Dcompact_dex_writer.h164 uint32_t debug_info_offsets_pos_ = 0u;
167 uint32_t debug_info_offsets_table_offset_ = 0u;
170 uint32_t debug_info_base_ = 0u;
173 uint32_t owned_data_begin_ = 0u;
174 uint32_t owned_data_end_ = 0u;
/art/libartbase/base/
Dindenter.h51 if (n != 0u) { in xsputn()
75 while (remaining != 0u) { in Write()
89 while (n != 0u) { in RawWrite()
92 CHECK_NE(written, 0u) << "Error writing to buffer. Disk full?"; in RawWrite()
117 : indenter_(os->rdbuf(), text, 0u),
Ddebug_stack.h49 size_t IncrementRefCount() { return 0u; } in IncrementRefCount()
51 size_t GetRefCount() const { return 0u; } in GetRefCount()
78 DebugStackRefCounterImpl() : ref_count_(0u) { } in DebugStackRefCounterImpl()
83 void CheckNoRefs() const { CHECK_EQ(ref_count_, 0u); } in CheckNoRefs()
Dbit_utils_iterator.h43 BitIteratorBase() : bits_(0u) { } in BitIteratorBase()
47 DCHECK_NE(bits_, 0u);
82 DCHECK_NE(this->bits_, 0u);
93 DCHECK_NE(this->bits_, 0u);
Dbit_string.h44 BitStringChar() : data_(0u), bitlength_(0u) { } in BitStringChar()
50 DCHECK_EQ(0u, data & ~MaskLeastSignificant(bitlength_)) in BitStringChar()
212 if (bc != 0u) { in Length()
217 if (i == 0u) { in Length()
/art/compiler/optimizing/
Dintrinsic_objects.h45 static uint32_t EncodePatch(PatchType patch_type, uint32_t index = 0u) {
46 DCHECK(patch_type == PatchType::kIntegerValueOfObject || index == 0u);
77 using PatchTypeField = BitField<uint32_t, 0u, kPatchTypeBits>;
Doptimizing_compiler_stats.h134 if (compiled_intrinsics == 0u && compiled_native_stubs == 0u && bytecode_attempts == 0u) { in Log()
170 stat = 0u; in Reset()

123456