Searched refs:IsNop (Results 1 – 15 of 15) sorted by relevance
77 return !Assembler::IsNop(rinfo()->pc()); in IsDebugBreakAtSlot()
351 return !Assembler::IsNop(pc()); in IsPatchedDebugBreakSlotSequence()
1423 static bool IsNop(Address addr);
438 bool Assembler::IsNop(Address addr) { in IsNop() function in v8::internal::Assembler
224 return !Assembler::IsNop(current_instr, Assembler::DEBUG_BREAK_NOP); in IsPatchedDebugBreakSlotSequence()
629 return IsNop(instr, type); in IsMarkedCode()
1267 static bool IsNop(Instr instr, int type = NON_MARKING_NOP);
2401 bool Assembler::IsNop(Instr instr, int type) { in IsNop() function in v8::internal::Assembler
289 return !Assembler::IsNop(current_instr, Assembler::DEBUG_BREAK_NOP); in IsPatchedDebugBreakSlotSequence()
975 static bool IsNop(Instr instr, unsigned int type);
445 return IsNop(instr, type); in IsMarkedCode()
578 bool Assembler::IsNop(Instr instr, unsigned int type) { in IsNop() function in v8::internal::Assembler
217 return !Assembler::IsNop(pc()); in IsPatchedDebugBreakSlotSequence()
1094 static bool IsNop(Address addr);
397 bool Assembler::IsNop(Address addr) { in IsNop() function in v8::internal::Assembler