Home
last modified time | relevance | path

Searched refs:IsPointer (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dprim_types.h49 bool IsPointer() const in IsPointer() function in maple::PrimitiveType
51 return property.IsPointer(); in IsPointer()
H A Dcfg_primitive_types.h79 bool IsPointer() const in IsPointer() function
H A Dmir_type.h150 return primitiveType.IsPointer(); in IsPrimitivePoint()
/arkcompiler/runtime_core/static_core/verification/util/
H A Dmem.h62 ALWAYS_INLINE inline bool IsPointer(uintptr_t x) in IsPointer() function
81 ASSERT(IsPointer(x)); in GetPointer()
/arkcompiler/runtime_core/static_core/verification/type/
H A Dtype_type.h146 return IsValid() && !IsBuiltin() && IsPointer(content_); in IsClass()

Completed in 4 milliseconds