Searched refs:constpool_ (Results 1 – 4 of 4) sorted by relevance
553 constpool_(this), in Assembler()562 DCHECK(constpool_.IsEmpty()); in ~Assembler()579 constpool_.Clear(); in Reset()611 DCHECK(constpool_.IsEmpty()); in GetCode()914 DCHECK(pc_offset() < constpool_.MaxPcOffset()); in EndBlockConstPool()4775 write_reloc_info = constpool_.RecordEntry(data, rmode); in RecordRelocInfo()4816 DCHECK(pc_limit < constpool_.MaxPcOffset()); in BlockConstPoolFor()4836 if (constpool_.IsEmpty()) { in CheckConstPool()4847 int dist = constpool_.DistanceToFirstUse(); in CheckConstPool()4848 int count = constpool_.EntryCount(); in CheckConstPool()[all …]
906 constpool_.Clear(); in AbortedCodeGeneration()2860 bool IsConstPoolEmpty() const { return constpool_.IsEmpty(); } in IsConstPoolEmpty()3499 ConstPool constpool_; variable3515 return constpool_.EntryCount() * kPointerSize; in GetConstantPoolEntriesSizeForTesting()
425 if (constpool_.IsEmpty()) { in PatchConstPool()428 constpool_.PatchEntries(); in PatchConstPool()442 : AssemblerBase(options, buffer, buffer_size), constpool_(this) { in Assembler()456 DCHECK(constpool_.IsEmpty()); in GetCode()1800 if (constpool_.TryRecordEntry(value, rmode)) { in movp()1822 if (constpool_.TryRecordEntry(value, rmode)) { in movq()
2426 ConstPool constpool_; variable