Home
last modified time | relevance | path

Searched defs:recorder (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
DtypeExtractorEmitter.cpp56 static void GenTypeInfo(const extractor::TypeRecorder *recorder, int64_t typeIndex, std::vector<Lit… in GenTypeInfo()
75 static void GenInsnTypeInfo(const extractor::TypeRecorder *recorder, uint32_t orderIndex, int64_t t… in GenInsnTypeInfo()
92 auto recorder = pg_->Context()->TypeRecorder(); in GenFunctionTypeInfo() local
147 const extractor::TypeRecorder *recorder, const M &map, AnnotationData &funcTypeAnnotation) in GenImportOrDeclareTypeInfo()
236 const extractor::TypeRecorder *recorder) in GenTypeLiteralBuffers()
/arkcompiler/ets_frontend/ts2panda/src/
DlexicalBinder.ts38 private recorder: Recorder; property in LexicalBinder
Dcompiler.ts137 private recorder: Recorder; property in Compiler
/arkcompiler/ets_frontend/ts2panda/tests/
Dlexenv.test.ts70 let recorder = new Recorder(sourceFile, globalScope, compilerDriver, false, false, true); variable
98 let recorder = new Recorder(sourceFile, globalScope, compilerDriver, false, false, true); variable
146 let recorder = new Recorder(sourceFile, globalScope, compilerDriver, false, false, true); variable
170 let recorder = new Recorder(sourceFile, globalScope, compilerDriver, false, false, true); variable
224 let recorder = new Recorder(sourceFile, globalScope, compilerDriver, false, false, true); variable
/arkcompiler/ets_frontend/es2panda/compiler/core/
DcompilerContext.cpp34 void CompilerContext::SetTypeRecorder(extractor::TypeRecorder *recorder) in SetTypeRecorder()