Searched refs:MethodPcInfo (Results 1 - 10 of 10) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | bytecode_info_collector.h | 32 // 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 D | aot_compiler_preprocessor.h | 124 MethodLiteral *methodLiteral, MethodPcInfo &methodPCInfo); 143 const MethodPcInfo &methodPCInfo, const std::string &methodName,
|
H A D | compilation_driver.h | 55 const MethodPcInfo &methodPcInfo, in CompileMethod()
|
H A D | pass_manager.h | 80 bool FilterMethod(const MethodLiteral *methodLiteral, const MethodPcInfo &methodPCInfo) const in FilterMethod()
|
H A D | pass_manager.cpp | 81 const MethodPcInfo &methodPCInfo, in Compile() 286 const MethodPcInfo &methodPCInfo,
|
H A D | ts_inline_lowering.h | 112 MethodInfo &methodInfo, MethodPcInfo &methodPCInfo, MethodLiteral *method, InlineTypeInfoAccessor &info);
|
H A D | aot_compiler_preprocessor.cpp | 221 MethodPcInfo &methodPCInfo) in AnalyzeGraph() 421 const MethodPcInfo &methodPCInfo, const std::string &methodName, in IsSkipMethod()
|
H A D | bytecode_info_collector.cpp | 171 methodPcInfos.emplace_back(MethodPcInfo { {}, insSz }); in CollectMethodPcsFromBC()
|
H A D | bytecode_circuit_builder.h | 219 const MethodPcInfo &methodPCInfo, in BytecodeCircuitBuilder()
|
H A D | ts_inline_lowering.cpp | 209 void TSInlineLowering::InlineCall(MethodInfo &methodInfo, MethodPcInfo &methodPCInfo, MethodLiteral* method, in InlineCall()
|
Completed in 10 milliseconds