Home
last modified time | relevance | path

Searched defs:cursor (Results 1 – 2 of 2) sorted by relevance

/art/compiler/utils/
Dassembler.h330 byte* cursor() const { return cursor_; } in cursor() function
/art/compiler/optimizing/
Dnodes.cc291 void HBasicBlock::InsertInstructionBefore(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionBefore()