Searched defs:ptManager (Results 1 – 8 of 8) 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_type_parser.cpp | 182 PGOTypeParser::PGOTypeParser(const PGOProfilerDecoder &decoder, PGOTypeManager *ptManager) in PGOTypeParser()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | compilation_driver.cpp | 89 PGOTypeManager *ptManager = compilationEnv_->GetPTManager(); in SetCurrentCompilationFile() local 101 PGOTypeManager *ptManager = compilationEnv_->GetPTManager(); in StoreConstantPoolInfo() local
|
| D | aot_compiler_preprocessor.cpp | 341 PGOTypeManager* ptManager = vm_->GetPTManager(); in GeneratePGOTypes() local 354 PGOTypeManager* ptManager = vm_->GetPTManager(); in SnapshotInitialize() local
|
| D | ts_inline_lowering.cpp | 364 PGOTypeManager *ptManager = compilationEnv_->GetPTManager(); in BuildAccessor() local 579 PGOTypeManager *ptManager = compilationEnv_->GetPTManager(); in InlineAccessorCheck() local
|
| D | file_generators.cpp | 797 PGOTypeManager *ptManager = compilationEnv_->GetPTManager(); in SaveSnapshotFile() local
|
| D | type_info_accessors.cpp | 477 PGOTypeManager *ptManager = compilationEnv_->GetPTManager(); in GetAccessorPlr() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/ |
| D | snapshot_constantpool_data.cpp | 52 PGOTypeManager* ptManager = thread_->GetEcmaVM()->GetPTManager(); in TryGetHClass() local 59 PGOTypeManager* ptManager = thread_->GetEcmaVM()->GetPTManager(); in TryGetHClassByPGOTypeLocation() local
|