Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:GetPointer
(Results
1 - 6
of
6
) sorted by relevance
/arkcompiler/runtime_core/libpandafile/
H
A
D
bytecode_instruction.h
95
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
D
bytecode_instruction.h
95
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
D
instruction.h
36
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
D
old_instruction.h
42
return OldBytecodeInst(OldBytecodeInstBase::
GetPointer
(offset));
in JumpTo()
/arkcompiler/runtime_core/static_core/verification/util/
H
A
D
mem.h
79
ALWAYS_INLINE inline uintptr_t
GetPointer
(uintptr_t x)
in GetPointer()
function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H
A
D
inst.h
4213
Inst *
GetPointer
()
4316
Inst *
GetPointer
()
Completed in 13 milliseconds