Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dassembler-arm64.cc370 int ConstPool::SizeIfEmittedAtCurrentPc(bool require_jump) { in SizeIfEmittedAtCurrentPc() argument
378 int prologue_size = require_jump ? kInstructionSize : 0; in SizeIfEmittedAtCurrentPc()
388 void ConstPool::Emit(bool require_jump) { in Emit() argument
393 int size = SizeIfEmittedAtCurrentPc(require_jump); in Emit()
418 if (require_jump) { in Emit()
3006 void Assembler::CheckConstPool(bool force_emit, bool require_jump) { in CheckConstPool() argument
3040 CheckVeneerPool(false, require_jump, in CheckConstPool()
3052 constpool_.Emit(require_jump); in CheckConstPool()
3146 void Assembler::CheckVeneerPool(bool force_emit, bool require_jump, in CheckVeneerPool() argument
3164 if (!require_jump) { in CheckVeneerPool()
[all …]
Dassembler-arm64.h715 int SizeIfEmittedAtCurrentPc(bool require_jump);
718 void Emit(bool require_jump);
1830 void CheckConstPool(bool force_emit, bool require_jump);
1861 void CheckVeneerPool(bool force_emit, bool require_jump,
/external/v8/src/arm/
Dassembler-arm.cc4955 void Assembler::CheckConstPool(bool force_emit, bool require_jump) { in CheckConstPool() argument
4982 int jump_instr = require_jump ? kInstrSize : 0; in CheckConstPool()
5019 (!require_jump && (dist64 >= kMaxDistToFPPool / 2))) { in CheckConstPool()
5026 (!require_jump && (dist32 >= kMaxDistToIntPool / 2))) { in CheckConstPool()
5078 if (require_jump) { in CheckConstPool()
Dassembler-arm.h1630 void CheckConstPool(bool force_emit, bool require_jump);