Lines Matching refs:idx
122 RegisterLine* GetLine(size_t idx) { in GetLine() argument
123 DCHECK_LT(idx, size_); in GetLine()
124 return register_lines_[idx]; in GetLine()
356 bool CheckRegisterIndex(uint32_t idx);
359 bool CheckWideRegisterIndex(uint32_t idx);
363 bool CheckFieldIndex(uint32_t idx);
367 bool CheckMethodIndex(uint32_t idx);
371 bool CheckNewInstance(uint32_t idx);
374 bool CheckStringIndex(uint32_t idx);
378 bool CheckTypeIndex(uint32_t idx);
382 bool CheckNewArray(uint32_t idx);