Searched defs:typeRecorder (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/ |
| D | pgo_hclass_generator.h | 26 PGOHClassGenerator(const PGOTypeRecorder &typeRecorder, PGOTypeManager *ptManager) in PGOHClassGenerator()
|
| D | pgo_type_parser.cpp | 25 void BaseParser::Parse(const BytecodeInfoCollector &collector, const PGOTypeRecorder &typeRecorder, in Parse() 195 PGOTypeRecorder typeRecorder(decoder_); in CreatePGOType() local 235 PGOTypeRecorder typeRecorder(decoder_, jsPandaFile, methodOffset); in CreatePGOType() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | argument_accessor.cpp | 120 void ArgumentAccessor::FillArgsGateType(const TypeRecorder *typeRecorder) in FillArgsGateType()
|
| D | aot_compiler_preprocessor.cpp | 217 … TypeRecorder typeRecorder(jsPandaFile, methodLiteral, tsManager, recordName, &profilerDecoder_, in GenerateGlobalTypes() local
|
| /arkcompiler/ets_frontend/ts2panda/src/ |
| D | ts2panda.ts | 335 let typeRecorder = TypeRecorder.getInstance(); variable
|