/third_party/ltp/testcases/kernel/syscalls/profil/ |
H A D | profil01.c | 42 * just in case compiler put call to get_pc() below "data shuffling" code */ 55 static void __attribute__ ((noinline)) *get_pc(void) in get_pc() function 73 size_t offset = (size_t) get_pc() - PROFIL_BUFLEN/2, count = 0; in test_profil()
|
/third_party/node/deps/v8/src/profiler/ |
H A D | tick-sample.cc | 99 state->pc = reinterpret_cast<void*>(simulator->get_pc()); in FillRegisters() 111 state->pc = reinterpret_cast<void*>(simulator->get_pc()); in FillRegisters() 117 state->pc = reinterpret_cast<void*>(simulator->get_pc()); in FillRegisters() 124 state->pc = reinterpret_cast<void*>(simulator->get_pc()); in FillRegisters() 131 state->pc = reinterpret_cast<void*>(simulator->get_pc()); in FillRegisters()
|
/third_party/node/deps/v8/src/execution/riscv64/ |
H A D | simulator-riscv64.cc | 1506 return sim_->get_pc(); in GetRegisterValue() 1514 return sim_->get_pc(); in GetFPURegisterValue() 1522 return sim_->get_pc(); in GetFPURegisterValueFloat() 1530 return sim_->get_pc(); in GetFPURegisterValueDouble() 1539 return sim_->get_pc(); in GetVRegisterValue() 1644 while (!done && (sim_->get_pc() != Simulator::end_sim_pc)) { in Debug() 1645 if (last_pc != sim_->get_pc()) { in Debug() 1650 const char* name = sim_->builtins_.Lookup((Address)sim_->get_pc()); in Debug() 1654 dasm.InstructionDecode(buffer, reinterpret_cast<byte*>(sim_->get_pc())); in Debug() 1655 PrintF(" 0x%016" PRIx64 " %s\n", sim_->get_pc(), buffe in Debug() 2502 int64_t Simulator::get_pc() const { return registers_[pc]; } get_pc() function in v8::internal::Simulator [all...] |
H A D | simulator-riscv64.h | 461 V8_EXPORT_PRIVATE int64_t get_pc() const;
|
/third_party/node/deps/v8/src/execution/mips/ |
H A D | simulator-mips.cc | 100 return sim_->get_pc(); in GetRegisterValue() 108 return sim_->get_pc(); in GetFPURegisterValue32() 116 return sim_->get_pc(); in GetFPURegisterValue64() 124 return sim_->get_pc(); in GetFPURegisterValueFloat() 132 return sim_->get_pc(); in GetFPURegisterValueDouble() 340 while (!done && (sim_->get_pc() != Simulator::end_sim_pc)) { in Debug() 341 if (last_pc != sim_->get_pc()) { in Debug() 346 dasm.InstructionDecode(buffer, reinterpret_cast<byte*>(sim_->get_pc())); in Debug() 347 PrintF(" 0x%08x %s\n", sim_->get_pc(), buffer.begin()); in Debug() 348 last_pc = sim_->get_pc(); in Debug() 1618 int32_t Simulator::get_pc() const { return registers_[pc]; } get_pc() function in v8::internal::Simulator [all...] |
H A D | simulator-mips.h | 292 int32_t get_pc() const;
|
/third_party/node/deps/v8/src/execution/mips64/ |
H A D | simulator-mips64.cc | 116 return sim_->get_pc(); in GetRegisterValue() 124 return sim_->get_pc(); in GetFPURegisterValue() 132 return sim_->get_pc(); in GetFPURegisterValueFloat() 140 return sim_->get_pc(); in GetFPURegisterValueDouble() 315 while (!done && (sim_->get_pc() != Simulator::end_sim_pc)) { in Debug() 316 if (last_pc != sim_->get_pc()) { in Debug() 321 dasm.InstructionDecode(buffer, reinterpret_cast<byte*>(sim_->get_pc())); in Debug() 322 PrintF(" 0x%016" PRIx64 " %s\n", sim_->get_pc(), buffer.begin()); in Debug() 323 last_pc = sim_->get_pc(); in Debug() 344 Instruction* instr = reinterpret_cast<Instruction*>(sim_->get_pc()); in Debug() 1549 int64_t Simulator::get_pc() const { return registers_[pc]; } get_pc() function in v8::internal::Simulator [all...] |
H A D | simulator-mips64.h | 294 V8_EXPORT_PRIVATE int64_t get_pc() const;
|
/third_party/node/deps/v8/src/execution/loong64/ |
H A D | simulator-loong64.cc | 147 return sim_->get_pc(); in GetRegisterValue() 155 return sim_->get_pc(); in GetFPURegisterValue() 163 return sim_->get_pc(); in GetFPURegisterValueFloat() 171 return sim_->get_pc(); in GetFPURegisterValueDouble() 346 while (!done && (sim_->get_pc() != Simulator::end_sim_pc)) { in Debug() 347 if (last_pc != sim_->get_pc()) { in Debug() 352 dasm.InstructionDecode(buffer, reinterpret_cast<byte*>(sim_->get_pc())); in Debug() 353 PrintF(" 0x%016" PRIx64 " %s\n", sim_->get_pc(), buffer.begin()); in Debug() 354 last_pc = sim_->get_pc(); in Debug() 375 Instruction* instr = reinterpret_cast<Instruction*>(sim_->get_pc()); in Debug() 1450 int64_t Simulator::get_pc() const { return registers_[pc]; } get_pc() function in v8::internal::Simulator [all...] |
H A D | simulator-loong64.h | 258 V8_EXPORT_PRIVATE int64_t get_pc() const;
|
/third_party/node/deps/v8/src/execution/ppc/ |
H A D | simulator-ppc.cc | 75 set_pc(get_pc() + kInstrSize); in DebugAtNextPC() 185 if (last_pc != sim_->get_pc()) { in Debug() 190 dasm.InstructionDecode(buffer, reinterpret_cast<byte*>(sim_->get_pc())); in Debug() 191 PrintF(" 0x%08" V8PRIxPTR " %s\n", sim_->get_pc(), buffer.begin()); in Debug() 192 last_pc = sim_->get_pc(); in Debug() 216 if ((reinterpret_cast<Instruction*>(sim_->get_pc())) in Debug() 218 sim_->set_pc(sim_->get_pc() + kInstrSize); in Debug() 221 reinterpret_cast<Instruction*>(sim_->get_pc())); in Debug() 224 if (argc == 2 && last_pc != sim_->get_pc() && GetValue(arg1, &value)) { in Debug() 231 reinterpret_cast<byte*>(sim_->get_pc())); in Debug() 830 intptr_t Simulator::get_pc() const { return special_reg_pc_; } get_pc() function in v8::internal::Simulator [all...] |
H A D | simulator-ppc.h | 197 intptr_t get_pc() const;
|
/third_party/lame/libmp3lame/i386/ |
H A D | nasm.h | 255 get_pc.bp: 265 get_pc.bp:
|
/third_party/node/deps/v8/src/execution/s390/ |
H A D | simulator-s390.cc | 78 set_pc(get_pc() + sizeof(FourByteInstr)); in DebugAtNextPC() 195 if (last_pc != sim_->get_pc()) { in Debug() 200 dasm.InstructionDecode(buffer, reinterpret_cast<byte*>(sim_->get_pc())); in Debug() 201 PrintF(" 0x%08" V8PRIxPTR " %s\n", sim_->get_pc(), buffer.begin()); in Debug() 202 last_pc = sim_->get_pc(); in Debug() 226 if ((reinterpret_cast<Instruction*>(sim_->get_pc())) in Debug() 228 sim_->set_pc(sim_->get_pc() + sizeof(FourByteInstr)); in Debug() 231 reinterpret_cast<Instruction*>(sim_->get_pc())); in Debug() 234 if (argc == 2 && last_pc != sim_->get_pc()) { in Debug() 245 reinterpret_cast<byte*>(sim_->get_pc())); in Debug() 1759 intptr_t Simulator::get_pc() const { return special_reg_pc_; } get_pc() function in v8::internal::Simulator [all...] |
H A D | simulator-s390.h | 159 intptr_t get_pc() const;
|
/third_party/node/deps/v8/src/execution/arm/ |
H A D | simulator-arm.cc | 81 set_pc(get_pc() + kInstrSize); in DebugAtNextPC() 98 return sim_->get_pc(); in GetRegisterValue() 196 if (last_pc != sim_->get_pc()) { in Debug() 201 dasm.InstructionDecode(buffer, reinterpret_cast<byte*>(sim_->get_pc())); in Debug() 202 PrintF(" 0x%08x %s\n", sim_->get_pc(), buffer.begin()); in Debug() 203 last_pc = sim_->get_pc(); in Debug() 253 sim_->InstructionDecode(reinterpret_cast<Instruction*>(sim_->get_pc())); in ExecDebugCommand() 256 sim_->InstructionDecode(reinterpret_cast<Instruction*>(sim_->get_pc())); in ExecDebugCommand() 380 cur = reinterpret_cast<byte*>(sim_->get_pc()); in ExecDebugCommand() 396 cur = reinterpret_cast<byte*>(sim_->get_pc()); in ExecDebugCommand() 840 int32_t Simulator::get_pc() const { return registers_[pc]; } get_pc() function in v8::internal::Simulator [all...] |
H A D | simulator-arm.h | 231 V8_EXPORT_PRIVATE int32_t get_pc() const;
|
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | macro-assembler-ia32.cc | 1856 Label get_pc; in CallRecordWriteStub() local 1857 call(&get_pc); in CallRecordWriteStub() 1858 bind(&get_pc); in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | macro-assembler-arm64.cc | 1764 Label get_pc; in CallCFunction() local 1765 Bind(&get_pc); in CallCFunction() 1766 Adr(pc_scratch, &get_pc); in CallCFunction()
|
/third_party/node/deps/v8/src/codegen/x64/ |
H A D | macro-assembler-x64.cc | 3028 Label get_pc; in CallRecordWriteStub() local 3030 leaq(kScratchRegister, Operand(&get_pc, 0)); in CallRecordWriteStub() 3031 bind(&get_pc); in CallRecordWriteStub()
|