Searched refs:IsNop (Results 1 - 15 of 15) sorted by relevance

/external/v8/src/x64/
H A Ddebug-x64.cc77 return !Assembler::IsNop(rinfo()->pc());
H A Dassembler-x64-inl.h351 return !Assembler::IsNop(pc());
H A Dassembler-x64.h1423 static bool IsNop(Address addr);
H A Dassembler-x64.cc438 bool Assembler::IsNop(Address addr) { function in class:v8::internal::Assembler
/external/v8/src/arm/
H A Dassembler-arm-inl.h224 return !Assembler::IsNop(current_instr, Assembler::DEBUG_BREAK_NOP);
H A Dassembler-arm.h1267 static bool IsNop(Instr instr, int type = NON_MARKING_NOP);
H A Dmacro-assembler-arm.h629 return IsNop(instr, type);
H A Dassembler-arm.cc2401 bool Assembler::IsNop(Instr instr, int type) {
/external/v8/src/mips/
H A Dassembler-mips-inl.h289 return !Assembler::IsNop(current_instr, Assembler::DEBUG_BREAK_NOP);
H A Dassembler-mips.h975 static bool IsNop(Instr instr, unsigned int type);
H A Dmacro-assembler-mips.h445 return IsNop(instr, type);
H A Dassembler-mips.cc578 bool Assembler::IsNop(Instr instr, unsigned int type) { function in class:v8::internal::Assembler
/external/v8/src/ia32/
H A Dassembler-ia32-inl.h217 return !Assembler::IsNop(pc());
H A Dassembler-ia32.h1094 static bool IsNop(Address addr);
H A Dassembler-ia32.cc397 bool Assembler::IsNop(Address addr) { function in class:v8::internal::Assembler

Completed in 178 milliseconds