Home
last modified time | relevance | path

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

/art/tools/jvmti-agents/titrace/
Dtitrace.cc93 : bytecode_(env, memory, static_cast<size_t>(size)) { in MethodBytecode()
96 TiMemory<uint8_t> bytecode_; member
160 CHECK_LE(actual_location, bytecode.bytecode_.Size()); in OnSingleStep()
161 RecordInstruction(bytecode.bytecode_.GetMemory() + actual_location); in OnSingleStep()