Home
last modified time | relevance | path

Searched defs:ToUintPtr (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/common_interfaces/base/
Dmem.h24 inline uintptr_t ToUintPtr(T *val) in ToUintPtr() function
29 inline uintptr_t ToUintPtr(std::nullptr_t) in ToUintPtr() function
/arkcompiler/runtime_core/libpandabase/mem/
Dmem.h111 inline uintptr_t ToUintPtr(T *val) in ToUintPtr() function
116 inline uintptr_t ToUintPtr(std::nullptr_t) in ToUintPtr() function
/arkcompiler/runtime_core/static_core/libpandabase/mem/
Dmem.h108 constexpr uintptr_t ToUintPtr(T *val) in ToUintPtr() function
113 constexpr uintptr_t ToUintPtr(std::nullptr_t) in ToUintPtr() function
/arkcompiler/runtime_core/libpandabase/serializer/
Dserializer.h33 inline uintptr_t ToUintPtr(const uint8_t *p) in ToUintPtr() function
/arkcompiler/runtime_core/static_core/libpandabase/serializer/
Dserializer.h33 inline uintptr_t ToUintPtr(const uint8_t *p) in ToUintPtr() function
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/tests/
Djs_stackinfo_test.cpp60 uintptr_t ToUintPtr(T frame) in ToUintPtr() function