Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dassembler-arm.h1146 class BlockConstPoolScope {
1148 explicit BlockConstPoolScope(Assembler* assem) : assem_(assem) { in BlockConstPoolScope() function
1151 ~BlockConstPoolScope() { in ~BlockConstPoolScope()
1158 DISALLOW_IMPLICIT_CONSTRUCTORS(BlockConstPoolScope);
1356 friend class BlockConstPoolScope; variable
Ddebug-arm.cc279 Assembler::BlockConstPoolScope block_const_pool(masm); in GenerateSlot()
Dmacro-assembler-arm.cc120 BlockConstPoolScope block_const_pool(this); in Call()
154 BlockConstPoolScope block_const_pool(this); in Call()
Dfull-codegen-arm.cc325 { Assembler::BlockConstPoolScope block_const_pool(masm_); in EmitReturnSequence()