Home
last modified time | relevance | path

Searched refs:prev_pc (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/diagnostics/
Ddisassembler.cc315 byte* prev_pc = pc; in DecodeIt() local
387 if (FLAG_log_colour && reinterpret_cast<Address>(prev_pc) == current_pc) { in DecodeIt()
391 out << static_cast<void*>(prev_pc) << " " << std::setw(4) << std::hex in DecodeIt()
392 << prev_pc - begin << " "; in DecodeIt()
424 RelocInfo dummy_rinfo(reinterpret_cast<Address>(prev_pc), in DecodeIt()
443 if (FLAG_log_colour && reinterpret_cast<Address>(prev_pc) == current_pc) { in DecodeIt()
/third_party/node/deps/v8/src/diagnostics/s390/
Ddisasm-s390.cc1091 byte* prev_pc = pc; in Disassemble() local
1093 v8::internal::PrintF(f, "%p %08x %s\n", static_cast<void*>(prev_pc), in Disassemble()
1094 *reinterpret_cast<int32_t*>(prev_pc), buffer.begin()); in Disassemble()
/third_party/node/deps/v8/src/diagnostics/ppc/
Ddisasm-ppc.cc1946 byte* prev_pc = pc; in Disassemble() local
1948 v8::internal::PrintF(f, "%p %08x %s\n", static_cast<void*>(prev_pc), in Disassemble()
1949 *reinterpret_cast<int32_t*>(prev_pc), buffer.begin()); in Disassemble()
/third_party/node/deps/v8/src/diagnostics/loong64/
Ddisasm-loong64.cc1700 byte* prev_pc = pc; in Disassemble() local
1702 v8::internal::PrintF(f, "%p %08x %s\n", static_cast<void*>(prev_pc), in Disassemble()
1703 *reinterpret_cast<int32_t*>(prev_pc), buffer.begin()); in Disassemble()
/third_party/node/deps/v8/src/diagnostics/x64/
Ddisasm-x64.cc2851 byte* prev_pc = pc; in Disassemble() local
2853 fprintf(f, "%p", static_cast<void*>(prev_pc)); in Disassemble()
2856 for (byte* bp = prev_pc; bp < pc; bp++) { in Disassemble()
2859 for (int i = 6 - static_cast<int>(pc - prev_pc); i >= 0; i--) { in Disassemble()
/third_party/node/deps/v8/src/diagnostics/ia32/
Ddisasm-ia32.cc2915 byte* prev_pc = pc; in Disassemble() local
2917 fprintf(f, "%p", static_cast<void*>(prev_pc)); in Disassemble()
2920 for (byte* bp = prev_pc; bp < pc; bp++) { in Disassemble()
2923 for (int i = 6 - (pc - prev_pc); i >= 0; i--) { in Disassemble()
/third_party/node/deps/v8/src/diagnostics/mips/
Ddisasm-mips.cc2725 byte* prev_pc = pc; in Disassemble() local
2727 v8::internal::PrintF(f, "%p %08x %s\n", static_cast<void*>(prev_pc), in Disassemble()
2728 *reinterpret_cast<int32_t*>(prev_pc), buffer.begin()); in Disassemble()
/third_party/node/deps/v8/src/diagnostics/arm/
Ddisasm-arm.cc2638 byte* prev_pc = pc; in Disassemble() local
2640 v8::internal::PrintF(f, "%p %08x %s\n", static_cast<void*>(prev_pc), in Disassemble()
2641 *reinterpret_cast<int32_t*>(prev_pc), buffer.begin()); in Disassemble()
/third_party/node/deps/v8/src/diagnostics/riscv64/
Ddisasm-riscv64.cc2935 byte* prev_pc = pc; in Disassemble() local
2937 v8::internal::PrintF(f, "%p %08x %s\n", static_cast<void*>(prev_pc), in Disassemble()
2938 *reinterpret_cast<uint32_t*>(prev_pc), buffer.begin()); in Disassemble()
/third_party/node/deps/v8/src/diagnostics/mips64/
Ddisasm-mips64.cc3014 byte* prev_pc = pc; in Disassemble() local
3016 v8::internal::PrintF(f, "%p %08x %s\n", static_cast<void*>(prev_pc), in Disassemble()
3017 *reinterpret_cast<int32_t*>(prev_pc), buffer.begin()); in Disassemble()