Searched defs:cursor (Results 1 – 2 of 2) sorted by relevance
330 byte* cursor() const { return cursor_; } in cursor() function
291 void HBasicBlock::InsertInstructionBefore(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionBefore()