Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dglobal_type_infer.cpp61 const auto &methodPcInfos = bcInfo_.GetMethodPcInfos(); in NewTypeInfer()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompilation_driver.h106 const auto &methodPcInfos = bytecodeInfo_.GetMethodPcInfos(); in Run()
402 const auto &methodPcInfos = bytecodeInfo_.GetMethodPcInfos(); in CompileMethod()
Daot_compiler_preprocessor.cpp208 const auto &methodPcInfos = bytecodeInfo.GetMethodPcInfos(); in GenerateGlobalTypes()
Dbytecode_info_collector.cpp89 auto &methodPcInfos = bytecodeInfo_.GetMethodPcInfos(); in ProcessClasses()
170 auto &methodPcInfos = bytecodeInfo_.GetMethodPcInfos(); in ProcessMethod()
314 auto &methodPcInfos = bytecodeInfo_.GetMethodPcInfos(); in CollectMethodPcsFromBC()
Dbytecode_info_collector.h420 std::vector<MethodPcInfo>& GetMethodPcInfos() in GetMethodPcInfos() function
Dts_inline_lowering.cpp136 auto &methodPcInfos = bytecodeInfo.GetMethodPcInfos(); in TryInline()