Home
last modified time | relevance | path

Searched refs:after_pool (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/codegen/
H A Dconstant-pool.cc289 Label after_pool; in EmitAndClear() local
290 if (require_jump == Jump::kRequired) assm_->b(&after_pool); in EmitAndClear()
298 if (after_pool.is_linked()) assm_->bind(&after_pool); in EmitAndClear()
537 Label after_pool; in EmitAndClear() local
538 if (require_jump == Jump::kRequired) assm_->b(&after_pool); in EmitAndClear()
546 assm_->bind(&after_pool); in EmitAndClear()
/third_party/vixl/src/
H A Dpool-manager-impl.h244 T after_pool = AlignDown(last.max_location_, last.alignment_) + in MustEmit() local
248 if (last_reachable >= after_pool) return false; in MustEmit()
/third_party/vixl/test/aarch32/
H A Dtest-assembler-aarch32.cc2130 Label after_pool; in TEST() local
2131 __ B(&after_pool); in TEST()
2138 __ Bind(&after_pool); in TEST()
2300 Label after_pool; in TEST() local
2301 __ B(&after_pool); in TEST()
2303 __ Bind(&after_pool); in TEST()
2688 Label after_pool; in TEST_T32() local
2692 __ b(Narrow, &after_pool); in TEST_T32()
2695 __ bind(&after_pool); in TEST_T32()
/third_party/node/deps/v8/src/codegen/loong64/
H A Dassembler-loong64.cc2246 Label after_pool; in CheckTrampolinePool() local
2247 b(&after_pool); in CheckTrampolinePool()
2253 b(&after_pool); in CheckTrampolinePool()
2259 bind(&after_pool); in CheckTrampolinePool()
/third_party/node/deps/v8/src/codegen/mips/
H A Dassembler-mips.cc3664 Label after_pool; in CheckTrampolinePool() local
3666 bc(&after_pool); in CheckTrampolinePool()
3668 b(&after_pool); in CheckTrampolinePool()
3676 bc(&after_pool); in CheckTrampolinePool()
3684 // If unbound_labels_count_ is big enough, label after_pool will in CheckTrampolinePool()
3689 bind(&after_pool); in CheckTrampolinePool()
/third_party/node/deps/v8/src/codegen/mips64/
H A Dassembler-mips64.cc3864 Label after_pool; in CheckTrampolinePool() local
3866 bc(&after_pool); in CheckTrampolinePool()
3868 b(&after_pool); in CheckTrampolinePool()
3876 bc(&after_pool); in CheckTrampolinePool()
3893 // If unbound_labels_count_ is big enough, label after_pool will in CheckTrampolinePool()
3898 bind(&after_pool); in CheckTrampolinePool()
/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm.cc5398 Label after_pool; in CheckConstPool() local
5400 b(&after_pool); in CheckConstPool()
5465 if (after_pool.is_linked()) { in CheckConstPool()
5466 bind(&after_pool); in CheckConstPool()
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dassembler-riscv64.cc3762 Label after_pool; in CheckTrampolinePool() local
3763 j(&after_pool); in CheckTrampolinePool()
3768 imm64 = branch_long_offset(&after_pool); in CheckTrampolinePool()
3775 // If unbound_labels_count_ is big enough, label after_pool will in CheckTrampolinePool()
3780 bind(&after_pool); in CheckTrampolinePool()

Completed in 49 milliseconds