Home
last modified time | relevance | path

Searched refs:old_index (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dtrace.cc622 int old_index = GetMethodTraceIndex(reinterpret_cast<uintptr_t*>(buffer)); in AddMethodInfoWriteTask() local
626 new MethodInfoWriterTask(this, old_index, reinterpret_cast<uintptr_t*>(buffer), offset)); in AddMethodInfoWriteTask()
1644 int old_index = GetMethodTraceIndex(method_trace_entries); in FlushBuffer() local
1649 new TraceEntriesWriterTask(this, old_index, method_trace_entries, *current_offset, tid)); in FlushBuffer()