Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dinstructions-arm64.cc192 int64_t Instruction::ImmPCOffset() { in ImmPCOffset() function in v8::internal::Instruction
216 return InstructionAtOffset(ImmPCOffset()); in ImmPCOffsetTarget()
Dassembler-arm64-inl.h552 DCHECK_EQ(instr->ImmPCOffset() % kInstrSize, 0);
553 return GetCodeTarget(instr->ImmPCOffset() >> kInstrSizeLog2);
563 return instr->ImmPCOffset() + options().code_range_start;
Dinstructions-arm64.h394 int64_t ImmPCOffset();
Dassembler-arm64.cc214 return static_cast<uint32_t>(instr->ImmPCOffset() / kInstrSize); in wasm_call_tag()
599 DCHECK_EQ(instr->ImmPCOffset() % kInstrSize, 0); in AllocateAndInstallRequestedHeapObjects()
600 UpdateCodeTarget(instr->ImmPCOffset() >> kInstrSizeLog2, in AllocateAndInstallRequestedHeapObjects()
649 int64_t linkpcoffset = link->ImmPCOffset(); in CheckLabelLinkChain()
766 int prevlinkoffset = linkoffset + static_cast<int>(link->ImmPCOffset()); in bind()
857 link_pcoffset = static_cast<int>(link->ImmPCOffset()); in DeleteUnresolvedBranchInfoForLabelTraverse()
/external/v8/src/wasm/
Dwasm-serialization.cc178 return static_cast<uint32_t>(instr->ImmPCOffset() / kInstrSize); in GetWasmCalleeTag()