Home
last modified time | relevance | path

Searched refs:empty (Results 101 – 125 of 273) sorted by relevance

1234567891011

/art/runtime/
Dnative_bridge_art_interface.cc96 << (native_bridge_library_filename.empty() ? "(empty)" : native_bridge_library_filename); in LoadNativeBridge()
Dvdex_file.cc319 if (quickening_info.empty()) { in UnquickenDexFile()
350 if (quickening_info.empty()) { in GetQuickenedInfoOf()
370 image_spaces.empty() ? 0u : image_spaces[0]->GetImageHeader().GetComponentCount(); in ComputeBootClassPathChecksumString()
Dsignal_catcher.cc128 os << "Build fingerprint: '" << (fingerprint.empty() ? "unknown" : fingerprint) << "'\n"; in HandleSigQuit()
/art/libartbase/base/
Dtransform_array_ref.h107 bool empty() const { return base().empty(); } in empty() function
Dcommon_art_test.cc168 CHECK(!android_build_top.empty()); in GetAndroidBuildTop()
173 CHECK(!android_build_top.empty()); in GetAndroidBuildTop()
547 CHECK(!dex_files.empty()); in CreateClassPath()
557 CHECK(!dex_files.empty()); in CreateClassPathWithChecksums()
Dsafe_map.h67 bool empty() const { return map_.empty(); } in empty() function
/art/compiler/optimizing/
Dssa_builder.cc270 while (!worklist->empty()) { in ProcessPrimitiveTypePropagationWorklist()
317 if (ambiguous_agets_.empty() && ambiguous_asets_.empty()) { in FixAmbiguousArrayOps()
413 if (!worklist.empty()) { in FixAmbiguousArrayOps()
Dlinear_order.cc127 } while (!worklist.empty()); in LinearizeGraphInternal()
Dgraph_checker.h90 return errors_.empty(); in IsValid()
Dcode_sinking.cc283 if (block->GetSuccessors().empty()) { in SinkCodeToUncommonBranch()
314 while (!worklist.empty()) { in SinkCodeToUncommonBranch()
Dgraph_visualizer.cc284 !disasm_info_->GetSlowPathIntervals().empty()) { in PrintExceptionHandlers()
601 if (!inputs.empty()) { in PrintInstruction()
790 if (disasm_info_->GetSlowPathIntervals().empty()) { in DumpDisassemblyBlockForSlowPaths()
926 if (!graph_->GetBlocks().empty()) { in DumpGraph()
939 if (!graph_->GetBlocks().empty()) { in DumpGraphWithDisassembly()
Dconstructor_fence_redundancy_elimination.cc189 if (candidate_fences_.empty()) { in MergeCandidateFences()
Dssa_liveness_analysis.h302 DCHECK(GetUses().empty()) << "A temporary can only have one user"; in AddTempUse()
303 DCHECK(GetEnvironmentUses().empty()) << "A temporary cannot have environment user"; in AddTempUse()
342 if ((!uses_.empty()) &&
364 DCHECK(env_uses_.empty() || position <= env_uses_.front().GetPosition());
369 DCHECK(uses_.empty() || position <= uses_.front().GetPosition());
465 DCHECK(uses_.empty()); in SetFrom()
/art/libdexfile/dex/
Ddex_file_loader.cc71 DCHECK(!error_msg->empty()); in Extract()
284 DCHECK(!error_msg->empty()); in OpenAll()
398 CHECK(!location.empty()); in OpenOneDexFileFromZip()
Dcompact_offset_table.cc79 DCHECK(out_data->empty()); in Build()
/art/tools/veridex/
Dprecise_hidden_api_finder.cc78 while (!abstract_uses_.empty() && (i++ < kMaximumIterations)) { in Run()
/art/dexdump/
Ddexdump_cfg.cc169 if (!exception_targets.empty()) { in DumpMethodCFG()
275 if (!exception_targets.empty()) { in DumpMethodCFG()
/art/test/1940-ddms-ext/
Dddm_ext.cc137 while (data->callbacks_received.empty()) { in Java_art_Test1940_publishListen()
143 while (!data->callbacks_received.empty()) { in Java_art_Test1940_publishListen()
/art/compiler/utils/
Dassembler.h304 DCHECK(delayed_advance_pcs_.empty()); in ~DebugFrameOpCodeWriterForAssembler()
317 DCHECK(!delayed_advance_pcs_.empty()); in OverrideDelayedPC()
/art/openjdkjvmti/
Dti_threadgroup.cc246 if (!thread_peers.empty()) { in GetThreadGroupChildren()
255 if (!thread_groups.empty()) { in GetThreadGroupChildren()
Dti_extension.cc110 if (!params.empty()) { in GetExtensionFunctions()
130 if (!errors.empty()) { in GetExtensionFunctions()
575 if (!params.empty()) { in GetExtensionEvents()
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64.cc104 DCHECK(adrp_thunk_locations_.empty()); in ReserveSpace()
151 DCHECK(adrp_thunk_locations_.empty()); in ReserveSpaceEnd()
166 if (!current_method_thunks_.empty()) { in WriteThunks()
/art/dex2oat/linker/
Doat_writer.cc583 if (zipped_dex_file_locations_.empty()) { in AddDexFileSource()
629 if (oat_dex_files_.empty()) { in AddVdexDexFilesSource()
884 return method != nullptr && !method->GetQuickCode().empty(); in HasCompiledCode()
890 return method != nullptr && method->GetQuickCode().empty() && !method->GetVmapTable().empty(); in HasQuickeningInfo()
929 DCHECK(compiled_method == nullptr || compiled_method->GetPatches().empty()); in VisitMethod()
1361 CHECK(!compiled_method->GetQuickCode().empty()); in VisitMethod()
1764 if (!compiled_method->GetPatches().empty()) { in VisitMethod()
2049 if (!oat_dex_file.class_offsets_.empty()) { in InitClassOffsets()
2128 if (bss_method_entry_references_.empty() && in InitIndexBssMappings()
2129 bss_type_entry_references_.empty() && in InitIndexBssMappings()
[all …]
/art/runtime/mirror/
Dobject_test.cc481 Handle<String> empty(hs.NewHandle(String::AllocFromModifiedUtf8(soa.Self(), ""))); in TEST_F() local
482 EXPECT_TRUE(empty->Equals("")); in TEST_F()
483 EXPECT_FALSE(empty->Equals("a")); in TEST_F()
498 Handle<String> empty(hs.NewHandle(String::AllocFromModifiedUtf8(soa.Self(), ""))); in TEST_F() local
499 EXPECT_TRUE(empty->Equals("")); in TEST_F()
500 EXPECT_FALSE(empty->Equals("a")); in TEST_F()
568 Handle<String> empty(hs.NewHandle(String::AllocFromModifiedUtf8(soa.Self(), ""))); in TEST_F() local
572 EXPECT_EQ(0, empty->GetHashCode()); in TEST_F()
/art/compiler/debug/
Delf_debug_info_writer.h75 if (!debug_loc_.empty()) { in End()
78 if (!debug_ranges_.empty()) { in End()
109 CHECK(!compilation_unit.methods.empty()); in Write()
520 DCHECK(!desc.empty()); in WriteTypeDeclaration()

1234567891011