OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsThreadLocal
(Results
1 - 3
of
3
) sorted by null
/art/runtime/gc/allocator/
rosalloc.h
199
bool
IsThreadLocal
() const {
/external/llvm/lib/Target/Mips/
MipsFastISel.cpp
349
bool
IsThreadLocal
= GVar && GVar->
isThreadLocal
();
351
if (
IsThreadLocal
)
/external/llvm/lib/Target/ARM/
ARMFastISel.cpp
588
bool
IsThreadLocal
= GVar && GVar->
isThreadLocal
();
589
if (!Subtarget->isTargetMachO() &&
IsThreadLocal
) return 0;
[
all
...]
Completed in 126 milliseconds