Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dpass_manager.h98 bool FilterMethod(const MethodLiteral *methodLiteral, const MethodPcInfo &methodPCInfo) const in FilterMethod() function
100 return bcInfoCollector_->FilterMethod(methodLiteral, methodPCInfo); in FilterMethod()
Dcompilation_driver.h119 … if (FilterMethod(bytecodeInfo_.GetRecordName(index), methodLiteral, methodPcInfo, methodName)) { in Run()
337 bool FilterMethod(const CString &recordName, const MethodLiteral *methodLiteral,
Dcompilation_driver.cpp194 bool CompilationDriver::FilterMethod(const CString &recordName, const MethodLiteral *methodLiteral, in FilterMethod() function in panda::ecmascript::kungfu::CompilationDriver
Dbytecode_info_collector.h710 bool FilterMethod(const MethodLiteral *methodLiteral, const MethodPcInfo &methodPCInfo) const in FilterMethod() function
Dts_inline_lowering.cpp138 if (ctx_->FilterMethod(inlinedMethod, methodPcInfo)) { in TryInline()