| /third_party/node/deps/v8/src/diagnostics/ |
| H A D | disassembler.cc | 294 Address current_pc) { in DecodeIt() 387 if (FLAG_log_colour && reinterpret_cast<Address>(prev_pc) == current_pc) { in DecodeIt() 443 if (FLAG_log_colour && reinterpret_cast<Address>(prev_pc) == current_pc) { in DecodeIt() 463 byte* end, CodeReference code, Address current_pc) { in Decode() 474 end, current_pc); in Decode() 479 current_pc); in Decode() 486 byte* end, CodeReference code, Address current_pc) { 291 DecodeIt(Isolate* isolate, ExternalReferenceEncoder* ref_encoder, std::ostream& os, CodeReference code, const V8NameConverter& converter, byte* begin, byte* end, Address current_pc) DecodeIt() argument 462 Decode(Isolate* isolate, std::ostream& os, byte* begin, byte* end, CodeReference code, Address current_pc) Decode() argument
|
| H A D | disassembler.h | 26 Address current_pc = kNullAddress);
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | code.cc | 475 Address current_pc) { in DisassembleCodeRange() 482 CodeReference(handle(code, isolate)), current_pc); in DisassembleCodeRange() 488 Address current_pc) { in Disassemble() 512 trampoline_size, current_pc); in Disassemble() 520 current_pc); in Disassemble() 576 SafepointTable table(isolate, current_pc, *this); in Disassemble() 473 DisassembleCodeRange(Isolate* isolate, std::ostream& os, Code code, Address begin, size_t size, Address current_pc) DisassembleCodeRange() argument 487 Disassemble(const char* name, std::ostream& os, Isolate* isolate, Address current_pc) Disassemble() argument
|
| H A D | code.h | 371 Address current_pc = kNullAddress);
|
| /third_party/node/deps/v8/src/regexp/ |
| H A D | regexp-bytecode-peephole.cc | 663 int current_pc = start_pc; in TryOptimizeSequence() local 667 while (current_pc < bytecode_length) { in TryOptimizeSequence() 668 seq_node = seq_node->Find(bytecode[current_pc]); in TryOptimizeSequence() 673 current_pc += RegExpBytecodeLength(bytecode[current_pc]); in TryOptimizeSequence()
|
| /third_party/node/deps/v8/src/execution/mips64/ |
| H A D | simulator-mips64.cc | 3741 int64_t current_pc = get_pc(); in DecodeTypeRegisterSPECIAL() local 3743 reinterpret_cast<Instruction*>(current_pc + kInstrSize); in DecodeTypeRegisterSPECIAL() 3751 int64_t current_pc = get_pc(); in DecodeTypeRegisterSPECIAL() local 3754 reinterpret_cast<Instruction*>(current_pc + kInstrSize); in DecodeTypeRegisterSPECIAL() 3756 set_register(return_addr_reg, current_pc + 2 * kInstrSize); in DecodeTypeRegisterSPECIAL() 6606 int64_t current_pc = get_pc(); 6607 set_register(31, current_pc + 2 * kInstrSize); 6610 next_pc = current_pc + (imm16 << 2) + kInstrSize; 6612 next_pc = current_pc + 2 * kInstrSize; 6619 int64_t current_pc [all...] |
| H A D | simulator-mips64.h | 538 void CheckForbiddenSlot(int64_t current_pc) { in CheckForbiddenSlot() argument 540 reinterpret_cast<Instruction*>(current_pc + kInstrSize); in CheckForbiddenSlot()
|
| /third_party/node/deps/v8/src/execution/mips/ |
| H A D | simulator-mips.cc | 3802 int32_t current_pc = get_pc(); in DecodeTypeRegisterSPECIAL() local 3804 reinterpret_cast<Instruction*>(current_pc + kInstrSize); in DecodeTypeRegisterSPECIAL() 3813 int32_t current_pc = get_pc(); in DecodeTypeRegisterSPECIAL() local 3815 reinterpret_cast<Instruction*>(current_pc + kInstrSize); in DecodeTypeRegisterSPECIAL() 3817 set_register(return_addr_reg, current_pc + 2 * kInstrSize); in DecodeTypeRegisterSPECIAL() 6304 int32_t current_pc = get_pc(); 6305 set_register(31, current_pc + 2 * kInstrSize); 6308 next_pc = current_pc + (imm16 << 2) + kInstrSize; 6310 next_pc = current_pc + 2 * kInstrSize; 6317 int32_t current_pc [all...] |
| H A D | simulator-mips.h | 515 void CheckForbiddenSlot(int32_t current_pc) { in CheckForbiddenSlot() argument 517 reinterpret_cast<Instruction*>(current_pc + kInstrSize); in CheckForbiddenSlot()
|
| /kernel/linux/linux-5.10/arch/sparc/kernel/ |
| H A D | head_32.S | 113 current_pc: label 129 set current_pc, %g5 728 set current_pc, %l2
|
| /kernel/linux/linux-6.6/arch/sparc/kernel/ |
| H A D | head_32.S | 113 current_pc: label 129 set current_pc, %g5 728 set current_pc, %l2
|
| /third_party/node/deps/v8/src/execution/loong64/ |
| H A D | simulator-loong64.cc | 2498 int64_t current_pc = get_pc(); in DecodeTypeOp6() 2499 set_register(ra, current_pc + kInstrSize); in DecodeTypeOp6() 2504 next_pc = current_pc + (offs26 << 2); in DecodeTypeOp6() 2510 int64_t current_pc = get_pc(); in DecodeTypeOp6() 2514 next_pc = current_pc + offs; in DecodeTypeOp6() 2519 int64_t current_pc = get_pc(); in DecodeTypeOp6() 2526 next_pc = current_pc + offs; in DecodeTypeOp6() 2531 int64_t current_pc = get_pc(); in DecodeTypeOp6() 2536 next_pc = current_pc + (offs26 << 2); in DecodeTypeOp6() 2654 int64_t current_pc in DecodeTypeOp7() local 2663 int64_t current_pc = get_pc(); DecodeTypeOp7() local 2673 int64_t current_pc = get_pc(); DecodeTypeOp7() local 2682 int64_t current_pc = get_pc(); DecodeTypeOp7() local [all...] |
| /third_party/node/deps/v8/src/wasm/ |
| H A D | wasm-code-manager.h | 324 Address current_pc = kNullAddress) const;
|
| H A D | wasm-code-manager.cc | 376 Address current_pc) const { in Disassemble() 407 CodeReference(this), current_pc); in Disassemble()
|
| /third_party/node/deps/v8/src/codegen/s390/ |
| H A D | macro-assembler-s390.cc | 4703 Label current_pc; in CallRecordWriteStub() local 4704 larl(dst, ¤t_pc); in CallRecordWriteStub() 4705 bind(¤t_pc); in CallRecordWriteStub()
|
| /third_party/node/deps/v8/src/execution/arm64/ |
| H A D | simulator-arm64.cc | 78 uintptr_t current_pc = reinterpret_cast<uintptr_t>(pc_); in ProbeMemory() local 80 trap_handler::ProbeMemory(last_accessed_byte, current_pc); in ProbeMemory()
|