Home
last modified time | relevance | path

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

1...<<11

/art/runtime/
Dthread.cc1550 if (!checkpoint_overflow_.empty()) { in RunCheckpointFunction()
1853 if (scheduler_group_name.empty()) { in DumpState()
1923 && !scheduler_stats.empty()) { in DumpState()
3125 if (!dumper.lock_objects_[i].empty()) { in CreateAnnotatedStackTrace()
DAndroid.bp20 // (empty) body is called.
Dclass_linker_test.cc412 ASSERT_FALSE(descriptor.empty()); in AssertDexFileClass()
/art/compiler/optimizing/
Dreference_type_propagation.cc989 while (!worklist_.empty()) { in ProcessWorklist()
Dgraph_checker.cc843 if (input_records.empty()) { in VisitPhi()
Dcode_generator_arm64.cc985 DCHECK(GetCompilerOptions().IsJitCompiler() || jit_baker_read_barrier_slow_paths_.empty()); in Finalize()
4794 DCHECK(!heap->GetBootImageSpaces().empty()); in LoadBootImageAddress()
4846 DCHECK(linker_patches->empty()); in EmitLinkerPatches()
4866 DCHECK(boot_image_method_patches_.empty()); in EmitLinkerPatches()
4867 DCHECK(boot_image_type_patches_.empty()); in EmitLinkerPatches()
4868 DCHECK(boot_image_string_patches_.empty()); in EmitLinkerPatches()
Dcode_generator_x86_64.cc1191 DCHECK(!heap->GetBootImageSpaces().empty()); in LoadBootImageAddress()
1243 DCHECK(linker_patches->empty()); in EmitLinkerPatches()
1261 DCHECK(boot_image_method_patches_.empty()); in EmitLinkerPatches()
1262 DCHECK(boot_image_type_patches_.empty()); in EmitLinkerPatches()
1263 DCHECK(boot_image_string_patches_.empty()); in EmitLinkerPatches()
7772 if (!assembler->IsConstantAreaEmpty() || !fixups_to_jump_tables_.empty()) { in Finalize()
Dcode_generator_x86.cc5246 DCHECK(!heap->GetBootImageSpaces().empty()); in LoadBootImageAddress()
5304 DCHECK(linker_patches->empty()); in EmitLinkerPatches()
5322 DCHECK(boot_image_method_patches_.empty()); in EmitLinkerPatches()
5323 DCHECK(boot_image_type_patches_.empty()); in EmitLinkerPatches()
5324 DCHECK(boot_image_string_patches_.empty()); in EmitLinkerPatches()
8498 if (!assembler->IsConstantAreaEmpty() || !fixups_to_jump_tables_.empty()) { in Finalize()
Dcode_generator_arm_vixl.cc1935 DCHECK(GetCompilerOptions().IsJitCompiler() || jit_baker_read_barrier_slow_paths_.empty()); in Finalize()
9341 DCHECK(!heap->GetBootImageSpaces().empty()); in LoadBootImageAddress()
9397 DCHECK(linker_patches->empty()); in EmitLinkerPatches()
9417 DCHECK(boot_image_method_patches_.empty()); in EmitLinkerPatches()
9418 DCHECK(boot_image_type_patches_.empty()); in EmitLinkerPatches()
9419 DCHECK(boot_image_string_patches_.empty()); in EmitLinkerPatches()
Dinliner.cc164 DCHECK(!blocks.empty()); in Run()
Dinstruction_simplifier.cc1612 if (!left->GetEnvUses().empty()) { in VisitCondition()
/art/runtime/interpreter/
Dinterpreter_common.h178 if (UNLIKELY(reg.dex_registers.empty())) { in UnlockHeldMonitors()
/art/runtime/gc/allocator/
Drosalloc.cc367 if (!free_page_runs_.empty()) { in FreePages()
585 if (!bt->empty()) { in RefillRun()
/art/dexlayout/
Ddex_writer.cc714 while (!queue->empty()) { in WriteMapItems()
Ddexlayout.cc1837 if (!output_location.empty() && output_location.back() != '/') { in OutputDexFile()
/art/runtime/verifier/
Dreg_type_test.cc973 while (!work_list.empty()) { in TEST_F()
Dmethod_verifier.cc4669 !failures_.empty() || in GetStaticField()
4719 !failures_.empty() || in GetInstanceField()
5303 CHECK(!verifier.failure_messages_.empty()); in VerifyMethod()
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64_test.cc389 CHECK(!compiled_method_refs_.empty()); in TestNopsAdrpInsn2AndUseHasThunk()
/art/openjdkjvmti/
Devents.cc1311 if (!env->notify_frames.empty()) { in SetupFramePopTraceListener()
Dti_heap.cc1772 if (!rrv.GetThreadsWithJavaFrameRoots().empty()) { in ReplaceStrongRoots()
/art/profman/
Dprofile_assistant_test.cc1104 ASSERT_TRUE(pmi_no_inline_cache->inline_caches->empty()); in TEST_F()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc266 if (!inline_infos.empty()) { in GetCallingDexPc()
/art/libdexfile/dex/
Ddex_file_verifier.cc343 DCHECK(failure_reason_.empty()) << failure_reason_; in ErrorStringPrintf()

1...<<11