Searched refs:CHECK_IMPLIES (Results 1 – 13 of 13) sorted by relevance
/art/libartbase/base/ |
D | logging.h | 159 #define CHECK_IMPLIES(LHS, RHS) \ macro 168 if (::android::base::kEnableDChecks) CHECK_IMPLIES(a, b)
|
/art/dex2oat/utils/ |
D | swap_space.h | 183 CHECK_IMPLIES(result == nullptr, n == 0u); // Abort if malloc() fails.
|
/art/compiler/optimizing/ |
D | register_allocation_resolver.cc | 309 CHECK_IMPLIES(loc.IsSIMDStackSlot(), in ConnectSiblings() 471 CHECK_IMPLIES(location_source.IsSIMDStackSlot(), in ConnectSplitSiblings()
|
/art/compiler/jni/quick/ |
D | jni_compiler.cc | 437 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/ |
D | dlmalloc_space.cc | 187 CHECK_IMPLIES(kDebugSpaces, Contains(result)); in AllocWithGrowth()
|
/art/runtime/ |
D | vdex_file.cc | 125 CHECK_IMPLIES(mmap_reuse, mmap_addr != nullptr); in OpenAtAddress()
|
D | runtime.cc | 2246 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()
|
D | trace.cc | 767 CHECK_IMPLIES(trace_file == nullptr, output_mode == TraceOutputMode::kDDMS); in Trace()
|
D | oat_file_assistant.cc | 129 CHECK_IMPLIES(load_executable, context != nullptr) << "Loading executable without a context"; in OatFileAssistant()
|
D | thread.h | 448 CHECK_IMPLIES(old_cause == nullptr, tls32_.no_thread_suspension == 1); in EndAssertNoThreadSuspension()
|
/art/runtime/mirror/ |
D | string.cc | 201 CHECK_IMPLIES(utf16_data_in == nullptr, utf16_length == 0); in AllocFromUtf16()
|
D | class.cc | 1546 CHECK_IMPLIES(interface == nullptr, self->IsExceptionPending()); in ResolveDirectInterface()
|
/art/runtime/gc/ |
D | heap.cc | 431 CHECK_IMPLIES(minor_fault_supported, uffd_supported); in Heap() 3876 CHECK_IMPLIES(GCNumberLt(heap->GetCurrentGcNum(), my_gc_num_), runtime->IsShuttingDown(self)); in Run()
|