Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dassembler-arm64.cc553 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 …]
Dassembler-arm64.h906 constpool_.Clear(); in AbortedCodeGeneration()
2860 bool IsConstPoolEmpty() const { return constpool_.IsEmpty(); } in IsConstPoolEmpty()
3499 ConstPool constpool_; variable
3515 return constpool_.EntryCount() * kPointerSize; in GetConstantPoolEntriesSizeForTesting()
/external/v8/src/x64/
Dassembler-x64.cc425 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()
Dassembler-x64.h2426 ConstPool constpool_; variable