Searched defs:ptManager (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/ |
| D | pgo_type_parser.h | 29 …BaseParser(PGOTypeManager *ptManager, PGOBCInfo::Type type) : ptManager_(ptManager), type_(type) {} in BaseParser() 46 ClassParser(PGOTypeManager *ptManager) : BaseParser(ptManager, PGOBCInfo::Type::CLASS) {} in ClassParser() 55 ArrayParser(PGOTypeManager *ptManager, PGOBCInfo::Type type) : BaseParser(ptManager, type) {} in ArrayParser() 63 …EmptyArrayParser(PGOTypeManager *ptManager) : ArrayParser(ptManager, PGOBCInfo::Type::EMPTY_ARRAY)… in EmptyArrayParser() 68 …ArrayLiteralParser(PGOTypeManager *ptManager) : ArrayParser(ptManager, PGOBCInfo::Type::ARRAY_LITE… in ArrayLiteralParser() 73 …ObjectLiteralParser(PGOTypeManager *ptManager) : BaseParser(ptManager, PGOBCInfo::Type::OBJ_LITERA… in ObjectLiteralParser() 82 FunctionParser(PGOTypeManager *ptManager) : BaseParser(ptManager, PGOBCInfo::Type::FUNCTION) {} in FunctionParser()
|
| D | pgo_hclass_generator.h | 26 PGOHClassGenerator(const PGOTypeRecorder &typeRecorder, PGOTypeManager *ptManager) in PGOHClassGenerator()
|
| D | pgo_type_parser.cpp | 181 PGOTypeParser::PGOTypeParser(const PGOProfilerDecoder &decoder, PGOTypeManager *ptManager) in PGOTypeParser()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | compilation_driver.cpp | 90 PGOTypeManager *ptManager = compilationEnv_->GetPTManager(); in SetCurrentCompilationFile() local 102 PGOTypeManager *ptManager = compilationEnv_->GetPTManager(); in StoreConstantPoolInfo() local
|
| D | aot_compiler_preprocessor.cpp | 355 PGOTypeManager *ptManager = vm_->GetJSThread()->GetCurrentEcmaContext()->GetPTManager(); in GeneratePGOTypes() local 365 PGOTypeManager *ptManager = vm_->GetJSThread()->GetCurrentEcmaContext()->GetPTManager(); in SnapshotInitialize() local
|
| D | ts_inline_lowering.cpp | 351 PGOTypeManager *ptManager = compilationEnv_->GetPTManager(); in BuildAccessor() local 547 PGOTypeManager *ptManager = compilationEnv_->GetPTManager(); in InlineAccessorCheck() local
|
| D | file_generators.cpp | 791 PGOTypeManager *ptManager = compilationEnv_->GetPTManager(); in SaveSnapshotFile() local
|
| D | type_info_accessors.cpp | 523 PGOTypeManager *ptManager = compilationEnv_->GetPTManager(); in GetAccessorPlr() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/ |
| D | snapshot_constantpool_data.cpp | 54 PGOTypeManager *ptManager = thread_->GetCurrentEcmaContext()->GetPTManager(); in TryGetHClass() local 61 PGOTypeManager *ptManager = thread_->GetCurrentEcmaContext()->GetPTManager(); in TryGetHClassByPGOTypeLocation() local
|