Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dassembler-arm64.cc354 int ConstPool::SizeIfEmittedAtCurrentPc(bool require_jump) { in SizeIfEmittedAtCurrentPc() argument
362 int prologue_size = require_jump ? kInstructionSize : 0; in SizeIfEmittedAtCurrentPc()
372 void ConstPool::Emit(bool require_jump) { in Emit() argument
377 int size = SizeIfEmittedAtCurrentPc(require_jump); in Emit()
402 if (require_jump) { in Emit()
2926 void Assembler::CheckConstPool(bool force_emit, bool require_jump) { in CheckConstPool() argument
2960 CheckVeneerPool(false, require_jump, in CheckConstPool()
2972 constpool_.Emit(require_jump); in CheckConstPool()
3066 void Assembler::CheckVeneerPool(bool force_emit, bool require_jump, in CheckVeneerPool() argument
3084 if (!require_jump) { in CheckVeneerPool()
[all …]
Dassembler-arm64.h705 int SizeIfEmittedAtCurrentPc(bool require_jump);
708 void Emit(bool require_jump);
1782 void CheckConstPool(bool force_emit, bool require_jump);
1813 void CheckVeneerPool(bool force_emit, bool require_jump,
/external/v8/src/arm/
Dassembler-arm.cc3836 void Assembler::CheckConstPool(bool force_emit, bool require_jump) { in CheckConstPool() argument
3864 int jump_instr = require_jump ? kInstrSize : 0; in CheckConstPool()
3900 (!require_jump && (dist64 >= kMaxDistToFPPool / 2))) { in CheckConstPool()
3907 (!require_jump && (dist32 >= kMaxDistToIntPool / 2))) { in CheckConstPool()
3959 if (require_jump) { in CheckConstPool()
Dassembler-arm.h1448 void CheckConstPool(bool force_emit, bool require_jump);