Home
last modified time | relevance | path

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

/art/tools/jvmti-agents/titrace/
Dtitrace.cc161 RecordInstruction(bytecode.bytecode_.GetMemory() + actual_location); in OnSingleStep()
165 void RecordInstruction(const uint8_t* instruction) { in RecordInstruction() function