Home
last modified time | relevance | path

Searched refs:dist32 (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/codegen/
H A Dconstant-pool.cc365 // We compute {dist32/64}, i.e. the distance from the first instruction in ShouldEmitNow()
371 // (A) {dist32/64} will be out of range at the next check in. in ShouldEmitNow()
372 // (B) Emission can be done behind an unconditional branch and {dist32/64} in ShouldEmitNow()
374 // (C) {dist32/64} exceeds the desired approximate distance to the pool. in ShouldEmitNow()
392 size_t dist32 = pool_end_32 - first_use_32_; in ShouldEmitNow() local
393 bool next_check_too_late = dist32 + 2 * kCheckInterval >= kMaxDistToPool32; in ShouldEmitNow()
395 require_jump == Jump::kOmitted && (dist32 >= kOpportunityDistToPool32); in ShouldEmitNow()
396 bool approximate_distance_exceeded = dist32 >= kApproxDistToPool32; in ShouldEmitNow()
614 // We compute {dist32/64}, i.e. the distance from the first instruction in ShouldEmitNow()
620 // (A) {dist32/6 in ShouldEmitNow()
641 size_t dist32 = pool_end_32 - first_use_32_; ShouldEmitNow() local
[all...]
/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm.cc5362 int dist32 = pc_offset() - first_const_pool_32_use_; in CheckConstPool() local
5365 DCHECK_GE(dist32, kCheckPoolDeadline); in CheckConstPool()
5366 } else if (dist32 < kCheckPoolDeadline / 2) { in CheckConstPool()

Completed in 12 milliseconds