Home
last modified time | relevance | path

Searched defs:threadName (Results 1 – 5 of 5) sorted by relevance

/art/test/2246-trace-stream/src/
DStreamTraceParser.java23 int expectedVersion, String threadName) throws Exception { in CheckTraceFileFormat()
DNonStreamTraceParser.java23 int expectedVersion, String threadName) throws Exception { in CheckTraceFileFormat()
DBaseTraceParser.java147 public boolean ShouldCheckThread(int threadId, String threadName) throws Exception { in ShouldCheckThread()
249 String threadName = threadIdMap.get(threadId); in UpdateThreadEvents() local
258 int expectedVersion, String threadName) throws Exception; in CheckTraceFileFormat()
/art/test/2246-trace-v2/src/
DMain.java180 private static native void dumpTrace(String fileName, String threadName); in dumpTrace()
/art/test/2246-trace-v2/
Ddump_trace.cc221 jstring threadName) { in Java_Main_dumpTrace()