Home
last modified time | relevance | path

Searched refs:last_pc (Results 1 – 19 of 19) sorted by relevance

/third_party/node/deps/v8/src/codegen/
Dsafepoint-table.cc137 int last_pc = -1; in Emit() local
141 DCHECK_LT(last_pc, entry.pc); in Emit()
142 last_pc = entry.pc; in Emit()
Dreloc-info.h393 byte* last_pc() const { return last_pc_; } in last_pc() function
/third_party/node/deps/v8/src/codegen/s390/
Dassembler-s390.cc789 reloc_info_writer.last_pc() + pc_delta); in GrowBuffer()
/third_party/node/deps/v8/src/codegen/ia32/
Dassembler-ia32.cc547 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/
Dsimulator-ppc.cc158 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/
Dsimulator-loong64.cc323 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/
Dsimulator-arm.cc188 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/
Dsimulator-riscv64.cc1625 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/
Dsimulator-mips.cc317 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/
Dsimulator-mips64.cc292 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/
Dassembler-ppc.cc2092 reloc_info_writer.last_pc() + pc_delta); in GrowBuffer()
/third_party/node/deps/v8/src/execution/s390/
Dsimulator-s390.cc168 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/
Dassembler-loong64.cc2142 reloc_info_writer.last_pc() + pc_delta); in GrowBuffer()
/third_party/node/deps/v8/src/codegen/x64/
Dassembler-x64.cc587 reloc_info_writer.last_pc() + pc_delta); in GrowBuffer()
/third_party/node/deps/v8/src/codegen/mips/
Dassembler-mips.cc3568 reloc_info_writer.last_pc() + pc_delta); in GrowBuffer()
/third_party/node/deps/v8/src/codegen/mips64/
Dassembler-mips64.cc3769 reloc_info_writer.last_pc() + pc_delta); in GrowBuffer()
/third_party/node/deps/v8/src/codegen/riscv64/
Dassembler-riscv64.cc3658 reloc_info_writer.last_pc() + pc_delta); in GrowBuffer()
/third_party/node/deps/v8/src/codegen/arm64/
Dassembler-arm64.cc4311 reloc_info_writer.last_pc() + pc_delta); in GrowBuffer()
/third_party/node/deps/v8/src/codegen/arm/
Dassembler-arm.cc5218 reinterpret_cast<Address>(reloc_info_writer.last_pc()) + pc_delta); in GrowBuffer()