Searched refs:BlockConstPoolScope (Results 1 – 8 of 8) sorted by relevance
1052 class V8_NODISCARD BlockConstPoolScope {1054 explicit BlockConstPoolScope(Assembler* assem) : assem_(assem) { in BlockConstPoolScope() function1057 ~BlockConstPoolScope() { assem_->EndBlockConstPool(); } in ~BlockConstPoolScope()1062 DISALLOW_IMPLICIT_CONSTRUCTORS(BlockConstPoolScope);1352 friend class BlockConstPoolScope; variable
182 BlockConstPoolScope block_const_pool(this); in Call()192 BlockConstPoolScope block_const_pool(this); in Call()377 Assembler::BlockConstPoolScope block_const_pool(this); in StoreReturnAddressAndCall()2644 BlockConstPoolScope block_const_pool(this); in CallRecordWriteStub()
1676 BlockConstPoolScope block_const_pool(this); in mov_label_offset()2292 BlockConstPoolScope block_const_pool(this); in stop()5391 BlockConstPoolScope block_const_pool(this); in CheckConstPool()
163 Assembler::BlockConstPoolScope block_const_pool(assembler); in Emit()
2424 using BlockConstPoolScope = ConstantPool::BlockScope; variable2444 BlockConstPoolScope block_const_pool_;
2123 TurboAssembler::BlockConstPoolScope block_pool_;
1177 using BlockConstPoolScope = ConstantPool::BlockScope; variable
632 Assembler::BlockConstPoolScope block_const_pool(masm); in Generate_JSEntryVariant()