Home
last modified time | relevance | path

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

/art/runtime/
Dmemory_region.cc29 CHECK_GT(from.size(), 0U); in CopyFrom()
Doat.cc103 CHECK_GT(executable_offset_, sizeof(OatHeader)); in GetExecutableOffset()
109 CHECK_GT(executable_offset, sizeof(OatHeader)); in SetExecutableOffset()
Dinstrumentation.cc501 CHECK_GT(stack->size(), 0U); in PopInstrumentationStackFrame()
555 CHECK_GT(stack->size(), 0U); in PopMethodForUnwind()
Dindirect_reference_table.cc39 CHECK_GT(initialCount, 0U); in IndirectReferenceTable()
Delf_file.cc216 CHECK_GT(Size(), header_->e_phoff) << file_->GetPath(); in SetMap()
217 CHECK_GT(Size(), header_->e_shoff) << file_->GetPath(); in SetMap()
Dthread_list.cc382 CHECK_GT(self->suspend_count_, 0); in SuspendSelfForDebugger()
Dthread.h217 CHECK_GT(no_thread_suspension_, 0U); in EndAssertNoThreadSuspension()
Ddex_file.h855 CHECK_GT(size_, 0U) << GetLocation(); in DexFile()
Dthread.cc468 CHECK_GT(&stack_variable, reinterpret_cast<void*>(stack_end_)); in InitStackHwm()
/art/compiler/jni/quick/
Dcalling_convention.cc161 CHECK_GT(SirtLinkOffset(), SirtNumRefsOffset()); in CurrentParamSirtEntryOffset()
165 CHECK_GT(result, SirtLinkOffset().Int32Value()); in CurrentParamSirtEntryOffset()
Djni_compiler.cc437 CHECK_GT(in_off.Uint32Value(), frame_size); in CopyParameter()
/art/runtime/base/
Dlogging.h46 #define CHECK_GT(x, y) CHECK_OP(x, y, >) macro
75 #define DCHECK_GT(x, y) CHECK_GT(x, y)
107 CHECK_GT(val1, val2)
/art/runtime/jdwp/
Djdwp_main.cc75 CHECK_GT(count, 0U); in ConsumeBytes()
Djdwp_event.cc385 CHECK_GT(pMod->count.count, 0); in ModsMatch()
1042 CHECK_GT(iov_count, 0); in DdmSendChunkV()
Djdwp_handler.cc1477 CHECK_GT(replyLen, 0); in DDM_Chunk()
1724 CHECK_GT(expandBufGetLength(pReply), 0U) << GetCommandName(request) << " " << request.GetId(); in ProcessRequest()
/art/runtime/gc/space/
Dlarge_object_space.cc165 CHECK_GT(header->GetPrevFree(), size_t(0)); in RemoveFreePrev()
Ddlmalloc_space.cc430 CHECK_GT(original_end + increment, Begin()); in MoreCore()
/art/dex2oat/
Ddex2oat.cc513 CHECK_GT(kWatchDogTimeoutSeconds, kWatchDogWarningSeconds); in Wait()
/art/compiler/driver/
Dcompiler_driver.cc1374 CHECK_GT(work_units, 0U); in ForAll()
2386 CHECK_GT(status, it->second->GetStatus()); in RecordClassStatus()
/art/compiler/utils/arm/
Dassembler_arm.cc1456 CHECK_GT(frame_size, pushed_values * kPointerSize); // Must be at least space to push Method* in BuildFrame()
1483 CHECK_GT(frame_size, pop_values * kPointerSize); in RemoveFrame()
/art/runtime/gc/collector/
Dmark_sweep.cc1407 CHECK_GT(chunk_size, 0U); in ProcessMarkStackParallel()
/art/compiler/utils/x86/
Dassembler_x86.cc1320 CHECK_GT(length, 0); in EmitOperand()
/art/runtime/gc/
Dheap.cc157 CHECK_GT(oat_file_end_addr, image_space->End()); in Heap()