HomeSort by relevance Sort by last modified time
    Searched refs:IsThreadLocal (Results 1 - 7 of 7) sorted by null

  /art/runtime/gc/allocator/
rosalloc.cc 547 DCHECK(!new_run->IsThreadLocal());
578 DCHECK(!non_full_run->IsThreadLocal());
664 DCHECK(thread_local_run->IsThreadLocal() || thread_local_run == dedicated_full_run_);
715 DCHECK(thread_local_run->IsThreadLocal());
755 if (LIKELY(run->IsThreadLocal())) {
    [all...]
rosalloc.h 199 bool IsThreadLocal() const {
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp 349 bool IsThreadLocal = GVar && GVar->isThreadLocal();
351 if (IsThreadLocal)
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c     [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 588 bool IsThreadLocal = GVar && GVar->isThreadLocal();
589 if (!Subtarget->isTargetMachO() && IsThreadLocal) return 0;
    [all...]

Completed in 280 milliseconds