Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dassembler-mips.h974 class BlockGrowBufferScope {
976 explicit BlockGrowBufferScope(Assembler* assem) : assem_(assem) { in BlockGrowBufferScope() function
979 ~BlockGrowBufferScope() { in ~BlockGrowBufferScope()
986 DISALLOW_IMPLICIT_CONSTRUCTORS(BlockGrowBufferScope);
Dmacro-assembler-mips.cc2973 { BlockGrowBufferScope block_buf_growth(this); in J()
2990 { BlockGrowBufferScope block_buf_growth(this); in Jr()
3010 { BlockGrowBufferScope block_buf_growth(this); in Jalr()
Dassembler-mips.cc2527 { BlockGrowBufferScope block_buf_growth(this); in CheckTrampolinePool()
/external/v8/src/mips64/
Dassembler-mips64.h1010 class BlockGrowBufferScope {
1012 explicit BlockGrowBufferScope(Assembler* assem) : assem_(assem) { in BlockGrowBufferScope() function
1015 ~BlockGrowBufferScope() { in ~BlockGrowBufferScope()
1022 DISALLOW_IMPLICIT_CONSTRUCTORS(BlockGrowBufferScope);
Dmacro-assembler-mips64.cc2884 { BlockGrowBufferScope block_buf_growth(this); in J()
2901 { BlockGrowBufferScope block_buf_growth(this); in Jr()
2920 { BlockGrowBufferScope block_buf_growth(this); in Jalr()
Dassembler-mips64.cc2766 { BlockGrowBufferScope block_buf_growth(this); in CheckTrampolinePool()