Searched refs:DEBUG_BREAK_NOP (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/v8/src/arm64/
H A Ddebug-arm64.cc85 // mov x0, x0 @ nop DEBUG_BREAK_NOP
86 // mov x0, x0 @ nop DEBUG_BREAK_NOP
87 // mov x0, x0 @ nop DEBUG_BREAK_NOP
88 // mov x0, x0 @ nop DEBUG_BREAK_NOP
328 __ nop(Assembler::DEBUG_BREAK_NOP);
H A Dassembler-arm64.h1569 DEBUG_BREAK_NOP,
1572 FIRST_NOP_MARKER = DEBUG_BREAK_NOP,
H A Dassembler-arm64-inl.h851 return !current_instr->IsNop(Assembler::DEBUG_BREAK_NOP);
/external/chromium_org/v8/src/mips64/
H A Ddebug-mips64.cc72 // nop(DEBUG_BREAK_NOP) - nop(1) is sll(zero_reg, zero_reg, 1)
73 // nop(DEBUG_BREAK_NOP)
74 // nop(DEBUG_BREAK_NOP)
75 // nop(DEBUG_BREAK_NOP)
76 // nop(DEBUG_BREAK_NOP)
77 // nop(DEBUG_BREAK_NOP)
280 __ nop(MacroAssembler::DEBUG_BREAK_NOP);
H A Dassembler-mips64-inl.h364 return !Assembler::IsNop(current_instr, Assembler::DEBUG_BREAK_NOP);
H A Dassembler-mips64.h597 DEBUG_BREAK_NOP, enumerator in enum:v8::internal::Assembler::NopMarkerTypes
/external/chromium_org/v8/src/arm/
H A Ddebug-arm.cc268 __ nop(MacroAssembler::DEBUG_BREAK_NOP);
H A Dassembler-arm-inl.h316 return !Assembler::IsNop(current_instr, Assembler::DEBUG_BREAK_NOP);
H A Dassembler-arm.h1289 DEBUG_BREAK_NOP, enumerator in enum:v8::internal::Assembler::NopMarkerTypes
/external/chromium_org/v8/src/mips/
H A Ddebug-mips.cc73 // nop(DEBUG_BREAK_NOP) - nop(1) is sll(zero_reg, zero_reg, 1)
74 // nop(DEBUG_BREAK_NOP)
75 // nop(DEBUG_BREAK_NOP)
76 // nop(DEBUG_BREAK_NOP)
277 __ nop(MacroAssembler::DEBUG_BREAK_NOP);
H A Dassembler-mips-inl.h367 return !Assembler::IsNop(current_instr, Assembler::DEBUG_BREAK_NOP);
H A Dassembler-mips.h606 DEBUG_BREAK_NOP, enumerator in enum:v8::internal::Assembler::NopMarkerTypes

Completed in 623 milliseconds