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

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

Completed in 1199 milliseconds