Home
last modified time | relevance | path

Searched refs:bcInfo (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype_recorder.cpp153 PGOBCInfo *bcInfo = tsManager->GetBytecodeInfoCollector()->GetPGOBCInfo(); in CreateTypesForPGO() local
154bcInfo->IterateInfoAndType(methodOffset, [this, &typeParser, methodOffset, &recordName, &jsPandaFi… in CreateTypesForPGO()
Dbytecode_info_collector.cpp792 LexEnvManager::LexEnvManager(BCInfo &bcInfo) in LexEnvManager() argument
793 : lexEnvs_(bcInfo.GetMethodList().size()) in LexEnvManager()
795 const auto &methodList = bcInfo.GetMethodList(); in LexEnvManager()
Dbytecode_info_collector.h668 explicit LexEnvManager(BCInfo &bcInfo);
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp1063 const auto &bcInfo = bcInfoCollector->GetBytecodeInfo(); in InferLdExternalModuleVar() local
1064 const auto &importRecordsInfos = bcInfo.GetImportRecordsInfos(); in InferLdExternalModuleVar()
1279 auto &bcInfo = ctx_->GetBytecodeInfo(); in CheckNamespaceFunc() local
1280 auto &methodLists = bcInfo.GetMethodList(); in CheckNamespaceFunc()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h844 kungfu::PGOBCInfo *bcInfo = bcInfoCollector_->GetPGOBCInfo(); in GetPGOGTCountByRecordName() local
845 return bcInfo->GetPGOExtendGTCount(recordName); in GetPGOGTCountByRecordName()