Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dglobal_type_infer.cpp60 const auto &methodPcInfos = bcInfo_.GetMethodPcInfos(); in NewTypeInfer()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompilation_driver.h105 const auto &methodPcInfos = bytecodeInfo_.GetMethodPcInfos(); in Run()
Dbytecode_info_collector.cpp74 auto &methodPcInfos = bytecodeInfo_.GetMethodPcInfos(); in ProcessClasses()
240 auto &methodPcInfos = bytecodeInfo_.GetMethodPcInfos(); in CollectMethodPcsFromBC()
Dbytecode_info_collector.h452 std::vector<MethodPcInfo>& GetMethodPcInfos() in GetMethodPcInfos() function
Dts_inline_lowering.cpp101 auto &methodPcInfos = bytecodeInfo.GetMethodPcInfos(); in TryInline()