Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dassembler-arm64.cc364 int ConstPool::SizeIfEmittedAtCurrentPc(bool require_jump) { in SizeIfEmittedAtCurrentPc() argument
372 int prologue_size = require_jump ? kInstructionSize : 0; in SizeIfEmittedAtCurrentPc()
382 void ConstPool::Emit(bool require_jump) { in Emit() argument
387 int size = SizeIfEmittedAtCurrentPc(require_jump); in Emit()
412 if (require_jump) { in Emit()
2886 void Assembler::CheckConstPool(bool force_emit, bool require_jump) { in CheckConstPool() argument
2920 CheckVeneerPool(false, require_jump, in CheckConstPool()
2932 constpool_.Emit(require_jump); in CheckConstPool()
3027 void Assembler::CheckVeneerPool(bool force_emit, bool require_jump, in CheckVeneerPool() argument
3045 if (!require_jump) { in CheckVeneerPool()
[all …]
Dassembler-arm64.h776 int SizeIfEmittedAtCurrentPc(bool require_jump);
779 void Emit(bool require_jump);
1885 void CheckConstPool(bool force_emit, bool require_jump);
1915 void CheckVeneerPool(bool force_emit, bool require_jump,
/external/v8/src/arm/
Dassembler-arm.cc3414 void Assembler::CheckConstPool(bool force_emit, bool require_jump) { in CheckConstPool() argument
3442 int jump_instr = require_jump ? kInstrSize : 0; in CheckConstPool()
3474 (!require_jump && (dist64 >= kMaxDistToFPPool / 2))) { in CheckConstPool()
3481 (!require_jump && (dist32 >= kMaxDistToIntPool / 2))) { in CheckConstPool()
3498 if (require_jump) { in CheckConstPool()
Dassembler-arm.h1478 void CheckConstPool(bool force_emit, bool require_jump);