Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dcard_table.h33 using Pointer = PtrType *; variable
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dalias_analysis.h65 Pointer(PointerType type, const Inst *base, const Inst *idx, uint64_t imm, const void *typePtr) in Pointer() function
/arkcompiler/jsvm/src/inspector/
Dinspector_utils.h88 typedef std::unique_ptr<T, FunctionDeleter> Pointer; typedef
Dinspector_socket.cpp34 using Pointer = DeleteFnPtr<TcpHolder, DisconnectAndDispose>; typedef in jsvm::inspector::TcpHolder
/arkcompiler/runtime_core/libpandabase/utils/
Dbit_vector.h98 using Pointer = std::conditional_t<IsConst, const bool *, BitReference *>; variable
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dbit_vector.h99 using Pointer = std::conditional_t<IS_CONST, const bool *, BitReference *>; variable