/art/runtime/ |
D | memory_region.cc | 29 CHECK_GT(from.size(), 0U); in CopyFrom()
|
D | oat.cc | 160 CHECK_GT(executable_offset_, sizeof(OatHeader)); in GetExecutableOffset() 166 CHECK_GT(executable_offset, sizeof(OatHeader)); in SetExecutableOffset()
|
D | thread_list.cc | 498 CHECK_GT(thread->GetSuspendCount(), 0); in SuspendThreadByPeer() 575 CHECK_GT(thread->GetSuspendCount(), 0); in SuspendThreadByThreadId() 676 CHECK_GT(self->GetSuspendCount(), 0); in SuspendSelfForDebugger()
|
D | indirect_reference_table.cc | 69 CHECK_GT(initialCount, 0U); in IndirectReferenceTable()
|
D | instrumentation.cc | 663 CHECK_GT(quick_alloc_entry_points_instrumentation_counter_, 0U); in UninstrumentQuickAllocEntryPointsLocked() 1060 CHECK_GT(stack->size(), 0U); in PopInstrumentationStackFrame() 1115 CHECK_GT(stack->size(), 0U); in PopMethodForUnwind()
|
D | thread.h | 246 CHECK_GT(tls32_.no_thread_suspension, 0U); in EndAssertNoThreadSuspension()
|
D | dex_file.cc | 365 CHECK_GT(size_, 0U) << GetLocation(); in DexFile()
|
D | elf_file.cc | 1482 CHECK_GT(tag_list_.size(), it->second); in ReadTag()
|
/art/runtime/base/ |
D | logging.h | 48 #define CHECK_GT(x, y) CHECK_OP(x, y, >) macro 87 #define DCHECK_GT(x, y) CHECK_GT(x, y) 120 CHECK_GT(val1, val2)
|
/art/compiler/jni/quick/ |
D | calling_convention.cc | 228 CHECK_GT(result, HandleScopeNumRefsOffset().Int32Value()); in CurrentParamHandleScopeEntryOffset()
|
D | jni_compiler.cc | 501 CHECK_GT(in_off.Uint32Value(), frame_size); in CopyParameter()
|
/art/runtime/jdwp/ |
D | jdwp_main.cc | 75 CHECK_GT(count, 0U); in ConsumeBytes()
|
D | jdwp_event.cc | 471 CHECK_GT(pMod->count.count, 0); in ModsMatch() 1335 CHECK_GT(iov_count, 0); in DdmSendChunkV()
|
D | jdwp_handler.cc | 1442 CHECK_GT(replyLen, 0); in DDM_Chunk() 1692 CHECK_GT(expandBufGetLength(pReply), 0U) << GetCommandName(request) << " " << request.GetId(); in ProcessRequest()
|
/art/compiler/ |
D | elf_patcher.cc | 183 CHECK_GT(patch_ptr, reinterpret_cast<uintptr_t>(oat_file_->Begin()) + in SetPatchLocation()
|
/art/runtime/gc/allocator/ |
D | rosalloc.cc | 1898 CHECK_GT(num_pages, static_cast<uintptr_t>(0)) in Verify() 1923 CHECK_GT(obj_size, kLargeSizeThreshold) in Verify() 1944 CHECK_GT(num_pages, static_cast<uintptr_t>(0)) in Verify() 2002 CHECK_GT(num_vec, 0U); in Verify() 2137 CHECK_GT(pages, 0U) << "Infinite loop probable"; in ReleasePages()
|
/art/compiler/utils/arm/ |
D | assembler_arm.cc | 412 CHECK_GT(frame_size, pushed_values * kFramePointerSize); // Must at least have space for Method*. in BuildFrame() 439 CHECK_GT(frame_size, pop_values * kFramePointerSize); in RemoveFrame()
|
D | assembler_thumb2.h | 550 CHECK_GT(delta, 0); in Move()
|
/art/compiler/utils/arm64/ |
D | assembler_arm64.cc | 650 CHECK_GT(frame_size, kJniRefSpillRegsSize * kFramePointerSize); in BuildFrame() 718 CHECK_GT(frame_size, kJniRefSpillRegsSize * kFramePointerSize); in RemoveFrame()
|
/art/runtime/gc/space/ |
D | large_object_space.cc | 332 CHECK_GT(info->GetPrevFree(), 0U); in RemoveFreePrev()
|
/art/patchoat/ |
D | patchoat.cc | 438 CHECK_GT(image_->Size(), sizeof(ImageHeader)); in PatchImage()
|
/art/compiler/driver/ |
D | compiler_driver.cc | 1490 CHECK_GT(work_units, 0U); in ForAll() 2179 CHECK_GT(status, it->second->GetStatus()); in RecordClassStatus()
|
/art/runtime/gc/collector/ |
D | mark_sweep.cc | 1171 CHECK_GT(chunk_size, 0U); in ProcessMarkStackParallel()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 210 CHECK_GT(kNumQuickGprArgs, 0u); in GetProxyThisObject()
|
/art/compiler/utils/x86/ |
D | assembler_x86.cc | 1328 CHECK_GT(length, 0); in EmitOperand()
|