Home
last modified time | relevance | path

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

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