Home
last modified time | relevance | path

Searched defs:ptManager (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
Dpgo_type_parser.h29 …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()
Dpgo_type_parser.cpp182 PGOTypeParser::PGOTypeParser(const PGOProfilerDecoder &decoder, PGOTypeManager *ptManager) in PGOTypeParser()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompilation_driver.cpp89 PGOTypeManager *ptManager = compilationEnv_->GetPTManager(); in SetCurrentCompilationFile() local
101 PGOTypeManager *ptManager = compilationEnv_->GetPTManager(); in StoreConstantPoolInfo() local
Daot_compiler_preprocessor.cpp341 PGOTypeManager* ptManager = vm_->GetPTManager(); in GeneratePGOTypes() local
354 PGOTypeManager* ptManager = vm_->GetPTManager(); in SnapshotInitialize() local
Dts_inline_lowering.cpp364 PGOTypeManager *ptManager = compilationEnv_->GetPTManager(); in BuildAccessor() local
579 PGOTypeManager *ptManager = compilationEnv_->GetPTManager(); in InlineAccessorCheck() local
Dfile_generators.cpp797 PGOTypeManager *ptManager = compilationEnv_->GetPTManager(); in SaveSnapshotFile() local
Dtype_info_accessors.cpp477 PGOTypeManager *ptManager = compilationEnv_->GetPTManager(); in GetAccessorPlr() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
Dsnapshot_constantpool_data.cpp52 PGOTypeManager* ptManager = thread_->GetEcmaVM()->GetPTManager(); in TryGetHClass() local
59 PGOTypeManager* ptManager = thread_->GetEcmaVM()->GetPTManager(); in TryGetHClassByPGOTypeLocation() local