Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompilation_driver.h118 … if (FilterMethod(bytecodeInfo_.GetRecordName(index), methodLiteral, methodPcInfo, methodName)) { in Run()
335 bool FilterMethod(const CString &recordName, const MethodLiteral *methodLiteral,
Dcompilation_driver.cpp193 bool CompilationDriver::FilterMethod(const CString &recordName, const MethodLiteral *methodLiteral, in FilterMethod() function in panda::ecmascript::kungfu::CompilationDriver