Home
last modified time | relevance | path

Searched refs:CHECK_IMPLIES (Results 1 – 13 of 13) sorted by relevance

/art/libartbase/base/
Dlogging.h159 #define CHECK_IMPLIES(LHS, RHS) \ macro
168 if (::android::base::kEnableDChecks) CHECK_IMPLIES(a, b)
/art/dex2oat/utils/
Dswap_space.h183 CHECK_IMPLIES(result == nullptr, n == 0u); // Abort if malloc() fails.
/art/compiler/optimizing/
Dregister_allocation_resolver.cc309 CHECK_IMPLIES(loc.IsSIMDStackSlot(), in ConnectSiblings()
471 CHECK_IMPLIES(location_source.IsSIMDStackSlot(), in ConnectSplitSiblings()
/art/compiler/jni/quick/
Djni_compiler.cc437 CHECK_IMPLIES(is_critical_native, !main_jni_conv->UseTailCall()); in ArtJniCompileMethodInternal()
459 CHECK_IMPLIES(is_critical_native, !main_jni_conv->UseTailCall()); in ArtJniCompileMethodInternal()
/art/runtime/gc/space/
Ddlmalloc_space.cc187 CHECK_IMPLIES(kDebugSpaces, Contains(result)); in AllocWithGrowth()
/art/runtime/
Dvdex_file.cc125 CHECK_IMPLIES(mmap_reuse, mmap_addr != nullptr); in OpenAtAddress()
Druntime.cc2246 CHECK_IMPLIES(main_thread_group_ == nullptr, IsAotCompiler()); in InitThreadGroups()
2249 CHECK_IMPLIES(system_thread_group_ == nullptr, IsAotCompiler()); in InitThreadGroups()
2253 CHECK_IMPLIES(main_thread_group_ == nullptr, IsAotCompiler()); in GetMainThreadGroup()
2258 CHECK_IMPLIES(system_thread_group_ == nullptr, IsAotCompiler()); in GetSystemThreadGroup()
2263 CHECK_IMPLIES(system_class_loader_ == nullptr, IsAotCompiler()); in GetSystemClassLoader()
Dtrace.cc767 CHECK_IMPLIES(trace_file == nullptr, output_mode == TraceOutputMode::kDDMS); in Trace()
Doat_file_assistant.cc129 CHECK_IMPLIES(load_executable, context != nullptr) << "Loading executable without a context"; in OatFileAssistant()
Dthread.h448 CHECK_IMPLIES(old_cause == nullptr, tls32_.no_thread_suspension == 1); in EndAssertNoThreadSuspension()
/art/runtime/mirror/
Dstring.cc201 CHECK_IMPLIES(utf16_data_in == nullptr, utf16_length == 0); in AllocFromUtf16()
Dclass.cc1546 CHECK_IMPLIES(interface == nullptr, self->IsExceptionPending()); in ResolveDirectInterface()
/art/runtime/gc/
Dheap.cc431 CHECK_IMPLIES(minor_fault_supported, uffd_supported); in Heap()
3876 CHECK_IMPLIES(GCNumberLt(heap->GetCurrentGcNum(), my_gc_num_), runtime->IsShuttingDown(self)); in Run()