Home
last modified time | relevance | path

Searched refs:FilterInlinedMethod (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_inline_lowering.h168 bool FilterInlinedMethod(MethodLiteral* method, std::vector<const uint8_t*> pcOffsets);
Dts_inline_lowering.cpp107 inlineSuccess_ = FilterInlinedMethod(inlinedMethod, methodPcInfo.pcOffsets); in TryInline()
149 bool TSInlineLowering::FilterInlinedMethod(MethodLiteral* method, std::vector<const uint8_t*> pcOff… in FilterInlinedMethod() function in panda::ecmascript::kungfu::TSInlineLowering