Home
last modified time | relevance | path

Searched refs:CHECK_GT (Results 1 – 25 of 29) sorted by relevance

12

/art/runtime/
Dmemory_region.cc29 CHECK_GT(from.size(), 0U); in CopyFrom()
Doat.cc160 CHECK_GT(executable_offset_, sizeof(OatHeader)); in GetExecutableOffset()
166 CHECK_GT(executable_offset, sizeof(OatHeader)); in SetExecutableOffset()
Dthread_list.cc498 CHECK_GT(thread->GetSuspendCount(), 0); in SuspendThreadByPeer()
575 CHECK_GT(thread->GetSuspendCount(), 0); in SuspendThreadByThreadId()
676 CHECK_GT(self->GetSuspendCount(), 0); in SuspendSelfForDebugger()
Dindirect_reference_table.cc69 CHECK_GT(initialCount, 0U); in IndirectReferenceTable()
Dinstrumentation.cc663 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()
Dthread.h246 CHECK_GT(tls32_.no_thread_suspension, 0U); in EndAssertNoThreadSuspension()
Ddex_file.cc365 CHECK_GT(size_, 0U) << GetLocation(); in DexFile()
Delf_file.cc1482 CHECK_GT(tag_list_.size(), it->second); in ReadTag()
/art/runtime/base/
Dlogging.h48 #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/
Dcalling_convention.cc228 CHECK_GT(result, HandleScopeNumRefsOffset().Int32Value()); in CurrentParamHandleScopeEntryOffset()
Djni_compiler.cc501 CHECK_GT(in_off.Uint32Value(), frame_size); in CopyParameter()
/art/runtime/jdwp/
Djdwp_main.cc75 CHECK_GT(count, 0U); in ConsumeBytes()
Djdwp_event.cc471 CHECK_GT(pMod->count.count, 0); in ModsMatch()
1335 CHECK_GT(iov_count, 0); in DdmSendChunkV()
Djdwp_handler.cc1442 CHECK_GT(replyLen, 0); in DDM_Chunk()
1692 CHECK_GT(expandBufGetLength(pReply), 0U) << GetCommandName(request) << " " << request.GetId(); in ProcessRequest()
/art/compiler/
Delf_patcher.cc183 CHECK_GT(patch_ptr, reinterpret_cast<uintptr_t>(oat_file_->Begin()) + in SetPatchLocation()
/art/runtime/gc/allocator/
Drosalloc.cc1898 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/
Dassembler_arm.cc412 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()
Dassembler_thumb2.h550 CHECK_GT(delta, 0); in Move()
/art/compiler/utils/arm64/
Dassembler_arm64.cc650 CHECK_GT(frame_size, kJniRefSpillRegsSize * kFramePointerSize); in BuildFrame()
718 CHECK_GT(frame_size, kJniRefSpillRegsSize * kFramePointerSize); in RemoveFrame()
/art/runtime/gc/space/
Dlarge_object_space.cc332 CHECK_GT(info->GetPrevFree(), 0U); in RemoveFreePrev()
/art/patchoat/
Dpatchoat.cc438 CHECK_GT(image_->Size(), sizeof(ImageHeader)); in PatchImage()
/art/compiler/driver/
Dcompiler_driver.cc1490 CHECK_GT(work_units, 0U); in ForAll()
2179 CHECK_GT(status, it->second->GetStatus()); in RecordClassStatus()
/art/runtime/gc/collector/
Dmark_sweep.cc1171 CHECK_GT(chunk_size, 0U); in ProcessMarkStackParallel()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc210 CHECK_GT(kNumQuickGprArgs, 0u); in GetProxyThisObject()
/art/compiler/utils/x86/
Dassembler_x86.cc1328 CHECK_GT(length, 0); in EmitOperand()

12