Home
last modified time | relevance | path

Searched refs:BlockGrowBufferScope (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/mips/
Dassembler-mips.h1707 class BlockGrowBufferScope {
1709 explicit BlockGrowBufferScope(Assembler* assem) : assem_(assem) { in BlockGrowBufferScope() function
1712 ~BlockGrowBufferScope() { in ~BlockGrowBufferScope()
1719 DISALLOW_IMPLICIT_CONSTRUCTORS(BlockGrowBufferScope);
/external/v8/src/mips64/
Dassembler-mips64.h1782 class BlockGrowBufferScope {
1784 explicit BlockGrowBufferScope(Assembler* assem) : assem_(assem) { in BlockGrowBufferScope() function
1787 ~BlockGrowBufferScope() { in ~BlockGrowBufferScope()
1794 DISALLOW_IMPLICIT_CONSTRUCTORS(BlockGrowBufferScope);