Home
last modified time | relevance | path

Searched refs:RemoveCompiledMethod (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompiler_log.h106 void RemoveCompiledMethod(const std::string& name, const CString& recordName);
Dcompiler_log.cpp236 void CompilerLog::RemoveCompiledMethod(const std::string& name, const CString& recordName) in RemoveCompiledMethod() function in panda::ecmascript::kungfu::CompilerLog
Dpass.h191 log_->RemoveCompiledMethod(methodName_, recordName_); in AbortCompilation()