OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:thread_local_run
(Results
1 - 3
of
3
) sorted by null
/art/runtime/gc/allocator/
rosalloc-inl.h
66
Run*
thread_local_run
= reinterpret_cast<Run*>(self->GetRosAllocRun(idx));
local
70
CHECK(non_full_runs_[idx].find(
thread_local_run
) == non_full_runs_[idx].end());
71
CHECK(full_runs_[idx].find(
thread_local_run
) == full_runs_[idx].end());
73
DCHECK(
thread_local_run
!= nullptr);
74
DCHECK(
thread_local_run
->IsThreadLocal() ||
thread_local_run
== dedicated_full_run_);
75
return !
thread_local_run
->IsFull();
86
Run*
thread_local_run
= reinterpret_cast<Run*>(self->GetRosAllocRun(idx));
local
90
CHECK(non_full_runs_[idx].find(
thread_local_run
) == non_full_runs_[idx].end());
91
CHECK(full_runs_[idx].find(
thread_local_run
) == full_runs_[idx].end())
[
all
...]
rosalloc.cc
662
Run*
thread_local_run
= reinterpret_cast<Run*>(self->GetRosAllocRun(idx));
local
667
CHECK(non_full_runs_[idx].find(
thread_local_run
) == non_full_runs_[idx].end());
668
CHECK(full_runs_[idx].find(
thread_local_run
) == full_runs_[idx].end());
670
DCHECK(
thread_local_run
!= nullptr);
671
DCHECK(
thread_local_run
->IsThreadLocal() ||
thread_local_run
== dedicated_full_run_);
672
slot_addr =
thread_local_run
->AllocSlot();
674
DCHECK(
thread_local_run
!= dedicated_full_run_ || slot_addr == nullptr)
678
DCHECK(
thread_local_run
->IsFull());
682
if (
thread_local_run
->MergeThreadLocalFreeListToFreeList(&is_all_free_after_merge))
1511
Run*
thread_local_run
= reinterpret_cast<Run*>(thread->GetRosAllocRun(idx));
local
1602
Run*
thread_local_run
= reinterpret_cast<Run*>(thread->GetRosAllocRun(idx));
local
1845
Run*
thread_local_run
= reinterpret_cast<Run*>(thread->GetRosAllocRun(i));
local
1889
Run*
thread_local_run
= reinterpret_cast<Run*>(thread->GetRosAllocRun(i));
local
[
all
...]
/system/core/libbacktrace/testdata/arm/
libart.so
Completed in 912 milliseconds