Home
last modified time | relevance | path

Searched refs:GetPointer (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
H A Dbytecode_instruction.h95 const uint8_t *GetPointer(int32_t offset) const
115 return *reinterpret_cast<unaligned_type *>(GetPointer(offset));
120 auto *dst = const_cast<uint8_t *>(GetPointer(offset));
146 const uint8_t *GetPointer(int32_t offset) const
148 return GetPointer(offset, 1);
158 const uint8_t *GetPointer(int32_t offset, size_t size) const
200 auto ptr = reinterpret_cast<unaligned_type *>(GetPointer(offset, sizeof(T)));
292 return BytecodeInst(Base::GetPointer(offset));
301 const uint8_t *ptr = Base::GetPointer(offset);
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dbytecode_instruction.h95 const uint8_t *GetPointer(int32_t offset) const
115 return *reinterpret_cast<const UnalignedType *>(GetPointer(static_cast<int32_t>(offset)));
120 auto *dst = const_cast<uint8_t *>(GetPointer(static_cast<int32_t>(offset)));
146 const uint8_t *GetPointer(int32_t offset) const
148 return GetPointer(offset, 1);
158 NO_UB_SANITIZE const uint8_t *GetPointer(int32_t offset, size_t size) const
200 auto ptr = reinterpret_cast<const UnalignedType *>(GetPointer(static_cast<int32_t>(offset), sizeof(T)));
297 return BytecodeInst(Base::GetPointer(offset));
306 const uint8_t *ptr = Base::GetPointer(offset);
/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/
H A Dinstruction.h36 const uint8_t *GetPointer(int32_t offset) const in GetPointer() function in panda::ecmascript::OldBytecodeInstBase
66 return *reinterpret_cast<unaligned_type *>(GetPointer(offset)); in Read()
71 auto *dst = const_cast<uint8_t *>(GetPointer(offset)); in Write()
H A Dold_instruction.h42 return OldBytecodeInst(OldBytecodeInstBase::GetPointer(offset)); in JumpTo()
/arkcompiler/runtime_core/static_core/verification/util/
H A Dmem.h79 ALWAYS_INLINE inline uintptr_t GetPointer(uintptr_t x) in GetPointer() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dinst.h4213 Inst *GetPointer()
4316 Inst *GetPointer()

Completed in 13 milliseconds