Home
last modified time | relevance | path

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

12

/art/runtime/
Dmemory_region.cc29 CHECK_GT(from.size(), 0U); in CopyFrom()
Doat.cc191 CHECK_GT(executable_offset_, sizeof(OatHeader)); in GetExecutableOffset()
197 CHECK_GT(executable_offset, sizeof(OatHeader)); in SetExecutableOffset()
Dindirect_reference_table.cc74 CHECK_GT(initialCount, 0U); in IndirectReferenceTable()
Dthread_list.cc675 CHECK_GT(thread->GetSuspendCount(), 0); in SuspendThreadByPeer()
774 CHECK_GT(thread->GetSuspendCount(), 0); in SuspendThreadByThreadId()
892 CHECK_GT(self->GetSuspendCount(), 0); in SuspendSelfForDebugger()
Dinstrumentation.cc644 CHECK_GT(quick_alloc_entry_points_instrumentation_counter_, 0U); in UninstrumentQuickAllocEntryPointsLocked()
980 CHECK_GT(stack->size(), 0U); in PopInstrumentationStackFrame()
1037 CHECK_GT(stack->size(), 0U); in PopMethodForUnwind()
Dthread.h271 CHECK_GT(tls32_.no_thread_suspension, 0U); in EndAssertNoThreadSuspension()
Ddex_file.cc416 CHECK_GT(size_, 0U) << GetLocation(); in DexFile()
/art/runtime/jit/
Djit_code_cache_test.cc95 CHECK_GT(code_bytes, 0u); in TEST_F()
97 CHECK_GT(data_bytes, 0u); in TEST_F()
Djit_code_cache.cc29 CHECK_GT(capacity, 0U); in Create()
Djit.cc167 CHECK_GT(compile_threshold, 0U); in CreateInstrumentationCache()
/art/runtime/base/
Dlogging.h134 #define CHECK_GT(x, y) CHECK_OP(x, y, >) macro
183 #define DCHECK_GT(x, y) if (::art::kEnableDChecks) CHECK_GT(x, y)
/art/compiler/jni/quick/
Dcalling_convention.cc232 CHECK_GT(result, HandleScopeNumRefsOffset().Int32Value()); in CurrentParamHandleScopeEntryOffset()
Djni_compiler.cc553 CHECK_GT(in_off.Uint32Value(), frame_size); in CopyParameter()
/art/test/137-cfi/
Dcfi.cc65 CHECK_GT(seq.size(), 0U); in CheckStack()
/art/runtime/jdwp/
Djdwp_main.cc76 CHECK_GT(count, 0U); in ConsumeBytes()
Djdwp_event.cc456 CHECK_GT(pMod->count.count, 0); in ModsMatch()
1293 CHECK_GT(iov_count, 0); in DdmSendChunkV()
Djdwp_handler.cc1392 CHECK_GT(replyLen, 0); in DDM_Chunk()
1654 CHECK_GT(expandBufGetLength(pReply), 0U) << GetCommandName(request) << " " << request->GetId(); in ProcessRequest()
/art/runtime/gc/allocator/
Drosalloc.cc1918 CHECK_GT(num_pages, static_cast<uintptr_t>(0)) in Verify()
1946 CHECK_GT(obj_size + valgrind_modifier, kLargeSizeThreshold) in Verify()
1967 CHECK_GT(num_pages, static_cast<uintptr_t>(0)) in Verify()
2025 CHECK_GT(num_vec, 0U); in Verify()
2166 CHECK_GT(pages, 0U) << "Infinite loop probable"; in ReleasePages()
/art/compiler/utils/arm/
Dassembler_arm.cc411 CHECK_GT(frame_size, pushed_values * kFramePointerSize); // Must at least have space for Method*. in BuildFrame()
456 CHECK_GT(frame_size, pop_values * kFramePointerSize); in RemoveFrame()
Dassembler_thumb2.h567 CHECK_GT(delta, 0); in Move()
/art/runtime/gc/space/
Dlarge_object_space.cc397 CHECK_GT(info->GetPrevFree(), 0U); in RemoveFreePrev()
/art/imgdiag/
Dimgdiag.cc670 CHECK_GT(boot_map.end, remote); in FixUpRemotePointer()
/art/compiler/driver/
Dcompiler_driver.cc1616 CHECK_GT(work_units, 0U); in ForAll()
2373 CHECK_GT(status, it->second->GetStatus()); in RecordClassStatus()
/art/patchoat/
Dpatchoat.cc516 CHECK_GT(image_->Size(), sizeof(ImageHeader)); in PatchImage()
/art/runtime/gc/collector/
Dmark_sweep.cc1293 CHECK_GT(chunk_size, 0U); in ProcessMarkStackParallel()

12