/external/v8/src/arm64/ |
D | instructions-arm64.h | 328 bool IsNop(int n) { in IsNop() function
|
D | assembler-arm64-inl.h | 851 return !current_instr->IsNop(Assembler::DEBUG_BREAK_NOP);
|
D | full-codegen-arm64.cc | 4887 ->IsNop(Assembler::INTERRUPT_CODE_NOP) || in PatchAt() 4954 if (jump_or_nop->IsNop(Assembler::INTERRUPT_CODE_NOP)) { in GetBackEdgeState()
|
D | assembler-arm64.cc | 3118 CHECK(InstructionAt((i + 1) * kInstructionSize)->IsNop(ADR_FAR_NOP)); in PatchAdrFar()
|
/external/v8/src/mips64/ |
D | assembler-mips64-inl.h | 364 return !Assembler::IsNop(current_instr, Assembler::DEBUG_BREAK_NOP); in IsPatchedDebugBreakSlotSequence()
|
D | assembler-mips64.h | 1099 static bool IsNop(Instr instr, unsigned int type);
|
D | macro-assembler-mips64.h | 481 return IsNop(instr, type); in IsMarkedCode()
|
D | assembler-mips64.cc | 558 bool Assembler::IsNop(Instr instr, unsigned int type) { in IsNop() function in v8::internal::Assembler
|
/external/v8/src/mips/ |
D | assembler-mips-inl.h | 367 return !Assembler::IsNop(current_instr, Assembler::DEBUG_BREAK_NOP); in IsPatchedDebugBreakSlotSequence()
|
D | assembler-mips.h | 1063 static bool IsNop(Instr instr, unsigned int type);
|
D | macro-assembler-mips.h | 460 return IsNop(instr, type); in IsMarkedCode()
|
D | assembler-mips.cc | 586 bool Assembler::IsNop(Instr instr, unsigned int type) { in IsNop() function in v8::internal::Assembler
|
/external/v8/src/ia32/ |
D | assembler-ia32-inl.h | 288 return !Assembler::IsNop(pc()); in IsPatchedDebugBreakSlotSequence()
|
D | assembler-ia32.h | 1076 static bool IsNop(Address addr);
|
D | assembler-ia32.cc | 282 bool Assembler::IsNop(Address addr) { in IsNop() function in v8::internal::Assembler
|
/external/v8/src/x87/ |
D | assembler-x87-inl.h | 289 return !Assembler::IsNop(pc()); in IsPatchedDebugBreakSlotSequence()
|
D | assembler-x87.h | 946 static bool IsNop(Address addr);
|
D | assembler-x87.cc | 277 bool Assembler::IsNop(Address addr) { in IsNop() function in v8::internal::Assembler
|
/external/v8/src/x64/ |
D | assembler-x64-inl.h | 401 return !Assembler::IsNop(pc()); in IsPatchedDebugBreakSlotSequence()
|
D | assembler-x64.h | 1140 static bool IsNop(Address addr);
|
D | assembler-x64.cc | 280 bool Assembler::IsNop(Address addr) { in IsNop() function in v8::internal::Assembler
|
/external/v8/src/arm/ |
D | assembler-arm-inl.h | 316 return !Assembler::IsNop(current_instr, Assembler::DEBUG_BREAK_NOP); in IsPatchedDebugBreakSlotSequence()
|
D | macro-assembler-arm.h | 695 return IsNop(instr, type); in IsMarkedCode()
|
D | assembler-arm.h | 1451 static bool IsNop(Instr instr, int type = NON_MARKING_NOP);
|
D | assembler-arm.cc | 822 DCHECK(IsNop(instr_at(pos + kInstrSize), dst.code())); in target_at_put() 3185 bool Assembler::IsNop(Instr instr, int type) { in IsNop() function in v8::internal::Assembler
|