Searched refs:IsNop (Results 1 – 13 of 13) sorted by relevance
77 return !Assembler::IsNop(rinfo()->pc()); in IsDebugBreakAtSlot()
322 return !Assembler::IsNop(pc()); in IsPatchedDebugBreakSlotSequence()
1384 static bool IsNop(Address addr) { return *addr == 0x90; } in IsNop() function
247 return !Assembler::IsNop(current_instr, Assembler::DEBUG_BREAK_NOP); in IsPatchedDebugBreakSlotSequence()
284 return IsNop(instr, type); in IsMarkedCode()
808 static bool IsNop(Instr instr, unsigned int type);
397 bool Assembler::IsNop(Instr instr, unsigned int type) { in IsNop() function in v8::internal::Assembler
191 return !Assembler::IsNop(current_instr, Assembler::DEBUG_BREAK_NOP); in IsPatchedDebugBreakSlotSequence()
433 return IsNop(instr, type); in IsMarkedCode()
1224 static bool IsNop(Instr instr, int type = NON_MARKING_NOP);
2581 bool Assembler::IsNop(Instr instr, int type) { in IsNop() function in v8::internal::Assembler
190 return !Assembler::IsNop(pc()); in IsPatchedDebugBreakSlotSequence()
1036 static bool IsNop(Address addr) { return *addr == 0x90; } in IsNop() function