Home
last modified time | relevance | path

Searched refs:current_pc (Results 1 - 16 of 16) sorted by relevance

/third_party/node/deps/v8/src/diagnostics/
H A Ddisassembler.cc294 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 Ddisassembler.h26 Address current_pc = kNullAddress);
/third_party/node/deps/v8/src/objects/
H A Dcode.cc475 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 Dcode.h371 Address current_pc = kNullAddress);
/third_party/node/deps/v8/src/regexp/
H A Dregexp-bytecode-peephole.cc663 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 Dsimulator-mips64.cc3741 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 Dsimulator-mips64.h538 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 Dsimulator-mips.cc3802 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 Dsimulator-mips.h515 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 Dhead_32.S113 current_pc: label
129 set current_pc, %g5
728 set current_pc, %l2
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dhead_32.S113 current_pc: label
129 set current_pc, %g5
728 set current_pc, %l2
/third_party/node/deps/v8/src/execution/loong64/
H A Dsimulator-loong64.cc2498 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 Dwasm-code-manager.h324 Address current_pc = kNullAddress) const;
H A Dwasm-code-manager.cc376 Address current_pc) const { in Disassemble()
407 CodeReference(this), current_pc); in Disassemble()
/third_party/node/deps/v8/src/codegen/s390/
H A Dmacro-assembler-s390.cc4703 Label current_pc; in CallRecordWriteStub() local
4704 larl(dst, &current_pc); in CallRecordWriteStub()
4705 bind(&current_pc); in CallRecordWriteStub()
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-arm64.cc78 uintptr_t current_pc = reinterpret_cast<uintptr_t>(pc_); in ProbeMemory() local
80 trap_handler::ProbeMemory(last_accessed_byte, current_pc); in ProbeMemory()

Completed in 54 milliseconds