Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype_recorder.cpp158 const PGOBCInfo *bcInfo = tsManager->GetBytecodeInfoCollector()->GetPGOBCInfo(); in CreateTypesForPGO()
215 const PGOBCInfo *bcInfo = tsManager->GetBytecodeInfoCollector()->GetPGOBCInfo(); in BindPgoTypeToGateType()
Dpass_manager.h88 BytecodeInfoCollector* GetBytecodeInfoCollector() const in GetBytecodeInfoCollector() function
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h527 inline kungfu::BytecodeInfoCollector *GetBytecodeInfoCollector() const in GetBytecodeInfoCollector() function
Dts_type_parser.cpp41 auto bcInfoCollector = tsManager_->GetBytecodeInfoCollector(); in TSTypeParser()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp1117 auto bcInfoCollector = tsManager_->GetBytecodeInfoCollector(); in InferLdExternalModuleVar()