Home
last modified time | relevance | path

Searched defs:ptr (Results 1 - 25 of 134) sorted by relevance

123456

/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dmem_hooks_test.cpp25 char *ptr = static_cast<char *>(malloc(5_MB)); // NOLINT(cppcoreguidelines-no-malloc) in MallocFunc() local
H A Dcode_allocator_test.cpp42 static bool IsAligned(const void *ptr, size_t alignment) in IsAligned() argument
/arkcompiler/runtime_core/static_core/verification/util/tests/
H A Daddr_map_test.cpp41 char *ptr; in TEST_F() local
/arkcompiler/runtime_core/static_core/verification/cflow/
H A Dcflow_common.cpp24 PandaString OffsetAsHexStr(const void *base, const void *ptr) in OffsetAsHexStr() argument
/arkcompiler/runtime_core/tests/fuzztest/mapptrmoveconstructor_fuzzer/
H A Dmapptrmoveconstructor_fuzzer.cpp22 uint8_t* ptr = const_cast<uint8_t*>(data); in MapPtrMoveConstructorFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/maple_be/
H A Dcg_cg_irbuilder_test.cpp46 BitShiftOperand *ptr = &(opbuilder_obj.CreateBitShift(BitShiftOperand::ShiftOp::kASR, 1, 2, &memPool2)); in TEST() local
/arkcompiler/ets_runtime/test/fuzztest/jsnapisetprofilerstate_fuzzer/
H A Djsnapisetprofilerstate_fuzzer.cpp33 uint8_t *ptr = nullptr; in JSNApiSetProfilerStateFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/stringrefcast_fuzzer/
H A Dstringrefcast_fuzzer.cpp33 uint8_t* ptr = nullptr; in StringRefCastFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/jsnapifork_fuzzer/
H A Djsnapifork_fuzzer.cpp34 uint8_t* ptr = nullptr; in JSNApiPreForkFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/stringrefgetnapiwrapperstring_fuzzer/
H A Dstringrefgetnapiwrapperstring_fuzzer.cpp37 uint8_t *ptr = nullptr; in StringRefGetNapiWrapperStringFuzzTest() local
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dexpected.h137 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 Dpanda_smart_pointers.h39 mem::InternalAllocator<>::GetInternalAllocatorFromRuntime()->Delete(ptr); variable
61 mem::InternalAllocator<>::GetInternalAllocatorFromRuntime()->DeleteArray(ptr); variable
/arkcompiler/runtime_core/static_core/tests/fuzztest/checkheader_fuzzer/
H A Dcheckheader_fuzzer.cpp32 ark::os::mem::ConstBytePtr ptr = in CheckHeaderFuzzTest() local
/arkcompiler/runtime_core/tests/fuzztest/checkheader_fuzzer/
H A Dcheckheader_fuzzer.cpp32 panda::os::mem::ConstBytePtr ptr = in CheckHeaderFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/weakmapref_fuzzer/
H A Dweakmapref_fuzzer.cpp43 uint8_t* ptr = nullptr; in WeakMapRefFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/jsnapiset_fuzzer/
H A Djsnapiset_fuzzer.cpp48 uint8_t *ptr = nullptr; in JSNApiSetBundleFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/objectrefall_fuzzer/
H A Dobjectrefall_fuzzer.cpp33 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 Dpromiseref_fuzzer.cpp34 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 Djsnapisethostpromiserejectiontracker_fuzzer.cpp56 uint8_t* ptr = nullptr; in JSNApiSetHostResolveBufferTrackerFuzzTest() local
71 uint8_t* ptr = nullptr; in JSNApiSetUnloalNativeModuleCallbackFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/jsnapisetloop_fuzzer/
H A Djsnapisetloop_fuzzer.cpp33 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 Dpropertyattribute_fuzzer.cpp33 uint8_t *ptr = nullptr; in PropertyAttributeFuzzTest() local
48 uint8_t *ptr = nullptr; in PropertyAttributeSetIsFuzzTest() local
/arkcompiler/runtime_core/libpandabase/tests/
H A Dcode_allocator_test.cpp38 static bool IsAligned(const void *ptr, size_t alignment) in IsAligned() argument
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dpanda_smart_pointers_test.cpp50 int ReturnValueFromUniqPtr(PandaUniquePtr<int> ptr) in ReturnValueFromUniqPtr() argument
/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
H A Dstack_walker_base.cpp26 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 Dosr.h51 void Set(const Method *method, void *ptr) in Set() argument

Completed in 8 milliseconds

123456