Searched refs:FilterMethod (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | pass_manager.h | 98 bool FilterMethod(const MethodLiteral *methodLiteral, const MethodPcInfo &methodPCInfo) const in FilterMethod() function 100 return bcInfoCollector_->FilterMethod(methodLiteral, methodPCInfo); in FilterMethod()
|
| D | compilation_driver.h | 119 … if (FilterMethod(bytecodeInfo_.GetRecordName(index), methodLiteral, methodPcInfo, methodName)) { in Run() 337 bool FilterMethod(const CString &recordName, const MethodLiteral *methodLiteral,
|
| D | compilation_driver.cpp | 194 bool CompilationDriver::FilterMethod(const CString &recordName, const MethodLiteral *methodLiteral, in FilterMethod() function in panda::ecmascript::kungfu::CompilationDriver
|
| D | bytecode_info_collector.h | 710 bool FilterMethod(const MethodLiteral *methodLiteral, const MethodPcInfo &methodPCInfo) const in FilterMethod() function
|
| D | ts_inline_lowering.cpp | 138 if (ctx_->FilterMethod(inlinedMethod, methodPcInfo)) { in TryInline()
|