Home
last modified time | relevance | path

Searched defs:ptManager (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
H A Dpgo_hclass_generator.h26 PGOHClassGenerator(const PGOTypeRecorder &typeRecorder, PGOTypeManager *ptManager) in PGOHClassGenerator() argument
H A Dpgo_type_parser.h29 BaseParser(PGOTypeManager *ptManager, PGOBCInfo::Type type) : ptManager_(ptManager), type_(type) {} in BaseParser() argument
46 ClassParser(PGOTypeManager *ptManager) : BaseParser(ptManager, PGOBCInfo::Type::CLASS) {} in ClassParser() argument
55 ArrayParser(PGOTypeManager *ptManager, PGOBCInfo::Type type) : BaseParser(ptManager, type) {} in ArrayParser() argument
63 EmptyArrayParser(PGOTypeManager *ptManager) : ArrayParser(ptManager, PGOBCInfo::Type::EMPTY_ARRAY) {} in EmptyArrayParser() argument
68 ArrayLiteralParser(PGOTypeManager *ptManager) : ArrayParser(ptManager, PGOBCInf argument
73 ObjectLiteralParser(PGOTypeManager *ptManager) ObjectLiteralParser() argument
82 FunctionParser(PGOTypeManager *ptManager) FunctionParser() argument
[all...]
H A Dpgo_type_parser.cpp181 PGOTypeParser::PGOTypeParser(const PGOProfilerDecoder &decoder, PGOTypeManager *ptManager) in PGOTypeParser() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcompilation_driver.cpp90 PGOTypeManager *ptManager = compilationEnv_->GetPTManager(); in SetCurrentCompilationFile() local
102 PGOTypeManager *ptManager = compilationEnv_->GetPTManager(); in StoreConstantPoolInfo() local
H A Daot_compiler_preprocessor.cpp349 PGOTypeManager *ptManager = vm_->GetJSThread()->GetCurrentEcmaContext()->GetPTManager(); in GeneratePGOTypes() local
359 PGOTypeManager *ptManager = vm_->GetJSThread()->GetCurrentEcmaContext()->GetPTManager(); in SnapshotInitialize() local
H A Dfile_generators.cpp791 PGOTypeManager *ptManager = compilationEnv_->GetPTManager(); in SaveSnapshotFile() local
H A Dtype_info_accessors.cpp523 PGOTypeManager *ptManager = compilationEnv_->GetPTManager(); in GetAccessorPlr() local
H A Dts_inline_lowering.cpp351 PGOTypeManager *ptManager = compilationEnv_->GetPTManager(); in BuildAccessor() local
547 PGOTypeManager *ptManager = compilationEnv_->GetPTManager(); in InlineAccessorCheck() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
H A Dsnapshot_constantpool_data.cpp52 PGOTypeManager *ptManager = thread_->GetCurrentEcmaContext()->GetPTManager(); in TryGetHClass() local
59 PGOTypeManager *ptManager = thread_->GetCurrentEcmaContext()->GetPTManager(); in TryGetHClassByPGOTypeLocation() local

Completed in 12 milliseconds