Home
last modified time | relevance | path

Searched refs:GetArrayType (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeRecorder.cpp249 int64_t TypeRecorder::GetArrayType(int64_t contentIndex) const in GetArrayType() function in panda::es2panda::extractor::TypeRecorder
257 ASSERT(GetArrayType(contentIndex) == arrayIndex); in SetArrayType()
DtypeRecorder.h90 int64_t GetArrayType(int64_t contentIndex) const;
DtypeSystem.h1160 typeIndexShift_ = recorder_->GetArrayType(typeIndexRefShift_); in ArrayType()