Home
last modified time | relevance | path

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

/external/v8/src/
Dreloc-info.h349 byte* last_pc() const { return last_pc_; } in last_pc() function
/external/v8/src/s390/
Dassembler-s390.cc765 reloc_info_writer.last_pc() + pc_delta); in GrowBuffer()
Dsimulator-s390.cc171 intptr_t last_pc = -1; in Debug() local
198 if (last_pc != sim_->get_pc()) { in Debug()
205 last_pc = sim_->get_pc(); in Debug()
237 if (argc == 2 && last_pc != sim_->get_pc()) { in Debug()
/external/v8/src/ia32/
Dassembler-ia32.cc537 DCHECK_NOT_NULL(reloc_info_writer.last_pc()); in pop()
839 DCHECK_NOT_NULL(reloc_info_writer.last_pc()); in add()
3226 reloc_info_writer.last_pc() + pc_delta); in GrowBuffer()
/external/v8/src/ppc/
Dsimulator-ppc.cc175 intptr_t last_pc = -1; in Debug() local
202 if (last_pc != sim_->get_pc()) { in Debug()
209 last_pc = sim_->get_pc(); in Debug()
241 if (argc == 2 && last_pc != sim_->get_pc() && GetValue(arg1, &value)) { in Debug()
Dassembler-ppc.cc2036 reloc_info_writer.last_pc() + pc_delta); in GrowBuffer()
/external/v8/src/arm/
Dsimulator-arm.cc179 intptr_t last_pc = -1; in Debug() local
203 if (last_pc != sim_->get_pc()) { in Debug()
211 last_pc = sim_->get_pc(); in Debug()
Dassembler-arm.cc5065 reloc_info_writer.last_pc() + pc_delta); in GrowBuffer()
/external/v8/src/mips/
Dsimulator-mips.cc337 intptr_t last_pc = -1; in Debug() local
361 if (last_pc != sim_->get_pc()) { in Debug()
369 last_pc = sim_->get_pc(); in Debug()
Dassembler-mips.cc3828 reloc_info_writer.last_pc() + pc_delta); in GrowBuffer()
/external/v8/src/mips64/
Dsimulator-mips64.cc302 intptr_t last_pc = -1; in Debug() local
326 if (last_pc != sim_->get_pc()) { in Debug()
334 last_pc = sim_->get_pc(); in Debug()
Dassembler-mips64.cc4174 reloc_info_writer.last_pc() + pc_delta); in GrowBuffer()
/external/v8/src/x64/
Dassembler-x64.cc648 reloc_info_writer.last_pc() + pc_delta); in GrowBuffer()
/external/v8/src/arm64/
Dassembler-arm64.cc4737 reloc_info_writer.last_pc() + pc_delta); in GrowBuffer()