Searched refs:constpool_ (Results 1 – 2 of 2) sorted by relevance
541 constpool_(this), in Assembler()552 DCHECK(constpool_.IsEmpty()); in ~Assembler()569 constpool_.Clear(); in Reset()581 DCHECK(constpool_.IsEmpty()); in GetCode()880 DCHECK(pc_offset() < constpool_.MaxPcOffset()); in EndBlockConstPool()2887 constpool_.RecordEntry(data, rmode); in RecordRelocInfo()2917 DCHECK(pc_limit < constpool_.MaxPcOffset()); in BlockConstPoolFor()2937 if (constpool_.IsEmpty()) { in CheckConstPool()2948 int dist = constpool_.DistanceToFirstUse(); in CheckConstPool()2949 int count = constpool_.EntryCount(); in CheckConstPool()[all …]
754 constpool_.Clear(); in AbortedCodeGeneration()1645 bool IsConstPoolEmpty() const { return constpool_.IsEmpty(); } in IsConstPoolEmpty()2052 ConstPool constpool_; variable