Home
last modified time | relevance | path

Searched refs:MethodPcInfo (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbytecode_info_collector.h32 // methods with the same instructions share one common MethodPcInfo
33 struct MethodPcInfo { struct
122 // used to obtain MethodPcInfo from the vector methodPcInfos of struct BCInfo
155 std::vector<MethodPcInfo>& GetMethodPcInfos() in GetMethodPcInfos()
276 std::vector<MethodPcInfo> methodPcInfos_ {};
333 bool FilterMethod(const MethodLiteral *methodLiteral, const MethodPcInfo &methodPCInfo) const in FilterMethod()
H A Daot_compiler_preprocessor.h124 MethodLiteral *methodLiteral, MethodPcInfo &methodPCInfo);
143 const MethodPcInfo &methodPCInfo, const std::string &methodName,
H A Dcompilation_driver.h55 const MethodPcInfo &methodPcInfo, in CompileMethod()
H A Dpass_manager.h80 bool FilterMethod(const MethodLiteral *methodLiteral, const MethodPcInfo &methodPCInfo) const in FilterMethod()
H A Dpass_manager.cpp81 const MethodPcInfo &methodPCInfo, in Compile()
286 const MethodPcInfo &methodPCInfo,
H A Dts_inline_lowering.h112 MethodInfo &methodInfo, MethodPcInfo &methodPCInfo, MethodLiteral *method, InlineTypeInfoAccessor &info);
H A Daot_compiler_preprocessor.cpp221 MethodPcInfo &methodPCInfo) in AnalyzeGraph()
421 const MethodPcInfo &methodPCInfo, const std::string &methodName, in IsSkipMethod()
H A Dbytecode_info_collector.cpp171 methodPcInfos.emplace_back(MethodPcInfo { {}, insSz }); in CollectMethodPcsFromBC()
H A Dbytecode_circuit_builder.h219 const MethodPcInfo &methodPCInfo, in BytecodeCircuitBuilder()
H A Dts_inline_lowering.cpp209 void TSInlineLowering::InlineCall(MethodInfo &methodInfo, MethodPcInfo &methodPCInfo, MethodLiteral* method, in InlineCall()

Completed in 9 milliseconds