Home
last modified time | relevance | path

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

/external/v8/src/x64/
Ddebug-x64.cc77 return !Assembler::IsNop(rinfo()->pc()); in IsDebugBreakAtSlot()
Dassembler-x64-inl.h322 return !Assembler::IsNop(pc()); in IsPatchedDebugBreakSlotSequence()
Dassembler-x64.h1384 static bool IsNop(Address addr) { return *addr == 0x90; } in IsNop() function
/external/v8/src/mips/
Dassembler-mips-inl.h247 return !Assembler::IsNop(current_instr, Assembler::DEBUG_BREAK_NOP); in IsPatchedDebugBreakSlotSequence()
Dmacro-assembler-mips.h284 return IsNop(instr, type); in IsMarkedCode()
Dassembler-mips.h808 static bool IsNop(Instr instr, unsigned int type);
Dassembler-mips.cc397 bool Assembler::IsNop(Instr instr, unsigned int type) { in IsNop() function in v8::internal::Assembler
/external/v8/src/arm/
Dassembler-arm-inl.h191 return !Assembler::IsNop(current_instr, Assembler::DEBUG_BREAK_NOP); in IsPatchedDebugBreakSlotSequence()
Dmacro-assembler-arm.h433 return IsNop(instr, type); in IsMarkedCode()
Dassembler-arm.h1224 static bool IsNop(Instr instr, int type = NON_MARKING_NOP);
Dassembler-arm.cc2581 bool Assembler::IsNop(Instr instr, int type) { in IsNop() function in v8::internal::Assembler
/external/v8/src/ia32/
Dassembler-ia32-inl.h190 return !Assembler::IsNop(pc()); in IsPatchedDebugBreakSlotSequence()
Dassembler-ia32.h1036 static bool IsNop(Address addr) { return *addr == 0x90; } in IsNop() function