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
defs:ptr
(Results
1 - 25
of
134
) sorted by relevance
1
2
3
4
5
6
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H
A
D
mem_hooks_test.cpp
25
char *
ptr
= static_cast<char *>(malloc(5_MB)); // NOLINT(cppcoreguidelines-no-malloc)
in MallocFunc()
local
H
A
D
code_allocator_test.cpp
42
static bool IsAligned(const void *
ptr
, size_t alignment)
in IsAligned()
argument
/arkcompiler/runtime_core/static_core/verification/util/tests/
H
A
D
addr_map_test.cpp
41
char *
ptr
;
in TEST_F()
local
/arkcompiler/runtime_core/static_core/verification/cflow/
H
A
D
cflow_common.cpp
24
PandaString OffsetAsHexStr(const void *base, const void *
ptr
)
in OffsetAsHexStr()
argument
/arkcompiler/runtime_core/tests/fuzztest/mapptrmoveconstructor_fuzzer/
H
A
D
mapptrmoveconstructor_fuzzer.cpp
22
uint8_t*
ptr
= const_cast<uint8_t*>(data);
in MapPtrMoveConstructorFuzzTest()
local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/maple_be/
H
A
D
cg_cg_irbuilder_test.cpp
46
BitShiftOperand *
ptr
= &(opbuilder_obj.CreateBitShift(BitShiftOperand::ShiftOp::kASR, 1, 2, &memPool2));
in TEST()
local
/arkcompiler/ets_runtime/test/fuzztest/jsnapisetprofilerstate_fuzzer/
H
A
D
jsnapisetprofilerstate_fuzzer.cpp
33
uint8_t *
ptr
= nullptr;
in JSNApiSetProfilerStateFuzzTest()
local
/arkcompiler/ets_runtime/test/fuzztest/stringrefcast_fuzzer/
H
A
D
stringrefcast_fuzzer.cpp
33
uint8_t*
ptr
= nullptr;
in StringRefCastFuzzTest()
local
/arkcompiler/ets_runtime/test/fuzztest/jsnapifork_fuzzer/
H
A
D
jsnapifork_fuzzer.cpp
34
uint8_t*
ptr
= nullptr;
in JSNApiPreForkFuzzTest()
local
/arkcompiler/ets_runtime/test/fuzztest/stringrefgetnapiwrapperstring_fuzzer/
H
A
D
stringrefgetnapiwrapperstring_fuzzer.cpp
37
uint8_t *
ptr
= nullptr;
in StringRefGetNapiWrapperStringFuzzTest()
local
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H
A
D
expected.h
137
auto
ptr
= std::get_if<T>(&v_);
in noexcept()
local
143
auto
ptr
= std::get_if<T>(&v_);
in noexcept()
local
/arkcompiler/runtime_core/static_core/runtime/include/mem/
H
A
D
panda_smart_pointers.h
39
mem::InternalAllocator<>::GetInternalAllocatorFromRuntime()->Delete(
ptr
);
variable
61
mem::InternalAllocator<>::GetInternalAllocatorFromRuntime()->DeleteArray(
ptr
);
variable
/arkcompiler/runtime_core/static_core/tests/fuzztest/checkheader_fuzzer/
H
A
D
checkheader_fuzzer.cpp
32
ark::os::mem::ConstBytePtr
ptr
=
in CheckHeaderFuzzTest()
local
/arkcompiler/runtime_core/tests/fuzztest/checkheader_fuzzer/
H
A
D
checkheader_fuzzer.cpp
32
panda::os::mem::ConstBytePtr
ptr
=
in CheckHeaderFuzzTest()
local
/arkcompiler/ets_runtime/test/fuzztest/weakmapref_fuzzer/
H
A
D
weakmapref_fuzzer.cpp
43
uint8_t*
ptr
= nullptr;
in WeakMapRefFuzzTest()
local
/arkcompiler/ets_runtime/test/fuzztest/jsnapiset_fuzzer/
H
A
D
jsnapiset_fuzzer.cpp
48
uint8_t *
ptr
= nullptr;
in JSNApiSetBundleFuzzTest()
local
/arkcompiler/ets_runtime/test/fuzztest/objectrefall_fuzzer/
H
A
D
objectrefall_fuzzer.cpp
33
uint8_t *
ptr
= nullptr;
in ObjectGetPrototypeFuzzTest()
local
51
uint8_t *
ptr
= nullptr;
in ObjectSealFuzzTest()
local
69
uint8_t *
ptr
= nullptr;
in ObjectFreezeFuzzTest()
local
/arkcompiler/ets_runtime/test/fuzztest/promiseref_fuzzer/
H
A
D
promiseref_fuzzer.cpp
34
uint8_t*
ptr
= nullptr;
in PromiseRefCatchFuzzTest()
local
54
uint8_t*
ptr
= nullptr;
in PromiseRefThenFinallyFuzzTest()
local
75
uint8_t*
ptr
= nullptr;
in PromiseRefThenWithTwoParameterFuzzTest()
local
/arkcompiler/ets_runtime/test/fuzztest/jsnapisethostpromiserejectiontracker_fuzzer/
H
A
D
jsnapisethostpromiserejectiontracker_fuzzer.cpp
56
uint8_t*
ptr
= nullptr;
in JSNApiSetHostResolveBufferTrackerFuzzTest()
local
71
uint8_t*
ptr
= nullptr;
in JSNApiSetUnloalNativeModuleCallbackFuzzTest()
local
/arkcompiler/ets_runtime/test/fuzztest/jsnapisetloop_fuzzer/
H
A
D
jsnapisetloop_fuzzer.cpp
33
void *
ptr
= reinterpret_cast<void*>(const_cast<uint8_t*>(data));
in JSNApiSetLoopFuzzTest()
local
47
uint8_t *
ptr
= nullptr;
in JSNApiSynchronizVMInfoFuzzTest()
local
/arkcompiler/ets_runtime/test/fuzztest/propertyattribute_fuzzer/
H
A
D
propertyattribute_fuzzer.cpp
33
uint8_t *
ptr
= nullptr;
in PropertyAttributeFuzzTest()
local
48
uint8_t *
ptr
= nullptr;
in PropertyAttributeSetIsFuzzTest()
local
/arkcompiler/runtime_core/libpandabase/tests/
H
A
D
code_allocator_test.cpp
38
static bool IsAligned(const void *
ptr
, size_t alignment)
in IsAligned()
argument
/arkcompiler/runtime_core/static_core/runtime/tests/
H
A
D
panda_smart_pointers_test.cpp
50
int ReturnValueFromUniqPtr(PandaUniquePtr<int>
ptr
)
in ReturnValueFromUniqPtr()
argument
/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
H
A
D
stack_walker_base.cpp
26
StackWalkerBase::FrameVariant StackWalkerBase::GetTopFrameFromFp(void *
ptr
, bool isFrameCompiled)
in GetTopFrameFromFp()
argument
41
StackWalkerBase::CFrameType StackWalkerBase::CreateCFrame(SlotType *
ptr
)
in CreateCFrame()
argument
/arkcompiler/runtime_core/static_core/runtime/
H
A
D
osr.h
51
void Set(const Method *method, void *
ptr
)
in Set()
argument
Completed in 8 milliseconds
1
2
3
4
5
6