Home
last modified time | relevance | path

Searched refs:empty (Results 51 – 75 of 273) sorted by relevance

1234567891011

/art/runtime/
Dcommon_runtime_test.cc130 ASSERT_FALSE(boot_class_path_.empty()); in SetUp()
215 DCHECK(!tmp.empty()); in GetFirstDexFile()
394 DCHECK(argv->empty()); in StartDex2OatCommandLine()
397 if (use_runtime_bcp_and_image && runtime->GetHeap()->GetBootImageSpaces().empty()) { in StartDex2OatCommandLine()
416 DCHECK(!image_spaces.empty()); in StartDex2OatCommandLine()
460 if (!use_fd_prefix.empty()) { in CompileBootImage()
610 EXPECT_TRUE(actual_.empty()) << actual_; in ~CheckJniAbortCatcher()
Dquicken_info.h48 num_elements_(!data.empty() ? DecodeUnsignedLeb128(&data_) : 0u) {} in QuickenInfoTable()
Dnative_stack_dump.cc376 if (it->map.name.empty()) { in DumpNativeStack()
385 if (!it->func_name.empty()) { in DumpNativeStack()
392 if (!it->map.name.empty()) { in DumpNativeStack()
/art/test/003-omnibus-opcodes/src/
DArray.java85 static void checkRange32(int[] ints, int[] empty, int negVal1, int negVal2) { in checkRange32() argument
130 i = empty[1]; in checkRange32()
/art/compiler/optimizing/
Dbuilder.cc105 DCHECK(graph_->GetBlocks().empty()); in BuildGraph()
161 DCHECK(graph_->GetBlocks().empty()); in BuildIntrinsicGraph()
Dnodes.cc76 while (!worklist.empty()) { in FindBackEdges()
267 DCHECK(reverse_post_order_.empty()); in ComputeDominanceInformation()
285 while (!worklist.empty()) { in ComputeDominanceInformation()
977 DCHECK(initial->GetUses().empty()); in ReplaceAndRemoveInstructionWith()
978 DCHECK(initial->GetEnvUses().empty()); in ReplaceAndRemoveInstructionWith()
1054 DCHECK(instruction->GetUses().empty()); in Remove()
1055 DCHECK(instruction->GetEnvUses().empty()); in Remove()
1134 auto fixup_end = replacement->env_uses_.empty() ? replacement->env_uses_.begin() in ReplaceInput()
1283 auto fixup_end = other->uses_.empty() ? other->uses_.begin() : ++other->uses_.begin(); in ReplaceWith()
1289 other->env_uses_.empty() ? other->env_uses_.begin() : ++other->env_uses_.begin(); in ReplaceWith()
[all …]
Dsuperblock_cloner.cc231 return remap_incoming_->empty() && in IsRemapInfoForVersioning()
232 remap_orig_internal_->empty() && in IsRemapInfoForVersioning()
233 remap_copy_internal_->empty(); in IsRemapInfoForVersioning()
293 while (!worklist.empty()) { in FindBackEdgesLocal()
448 DCHECK(exits->empty()); in SearchForSubgraphExits()
569 DCHECK(live_outs->empty()); in CollectLiveOutsAndCheckClonable()
608 if (live_outs_.empty()) { in ConstructSubgraphClosedSSA()
614 if (exits.empty()) { in ConstructSubgraphClosedSSA()
615 DCHECK(live_outs_.empty()); in ConstructSubgraphClosedSSA()
874 if (!live_outs.empty() && exits.size() != 1) { in IsSubgraphClonable()
Dssa_phi_elimination.cc75 while (!worklist.empty()) { in MarkDeadPhis()
149 while (!worklist.empty()) { in Run()
/art/libnativeloader/
Dpublic_libraries.cpp149 company_name.empty(), in ReadExtensionLibraries()
191 if (!additional_libs.empty()) { in InitDefaultPublicLibraries()
237 if (!additional_libs.empty()) { in InitArtPublicLibraries()
443 if (trimmed_line[0] == '#' || trimmed_line.empty()) { in ParseConfig()
493 if (trimmed_line[0] == '#' || trimmed_line.empty()) { in ParseJniConfig()
/art/openjdkjvmti/
Dti_ddms.cc77 if (!out_data.empty()) { in HandleChunk()
/art/compiler/driver/
Dcompiled_method_storage.cc38 DCHECK(!array.empty()); in CopyArray()
60 if (data.empty()) { in AllocateOrDeduplicateArray()
258 DCHECK(!code.empty()); in SetThunkCode()
Ddex_compilation_unit.cc53 if (symbol_.empty()) { in GetSymbol()
/art/runtime/base/
Dtiming_logger.cc178 CHECK(!open_stack.empty()) << "No starting split for ending split at index " << i; in CalculateTimingData()
187 if (!open_stack.empty()) { in CalculateTimingData()
196 CHECK(open_stack.empty()) << "Missing ending for timing " in CalculateTimingData()
/art/profman/
Dboot_image_profile.cc78 return metadata.GetAnnotations().empty() in GetPackageUseString()
204 if (boot_profile_out_path.empty()) { in GenerateBootImageProfile()
209 bool generate_preloaded_classes = !preloaded_classes_out_path.empty(); in GenerateBootImageProfile()
/art/libartbase/base/
Dfile_utils.h130 inline bool IsAbsoluteLocation(const std::string& path) { return !path.empty() && path[0] == '/'; } in IsAbsoluteLocation()
Dintrusive_forward_list.h175 bool empty() const { return begin() == end(); } in empty() function
192 DCHECK(!empty()); in pop_front()
306 if (!empty()) { in unique()
368 while (!empty()) { in reverse()
378 return !empty() && ++begin() == end(); in HasExactlyOneElement()
/art/runtime/interpreter/
Dlock_count_data.cc81 if (!monitors_->empty()) { in CheckAllMonitorsReleasedOrThrow()
/art/test/VerifySoftFailDuringClinit/
DClassToInitialize.smali20 invoke-static {}, LVerifySoftFail;->empty()V
DVerifySoftFail.smali18 .method public static empty()V
/art/dex2oat/linker/
Dmulti_oat_relative_patcher.cc32 DCHECK(!code->empty()); in GetThunkCode()
/art/test/968-default-partial-compile-gen/util-src/
Dgenerate_smali.py330 empty = 2 variable in InterfaceType
337 elif self == InterfaceType.empty:
460 return self.iface_type == InterfaceType.empty
/art/compiler/debug/
Delf_debug_loc_writer.h142 DCHECK(!dex_register_map.empty()); in GetVariableLocations()
150 if (!variable_locations.empty() && in GetVariableLocations()
179 if (method_info->code_info == nullptr || dex_register_maps.empty()) { in WriteDebugLocEntry()
/art/test/098-ddmc/src/
DMain.java37 Allocations empty = new Allocations(DdmVmInternal.getRecentAllocations()); in testRecentAllocationTracking() local
38 System.out.println("empty=" + empty); in testRecentAllocationTracking()
/art/tools/dexanalyze/
Ddexanalyze.cc105 } else if (!arg.empty() && arg[0] == '-') { in Parse()
112 if (filenames_.empty()) { in Parse()
/art/runtime/entrypoints/jni/
Djni_entrypoints.cc163 inline_infos.empty() ? method : GetResolvedMethod(method, code_info, inline_infos); in artCriticalNativeFrameSize()
164 uint32_t dex_pc = inline_infos.empty() ? stack_map.GetDexPc() : inline_infos.back().GetDexPc(); in artCriticalNativeFrameSize()

1234567891011