Searched defs:ptManager (Results 1 – 10 of 10) 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 | 184 PGOTypeParser::PGOTypeParser(const PGOProfilerDecoder &decoder, PGOTypeManager *ptManager) in PGOTypeParser()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | object_access_helper.cpp | 131 PGOTypeManager *ptManager = thread_->GetCurrentEcmaContext()->GetPTManager(); in ComputeForClassInstance() local 152 PGOTypeManager *ptManager = thread_->GetCurrentEcmaContext()->GetPTManager(); in ClassInstanceIsCallable() local
|
| D | aot_compiler_preprocessor.cpp | 203 PGOTypeManager *ptManager = vm_->GetJSThread()->GetCurrentEcmaContext()->GetPTManager(); in GenerateGlobalTypes() local 241 PGOTypeManager *ptManager = vm_->GetJSThread()->GetCurrentEcmaContext()->GetPTManager(); in GeneratePGOTypes() local 253 PGOTypeManager *ptManager = vm_->GetJSThread()->GetCurrentEcmaContext()->GetPTManager(); in SnapshotInitialize() local
|
| D | compilation_driver.cpp | 260 PGOTypeManager *ptManager = vm_->GetJSThread()->GetCurrentEcmaContext()->GetPTManager(); in SetCurrentConstantPool() local 272 PGOTypeManager *ptManager = vm_->GetJSThread()->GetCurrentEcmaContext()->GetPTManager(); in StoreConstantPoolInfo() local
|
| D | ts_inline_lowering.cpp | 346 PGOTypeManager *ptManager = thread_->GetCurrentEcmaContext()->GetPTManager(); in BuildAccessor() local 554 PGOTypeManager *ptManager = thread_->GetCurrentEcmaContext()->GetPTManager(); in InlineAccessorCheck() local
|
| D | type_info_accessors.cpp | 359 PGOTypeManager *ptManager = thread_->GetCurrentEcmaContext()->GetPTManager(); in GetAccessorPlr() local
|
| D | file_generators.cpp | 653 PGOTypeManager *ptManager = vm_->GetJSThread()->GetCurrentEcmaContext()->GetPTManager(); in SaveSnapshotFile() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/ |
| D | snapshot_constantpool_data.cpp | 40 PGOTypeManager *ptManager = thread_->GetCurrentEcmaContext()->GetPTManager(); in TryGetHClass() local 47 PGOTypeManager *ptManager = thread_->GetCurrentEcmaContext()->GetPTManager(); in TryGetHClassByPGOTypeLocation() local 227 PGOTypeManager *ptManager = thread_->GetCurrentEcmaContext()->GetPTManager(); in StoreDataToGlobalData() local
|