Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dalias_visitor.h125 Pointer(PointerType type, const Inst *base, const Inst *idx, uint64_t imm, const void *typePtr) in Pointer() function
129 Pointer(const Inst *base, const PointerOffset &offset) : PointerOffset(offset), base_(base) {} in Pointer() function
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dcard_table.h33 using Pointer = PtrType *; variable
/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/ets_runtime/common_components/objects/string_table/
Dhashtriemap.h61 using Pointer = BitField<uint64_t, 0, POINTER_LENGTH>; variable
/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