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

12345

/art/runtime/
H A Dprebuilt_tools_test.cc44 if (tools_dir.empty()) {
56 if (tools_dir.empty()) {
H A Dmem_map_test.cc140 ASSERT_TRUE(error_msg.empty());
149 ASSERT_TRUE(error_msg.empty());
164 ASSERT_TRUE(error_msg.empty());
181 ASSERT_TRUE(error_msg.empty());
192 ASSERT_TRUE(error_msg.empty());
203 ASSERT_TRUE(!error_msg.empty());
230 ASSERT_TRUE(error_msg.empty());
248 ASSERT_FALSE(error_msg.empty());
264 ASSERT_FALSE(error_msg.empty());
278 ASSERT_FALSE(error_msg.empty());
[all...]
H A Dzip_archive_test.cc37 ASSERT_TRUE(error_msg.empty());
40 ASSERT_TRUE(error_msg.empty());
48 ASSERT_TRUE(error_msg.empty());
H A Dinstrumentation.cc467 have_method_entry_listeners_ = !method_entry_listeners_.empty();
471 have_method_exit_listeners_ = !method_exit_listeners_.empty();
475 have_method_unwind_listeners_ = !method_unwind_listeners_.empty();
479 have_backward_branch_listeners_ = !backward_branch_listeners_.empty();
485 have_dex_pc_listeners_ = !modified->empty();
497 have_field_read_listeners_ = !modified->empty();
509 have_field_write_listeners_ = !modified->empty();
521 have_exception_caught_listeners_ = !modified->empty();
588 bool empty; local
591 empty
746 bool empty; local
[all...]
H A Dsignal_catcher.cc103 if (stack_trace_file_.empty()) {
139 os << "Build fingerprint: '" << (fingerprint.empty() ? "unknown" : fingerprint) << "'\n";
/art/compiler/driver/
H A Ddex_compilation_unit.cc46 if (symbol_.empty()) {
/art/runtime/gc/collector/
H A Dpartial_mark_sweep.cc29 : MarkSweep(heap, is_concurrent, name_prefix.empty() ? "partial " : name_prefix) {
H A Dsticky_mark_sweep.cc29 name_prefix.empty() ? "sticky " : name_prefix) {
/art/compiler/dwarf/
H A Ddwarf_test.h72 if (!debug_info_data_.empty()) {
76 if (!debug_abbrev_data_.empty()) {
80 if (!debug_str_data_.empty()) {
84 if (!debug_line_data_.empty()) {
88 if (!debug_frame_data_.empty()) {
/art/compiler/
H A Dcompiled_method.cc31 CHECK(!quick_code->empty());
148 mapping_table_ = mapping_table.empty() ?
153 gc_map_ = native_gc_map.empty() ? nullptr :
156 cfi_info_ = cfi_info.empty() ? nullptr :
162 mapping_table_ = mapping_table.empty() ?
165 gc_map_ = native_gc_map.empty() ? nullptr : driver->DeduplicateGCMap(native_gc_map);
166 cfi_info_ = cfi_info.empty() ? nullptr : driver->DeduplicateCFIInfo(cfi_info);
/art/cmdline/
H A Dmemory_representation.h51 if (str.empty()) {
H A Dtoken_range.h124 if (!tok.empty()) {
136 if (!tok.empty()) {
234 // Discard all empty tokens, potentially copying the underlying tokens.
236 return RemoveIf([](const std::string& token) { return token.empty(); });
392 // If any of the tokens in the token lists are empty, then
/art/compiler/dex/quick/
H A Dlazy_debug_frame_opcode_writer.cc25 DCHECK(this->data()->empty());
/art/runtime/base/
H A Dbounded_fifo.h41 bool empty() const { function in class:art::BoundedFifoPowerOfTwo
H A Dtiming_logger.cc173 CHECK(!open_stack.empty()) << "No starting split for ending split at index " << i;
182 if (!open_stack.empty()) {
191 CHECK(open_stack.empty()) << "Missing ending for timing "
/art/runtime/verifier/
H A Dmethod_verifier-inl.h66 return !failure_messages_.empty();
/art/compiler/linker/arm/
H A Drelative_patcher_arm_base.cc95 if (!unprocessed_patches_.empty() &&
143 while (!unprocessed_patches_.empty()) {
146 DCHECK(thunk_locations_.empty() || thunk_locations_.back() <= patch_offset);
157 if (thunk_locations_.empty() ||
167 if (!thunk_locations_.empty()) {
/art/dex2oat/
H A Ddex2oat.cc850 image_ = (!image_filename_.empty());
862 if (oat_filename_.empty() && oat_fd_ == -1) {
866 if (!oat_filename_.empty() && oat_fd_ != -1) {
870 if (!oat_symbols.empty() && oat_fd_ != -1) {
874 if (!oat_symbols.empty() && is_host_) {
878 if (oat_fd_ != -1 && !image_filename_.empty()) {
882 if (android_root_.empty()) {
890 if (!image_ && boot_image_filename.empty()) {
894 if (!boot_image_filename.empty()) {
903 if (image_classes_filename_ != nullptr && !boot_image_option_.empty()) {
[all...]
/art/compiler/dex/
H A Dpass_driver.h45 DCHECK(!pass_list_.empty());
H A Dglobal_value_numbering.cc63 mir_graph_->GetTopologicalSortOrderLoopHeadStack()->empty()) {
77 DCHECK(merge_lvns_.empty());
82 // LVNs. When we're not at a loop head (including having an empty loop head stack) all
115 CHECK(!merge_lvns_.empty());
/art/compiler/utils/
H A Dtest_dex_file_builder.h38 CHECK(dex_file_data_.empty());
44 CHECK(dex_file_data_.empty());
51 CHECK(dex_file_data_.empty());
61 CHECK(dex_file_data_.empty());
82 CHECK(dex_file_data_.empty());
108 header->string_ids_off_ = strings_.empty() ? 0u : string_ids_offset;
117 header->type_ids_off_ = types_.empty() ? 0u : type_ids_offset;
133 header->proto_ids_off_ = protos_.empty() ? 0u : proto_ids_offset;
142 header->field_ids_off_ = fields_.empty() ? 0u : field_ids_offset;
151 header->method_ids_off_ = methods_.empty()
[all...]
/art/patchoat/
H A Dpatchoat.cc101 CHECK(!image_location.empty()) << "image file must have a filename.";
190 CHECK(!image_location.empty()) << "image file must have a filename.";
1095 cnt += (!patched_image_filename.empty()) ? 1 : 0;
1096 cnt += (!patched_image_location.empty()) ? 1 : 0;
1110 if ((!input_image_location.empty()) != have_output_image) {
1126 if (!input_oat_location.empty()) {
1137 if (!patched_image_location.empty()) {
1171 } else if (!patched_image_filename.empty()) {
1199 CHECK(!input_image_location.empty());
1202 if (output_image_filename.empty()) {
[all...]
/art/test/098-ddmc/src/
H A DMain.java31 System.out.println("Confirm empty");
32 Allocations empty = new Allocations(DdmVmInternal.getRecentAllocations());
33 System.out.println("empty=" + empty);
54 System.out.println("Disable and confirm back to empty");
/art/compiler/optimizing/
H A Dgraph_checker.h57 return errors_.empty();
/art/compiler/linker/
H A Drelative_patcher_test.h61 CHECK(error_msg_.empty()) << instruction_set << "/" << variant;
106 DCHECK(output_.empty());
128 if (!compiled_method->GetPatches().empty()) {

Completed in 580 milliseconds

12345