Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.h404 current_instruction_id_(start_instruction_id), in allocator_()
508 CHECK_NE(current_instruction_id_, INT32_MAX); in GetNextInstructionId()
509 return current_instruction_id_++; in GetNextInstructionId()
513 return current_instruction_id_; in GetCurrentInstructionId()
517 CHECK_GE(id, current_instruction_id_); in SetCurrentInstructionId()
518 current_instruction_id_ = id; in SetCurrentInstructionId()
805 int32_t current_instruction_id_; variable