Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dglobal_type_infer.cpp62 auto &methodPcInfo = methodPcInfos[methodInfo.GetMethodPcInfoIndex()]; in NewTypeInfer()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompilation_driver.h116 auto &methodPcInfo = methodPcInfos[methodInfo.GetMethodPcInfoIndex()]; in Run()
405 auto &methodPcInfo = methodPcInfos[methodInfo.GetMethodPcInfoIndex()]; in CompileMethod()
Daot_compiler_preprocessor.cpp216 auto &methodPcInfo = methodPcInfos[methodInfo.GetMethodPcInfoIndex()]; in GenerateGlobalTypes()
Dbytecode_info_collector.h249 inline uint32_t GetMethodPcInfoIndex() const in GetMethodPcInfoIndex() function
Dts_inline_lowering.cpp137 auto &methodPcInfo = methodPcInfos[methodInfo.GetMethodPcInfoIndex()]; in TryInline()