Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dmem_common.h23 inline uintptr_t ToUintPtr(T *val) in ToUintPtr() function
28 inline uintptr_t ToUintPtr(std::nullptr_t) in ToUintPtr() function
/arkcompiler/runtime_core/libpandabase/mem/
Dmem.h110 inline uintptr_t ToUintPtr(T *val) in ToUintPtr() function
115 inline 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