/third_party/node/deps/v8/src/codegen/ |
D | safepoint-table.cc | 137 int last_pc = -1; in Emit() local 141 DCHECK_LT(last_pc, entry.pc); in Emit() 142 last_pc = entry.pc; in Emit()
|
D | reloc-info.h | 393 byte* last_pc() const { return last_pc_; } in last_pc() function
|
/third_party/node/deps/v8/src/codegen/s390/ |
D | assembler-s390.cc | 789 reloc_info_writer.last_pc() + pc_delta); in GrowBuffer()
|
/third_party/node/deps/v8/src/codegen/ia32/ |
D | assembler-ia32.cc | 547 DCHECK_NOT_NULL(reloc_info_writer.last_pc()); in pop() 872 DCHECK_NOT_NULL(reloc_info_writer.last_pc()); in add() 3305 reloc_info_writer.last_pc() + pc_delta); in GrowBuffer()
|
/third_party/node/deps/v8/src/execution/ppc/ |
D | simulator-ppc.cc | 158 intptr_t last_pc = -1; in Debug() local 185 if (last_pc != sim_->get_pc()) { in Debug() 192 last_pc = sim_->get_pc(); in Debug() 224 if (argc == 2 && last_pc != sim_->get_pc() && GetValue(arg1, &value)) { in Debug()
|
/third_party/node/deps/v8/src/execution/loong64/ |
D | simulator-loong64.cc | 323 intptr_t last_pc = -1; in Debug() local 347 if (last_pc != sim_->get_pc()) { in Debug() 354 last_pc = sim_->get_pc(); in Debug()
|
/third_party/node/deps/v8/src/execution/arm/ |
D | simulator-arm.cc | 188 intptr_t last_pc = -1; in Debug() local 196 if (last_pc != sim_->get_pc()) { in Debug() 203 last_pc = sim_->get_pc(); in Debug()
|
/third_party/node/deps/v8/src/execution/riscv64/ |
D | simulator-riscv64.cc | 1625 intptr_t last_pc = -1; in Debug() local 1645 if (last_pc != sim_->get_pc()) { in Debug() 1656 last_pc = sim_->get_pc(); in Debug()
|
/third_party/node/deps/v8/src/execution/mips/ |
D | simulator-mips.cc | 317 intptr_t last_pc = -1; in Debug() local 341 if (last_pc != sim_->get_pc()) { in Debug() 348 last_pc = sim_->get_pc(); in Debug()
|
/third_party/node/deps/v8/src/execution/mips64/ |
D | simulator-mips64.cc | 292 intptr_t last_pc = -1; in Debug() local 316 if (last_pc != sim_->get_pc()) { in Debug() 323 last_pc = sim_->get_pc(); in Debug()
|
/third_party/node/deps/v8/src/codegen/ppc/ |
D | assembler-ppc.cc | 2092 reloc_info_writer.last_pc() + pc_delta); in GrowBuffer()
|
/third_party/node/deps/v8/src/execution/s390/ |
D | simulator-s390.cc | 168 intptr_t last_pc = -1; in Debug() local 195 if (last_pc != sim_->get_pc()) { in Debug() 202 last_pc = sim_->get_pc(); in Debug() 234 if (argc == 2 && last_pc != sim_->get_pc()) { in Debug()
|
/third_party/node/deps/v8/src/codegen/loong64/ |
D | assembler-loong64.cc | 2142 reloc_info_writer.last_pc() + pc_delta); in GrowBuffer()
|
/third_party/node/deps/v8/src/codegen/x64/ |
D | assembler-x64.cc | 587 reloc_info_writer.last_pc() + pc_delta); in GrowBuffer()
|
/third_party/node/deps/v8/src/codegen/mips/ |
D | assembler-mips.cc | 3568 reloc_info_writer.last_pc() + pc_delta); in GrowBuffer()
|
/third_party/node/deps/v8/src/codegen/mips64/ |
D | assembler-mips64.cc | 3769 reloc_info_writer.last_pc() + pc_delta); in GrowBuffer()
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
D | assembler-riscv64.cc | 3658 reloc_info_writer.last_pc() + pc_delta); in GrowBuffer()
|
/third_party/node/deps/v8/src/codegen/arm64/ |
D | assembler-arm64.cc | 4311 reloc_info_writer.last_pc() + pc_delta); in GrowBuffer()
|
/third_party/node/deps/v8/src/codegen/arm/ |
D | assembler-arm.cc | 5218 reinterpret_cast<Address>(reloc_info_writer.last_pc()) + pc_delta); in GrowBuffer()
|