Searched refs:CHECK_GT (Results 1 – 23 of 23) sorted by relevance
/art/runtime/ |
D | memory_region.cc | 29 CHECK_GT(from.size(), 0U); in CopyFrom()
|
D | oat.cc | 103 CHECK_GT(executable_offset_, sizeof(OatHeader)); in GetExecutableOffset() 109 CHECK_GT(executable_offset, sizeof(OatHeader)); in SetExecutableOffset()
|
D | instrumentation.cc | 501 CHECK_GT(stack->size(), 0U); in PopInstrumentationStackFrame() 555 CHECK_GT(stack->size(), 0U); in PopMethodForUnwind()
|
D | indirect_reference_table.cc | 39 CHECK_GT(initialCount, 0U); in IndirectReferenceTable()
|
D | elf_file.cc | 216 CHECK_GT(Size(), header_->e_phoff) << file_->GetPath(); in SetMap() 217 CHECK_GT(Size(), header_->e_shoff) << file_->GetPath(); in SetMap()
|
D | thread_list.cc | 382 CHECK_GT(self->suspend_count_, 0); in SuspendSelfForDebugger()
|
D | thread.h | 217 CHECK_GT(no_thread_suspension_, 0U); in EndAssertNoThreadSuspension()
|
D | dex_file.h | 855 CHECK_GT(size_, 0U) << GetLocation(); in DexFile()
|
D | thread.cc | 468 CHECK_GT(&stack_variable, reinterpret_cast<void*>(stack_end_)); in InitStackHwm()
|
/art/compiler/jni/quick/ |
D | calling_convention.cc | 161 CHECK_GT(SirtLinkOffset(), SirtNumRefsOffset()); in CurrentParamSirtEntryOffset() 165 CHECK_GT(result, SirtLinkOffset().Int32Value()); in CurrentParamSirtEntryOffset()
|
D | jni_compiler.cc | 437 CHECK_GT(in_off.Uint32Value(), frame_size); in CopyParameter()
|
/art/runtime/base/ |
D | logging.h | 46 #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/ |
D | jdwp_main.cc | 75 CHECK_GT(count, 0U); in ConsumeBytes()
|
D | jdwp_event.cc | 385 CHECK_GT(pMod->count.count, 0); in ModsMatch() 1042 CHECK_GT(iov_count, 0); in DdmSendChunkV()
|
D | jdwp_handler.cc | 1477 CHECK_GT(replyLen, 0); in DDM_Chunk() 1724 CHECK_GT(expandBufGetLength(pReply), 0U) << GetCommandName(request) << " " << request.GetId(); in ProcessRequest()
|
/art/runtime/gc/space/ |
D | large_object_space.cc | 165 CHECK_GT(header->GetPrevFree(), size_t(0)); in RemoveFreePrev()
|
D | dlmalloc_space.cc | 430 CHECK_GT(original_end + increment, Begin()); in MoreCore()
|
/art/dex2oat/ |
D | dex2oat.cc | 513 CHECK_GT(kWatchDogTimeoutSeconds, kWatchDogWarningSeconds); in Wait()
|
/art/compiler/driver/ |
D | compiler_driver.cc | 1374 CHECK_GT(work_units, 0U); in ForAll() 2386 CHECK_GT(status, it->second->GetStatus()); in RecordClassStatus()
|
/art/compiler/utils/arm/ |
D | assembler_arm.cc | 1456 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/ |
D | mark_sweep.cc | 1407 CHECK_GT(chunk_size, 0U); in ProcessMarkStackParallel()
|
/art/compiler/utils/x86/ |
D | assembler_x86.cc | 1320 CHECK_GT(length, 0); in EmitOperand()
|
/art/runtime/gc/ |
D | heap.cc | 157 CHECK_GT(oat_file_end_addr, image_space->End()); in Heap()
|