Home
last modified time | relevance | path

Searched defs:current_instr (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/debug/mips64/
Ddebug-mips64.cc64 Instr current_instr = Assembler::instr_at(pc); in DebugBreakSlotIsPatched() local
/external/v8/src/debug/mips/
Ddebug-mips.cc62 Instr current_instr = Assembler::instr_at(pc); in DebugBreakSlotIsPatched() local
/external/v8/src/debug/s390/
Ddebug-s390.cc75 Instr current_instr = Assembler::instr_at(pc); in DebugBreakSlotIsPatched() local
/external/v8/src/debug/ppc/
Ddebug-ppc.cc70 Instr current_instr = Assembler::instr_at(pc); in DebugBreakSlotIsPatched() local
/external/v8/src/debug/arm/
Ddebug-arm.cc68 Instr current_instr = Assembler::instr_at(pc); in DebugBreakSlotIsPatched() local
/external/v8/src/debug/arm64/
Ddebug-arm64.cc80 Instruction* current_instr = reinterpret_cast<Instruction*>(pc); in DebugBreakSlotIsPatched() local
/external/v8/src/mips/
Dmacro-assembler-mips.cc6459 void CodePatcher::ChangeBranchCondition(Instr current_instr, in ChangeBranchCondition()
/external/v8/src/mips64/
Dmacro-assembler-mips64.cc6865 void CodePatcher::ChangeBranchCondition(Instr current_instr, in ChangeBranchCondition()