Searched defs:Pointer (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| D | card_table.h | 33 using Pointer = PtrType *; variable
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | alias_analysis.h | 65 Pointer(PointerType type, const Inst *base, const Inst *idx, uint64_t imm, const void *typePtr) in Pointer() function
|
| /arkcompiler/jsvm/src/inspector/ |
| D | inspector_utils.h | 88 typedef std::unique_ptr<T, FunctionDeleter> Pointer; typedef
|
| D | inspector_socket.cpp | 34 using Pointer = DeleteFnPtr<TcpHolder, DisconnectAndDispose>; typedef in jsvm::inspector::TcpHolder
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | bit_vector.h | 98 using Pointer = std::conditional_t<IsConst, const bool *, BitReference *>; variable
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | bit_vector.h | 99 using Pointer = std::conditional_t<IS_CONST, const bool *, BitReference *>; variable
|