OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PushOnThreadLocalAllocationStack
(Results
1 - 4
of
4
) sorted by null
/art/runtime/
thread-inl.h
177
inline bool Thread::
PushOnThreadLocalAllocationStack
(mirror::Object* obj) {
thread.h
806
bool
PushOnThreadLocalAllocationStack
(mirror::Object* obj);
[
all
...]
/art/runtime/gc/
heap-inl.h
165
if (UNLIKELY(!self->
PushOnThreadLocalAllocationStack
(*obj))) {
heap.cc
[
all
...]
Completed in 213 milliseconds