Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dassembler-mips.h1019 class BlockGrowBufferScope {
1021 explicit BlockGrowBufferScope(Assembler* assem) : assem_(assem) { in BlockGrowBufferScope() function
1024 ~BlockGrowBufferScope() { in ~BlockGrowBufferScope()
1031 DISALLOW_IMPLICIT_CONSTRUCTORS(BlockGrowBufferScope);
Dmacro-assembler-mips.cc3745 BlockGrowBufferScope block_buf_growth(this); in BranchLong()
3756 BlockGrowBufferScope block_buf_growth(this); in BranchLong()
3786 BlockGrowBufferScope block_buf_growth(this); in BranchAndLinkLong()
3797 BlockGrowBufferScope block_buf_growth(this); in BranchAndLinkLong()
Dassembler-mips.cc3165 BlockGrowBufferScope block_buf_growth(this); in CheckTrampolinePool()
3180 BlockGrowBufferScope block_buf_growth(this); in CheckTrampolinePool()
/external/v8/src/mips64/
Dassembler-mips64.h1078 class BlockGrowBufferScope {
1080 explicit BlockGrowBufferScope(Assembler* assem) : assem_(assem) { in BlockGrowBufferScope() function
1083 ~BlockGrowBufferScope() { in ~BlockGrowBufferScope()
1090 DISALLOW_IMPLICIT_CONSTRUCTORS(BlockGrowBufferScope);
Dmacro-assembler-mips64.cc3916 BlockGrowBufferScope block_buf_growth(this); in BranchLong()
3936 BlockGrowBufferScope block_buf_growth(this); in BranchAndLinkLong()
Dassembler-mips64.cc3428 { BlockGrowBufferScope block_buf_growth(this); in CheckTrampolinePool()