OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getThreadData
(Results
1 - 7
of
7
) sorted by null
/sdk/traceview/src/com/android/traceview/
Call.java
96
public ThreadData
getThreadData
() {
DmTraceReader.java
346
ThreadData threadData = call.
getThreadData
();
621
record = new TimeLineView.Record(call.
getThreadData
(), call);
/external/llvm/include/llvm/MC/
SectionKind.h
224
static SectionKind
getThreadData
() { return get(ThreadData); }
/external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp
91
SectionKind::
getThreadData
());
219
return SectionKind::
getThreadData
();
/external/llvm/lib/Target/
TargetLoweringObjectFile.cpp
137
return SectionKind::
getThreadData
();
/external/llvm/lib/MC/
MCObjectFileInfo.cpp
228
SectionKind::
getThreadData
());
/external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp
116
return SectionKind::
getThreadData
();
Completed in 221 milliseconds