Searched refs:FilterInlinedMethod (Results 1 – 2 of 2) sorted by relevance
168 bool FilterInlinedMethod(MethodLiteral* method, std::vector<const uint8_t*> pcOffsets);
107 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