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()
DBaseTraceParser.java143 public boolean ShouldCheckThread(int threadId, String threadName) throws Exception { in ShouldCheckThread()
217 String threadName = threadIdMap.get(threadId); in UpdateThreadEvents() local
226 int expectedVersion, String threadName) throws Exception; in CheckTraceFileFormat()
DNonStreamTraceParser.java23 int expectedVersion, String threadName) throws Exception { in CheckTraceFileFormat()
/art/test/2246-trace-v2/src/
DMain.java177 private static native void dumpTrace(String fileName, String threadName); in dumpTrace()
/art/test/2246-trace-v2/
Ddump_trace.cc245 jstring threadName) { in Java_Main_dumpTrace()