Home
last modified time | relevance | path

Searched refs:ImmPCOffset (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/codegen/arm64/
Dinstructions-arm64.cc187 int64_t Instruction::ImmPCOffset() { in ImmPCOffset() function in v8::internal::Instruction
210 return InstructionAtOffset(ImmPCOffset()); in ImmPCOffsetTarget()
Dassembler-arm64-inl.h497 DCHECK_EQ(instr->ImmPCOffset() % kInstrSize, 0);
499 GetEmbeddedObject(instr->ImmPCOffset() >> kInstrSizeLog2));
539 return instr->ImmPCOffset() + options().code_range_base;
Dinstructions-arm64.h411 V8_EXPORT_PRIVATE int64_t ImmPCOffset();
Dassembler-arm64.cc220 return static_cast<uint32_t>(instr->ImmPCOffset() / kInstrSize); in wasm_call_tag()
455 int64_t linkpcoffset = link->ImmPCOffset(); in CheckLabelLinkChain()
570 int prevlinkoffset = linkoffset + static_cast<int>(link->ImmPCOffset()); in bind()
658 link_pcoffset = static_cast<int>(link->ImmPCOffset()); in DeleteUnresolvedBranchInfoForLabelTraverse()
/third_party/node/deps/v8/src/wasm/
Dwasm-serialization.cc178 return static_cast<uint32_t>(instr->ImmPCOffset() / kInstrSize); in GetWasmCalleeTag()