Home
last modified time | relevance | path

Searched refs:contentIndex (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeRecorder.cpp249 int64_t TypeRecorder::GetArrayType(int64_t contentIndex) const in GetArrayType()
251 return FindValue(arrayType_, contentIndex, PRIMITIVETYPE_ANY); in GetArrayType()
254 void TypeRecorder::SetArrayType(int64_t contentIndex, int64_t arrayIndex) in SetArrayType() argument
256 arrayType_[contentIndex] = arrayIndex; in SetArrayType()
257 ASSERT(GetArrayType(contentIndex) == arrayIndex); in SetArrayType()
DtypeRecorder.h90 int64_t GetArrayType(int64_t contentIndex) const;
91 void SetArrayType(int64_t contentIndex, int64_t arrayIndex);