Searched refs:constpool_ (Results 1 – 2 of 2) sorted by relevance
551 constpool_(this), in Assembler()562 DCHECK(constpool_.IsEmpty()); in ~Assembler()579 constpool_.Clear(); in Reset()590 DCHECK(constpool_.IsEmpty()); in GetCode()873 DCHECK(pc_offset() < constpool_.MaxPcOffset()); in EndBlockConstPool()2847 constpool_.RecordEntry(data, rmode); in RecordRelocInfo()2877 DCHECK(pc_limit < constpool_.MaxPcOffset()); in BlockConstPoolFor()2897 if (constpool_.IsEmpty()) { in CheckConstPool()2908 int dist = constpool_.DistanceToFirstUse(); in CheckConstPool()2909 int count = constpool_.EntryCount(); in CheckConstPool()[all …]
825 constpool_.Clear(); in AbortedCodeGeneration()1749 bool IsConstPoolEmpty() const { return constpool_.IsEmpty(); } in IsConstPoolEmpty()2158 ConstPool constpool_; variable