Home
last modified time | relevance | path

Searched defs:Pointer (Results 1 – 4 of 4) 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/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