Home
last modified time | relevance | path

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

12

/external/v8/src/arm64/
Dinstructions-arm64.h328 bool IsNop(int n) { in IsNop() function
Dassembler-arm64-inl.h851 return !current_instr->IsNop(Assembler::DEBUG_BREAK_NOP);
Dfull-codegen-arm64.cc4887 ->IsNop(Assembler::INTERRUPT_CODE_NOP) || in PatchAt()
4954 if (jump_or_nop->IsNop(Assembler::INTERRUPT_CODE_NOP)) { in GetBackEdgeState()
Dassembler-arm64.cc3118 CHECK(InstructionAt((i + 1) * kInstructionSize)->IsNop(ADR_FAR_NOP)); in PatchAdrFar()
/external/v8/src/mips64/
Dassembler-mips64-inl.h364 return !Assembler::IsNop(current_instr, Assembler::DEBUG_BREAK_NOP); in IsPatchedDebugBreakSlotSequence()
Dassembler-mips64.h1099 static bool IsNop(Instr instr, unsigned int type);
Dmacro-assembler-mips64.h481 return IsNop(instr, type); in IsMarkedCode()
Dassembler-mips64.cc558 bool Assembler::IsNop(Instr instr, unsigned int type) { in IsNop() function in v8::internal::Assembler
/external/v8/src/mips/
Dassembler-mips-inl.h367 return !Assembler::IsNop(current_instr, Assembler::DEBUG_BREAK_NOP); in IsPatchedDebugBreakSlotSequence()
Dassembler-mips.h1063 static bool IsNop(Instr instr, unsigned int type);
Dmacro-assembler-mips.h460 return IsNop(instr, type); in IsMarkedCode()
Dassembler-mips.cc586 bool Assembler::IsNop(Instr instr, unsigned int type) { in IsNop() function in v8::internal::Assembler
/external/v8/src/ia32/
Dassembler-ia32-inl.h288 return !Assembler::IsNop(pc()); in IsPatchedDebugBreakSlotSequence()
Dassembler-ia32.h1076 static bool IsNop(Address addr);
Dassembler-ia32.cc282 bool Assembler::IsNop(Address addr) { in IsNop() function in v8::internal::Assembler
/external/v8/src/x87/
Dassembler-x87-inl.h289 return !Assembler::IsNop(pc()); in IsPatchedDebugBreakSlotSequence()
Dassembler-x87.h946 static bool IsNop(Address addr);
Dassembler-x87.cc277 bool Assembler::IsNop(Address addr) { in IsNop() function in v8::internal::Assembler
/external/v8/src/x64/
Dassembler-x64-inl.h401 return !Assembler::IsNop(pc()); in IsPatchedDebugBreakSlotSequence()
Dassembler-x64.h1140 static bool IsNop(Address addr);
Dassembler-x64.cc280 bool Assembler::IsNop(Address addr) { in IsNop() function in v8::internal::Assembler
/external/v8/src/arm/
Dassembler-arm-inl.h316 return !Assembler::IsNop(current_instr, Assembler::DEBUG_BREAK_NOP); in IsPatchedDebugBreakSlotSequence()
Dmacro-assembler-arm.h695 return IsNop(instr, type); in IsMarkedCode()
Dassembler-arm.h1451 static bool IsNop(Instr instr, int type = NON_MARKING_NOP);
Dassembler-arm.cc822 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

12