/external/v8/src/debug/x64/ |
D | debug-x64.cc | 57 return !Assembler::IsNop(pc); in DebugBreakSlotIsPatched()
|
/external/v8/src/debug/ia32/ |
D | debug-ia32.cc | 56 return !Assembler::IsNop(pc); in DebugBreakSlotIsPatched()
|
/external/v8/src/debug/mips/ |
D | debug-mips.cc | 63 return !Assembler::IsNop(current_instr, Assembler::DEBUG_BREAK_NOP); in DebugBreakSlotIsPatched()
|
/external/v8/src/debug/mips64/ |
D | debug-mips64.cc | 65 return !Assembler::IsNop(current_instr, Assembler::DEBUG_BREAK_NOP); in DebugBreakSlotIsPatched()
|
/external/v8/src/debug/arm64/ |
D | debug-arm64.cc | 81 return !current_instr->IsNop(Assembler::DEBUG_BREAK_NOP); in DebugBreakSlotIsPatched()
|
/external/v8/src/debug/arm/ |
D | debug-arm.cc | 69 return !Assembler::IsNop(current_instr, Assembler::DEBUG_BREAK_NOP); in DebugBreakSlotIsPatched()
|
/external/v8/src/debug/ppc/ |
D | debug-ppc.cc | 71 return !Assembler::IsNop(current_instr, Assembler::DEBUG_BREAK_NOP); in DebugBreakSlotIsPatched()
|
/external/v8/src/debug/s390/ |
D | debug-s390.cc | 76 return !Assembler::IsNop(current_instr, Assembler::DEBUG_BREAK_NOP); in DebugBreakSlotIsPatched()
|
/external/v8/src/debug/x87/ |
D | debug-x87.cc | 56 return !Assembler::IsNop(pc); in DebugBreakSlotIsPatched()
|
/external/v8/src/compiler/ |
D | jump-threading.cc | 88 } else if (instr->IsNop()) { in ComputeForwarding()
|
D | code-generator.cc | 485 if (instr->IsNop() && instr->AreMovesRedundant()) return; in AssembleSourcePosition()
|
D | instruction.h | 899 bool IsNop() const { return arch_opcode() == kArchNop; } in IsNop() function
|
/external/v8/src/s390/ |
D | codegen-s390.cc | 186 return Assembler::IsNop(Assembler::instr_at(candidate)); in IsOld()
|
D | assembler-s390.h | 1325 static bool IsNop(SixByteInstr instr, int type = NON_MARKING_NOP);
|
/external/v8/src/ppc/ |
D | codegen-ppc.cc | 193 return Assembler::IsNop(Assembler::instr_at(candidate)); in IsOld()
|
D | macro-assembler-ppc.h | 664 return IsNop(instr, type); in IsMarkedCode()
|
D | assembler-ppc.h | 1271 static bool IsNop(Instr instr, int type = NON_MARKING_NOP);
|
/external/v8/src/arm64/ |
D | instructions-arm64.h | 353 bool IsNop(int n) { in IsNop() function
|
/external/v8/src/x87/ |
D | assembler-x87.h | 985 static bool IsNop(Address addr);
|
D | assembler-x87.cc | 257 bool Assembler::IsNop(Address addr) { in IsNop() function in v8::internal::Assembler
|
/external/v8/src/arm/ |
D | macro-assembler-arm.h | 744 return IsNop(instr, type); in IsMarkedCode()
|
D | assembler-arm.cc | 923 DCHECK(IsNop(instr_at(pos + kInstrSize), dst.code())); in target_at_put() 925 DCHECK(IsNop(instr_at(pos + 2 * kInstrSize), dst.code())); in target_at_put() 4745 bool Assembler::IsNop(Instr instr, int type) { in IsNop() function in v8::internal::Assembler
|
/external/v8/src/full-codegen/arm64/ |
D | full-codegen-arm64.cc | 2825 ->IsNop(Assembler::INTERRUPT_CODE_NOP) || in PatchAt() 2880 if (jump_or_nop->IsNop(Assembler::INTERRUPT_CODE_NOP)) { in GetBackEdgeState()
|
/external/v8/src/mips/ |
D | assembler-mips.h | 1116 static bool IsNop(Instr instr, unsigned int type);
|
/external/v8/src/mips64/ |
D | assembler-mips64.h | 1178 static bool IsNop(Instr instr, unsigned int type);
|