Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeRecorder.h88 void SetClassType(int64_t instIndex, int64_t classIndex);
DtypeRecorder.cpp240 void TypeRecorder::SetClassType(int64_t instIndex, int64_t classIndex) in SetClassType() function in panda::es2panda::extractor::TypeRecorder
DtypeSystem.h881 recorder_->SetClassType(typeIndexShift_, typeIndexRefShift_); in ClassInstType()