Searched refs:RemoveCompiledMethod (Results 1 – 3 of 3) sorted by relevance
106 void RemoveCompiledMethod(const std::string& name, const CString& recordName);
236 void CompilerLog::RemoveCompiledMethod(const std::string& name, const CString& recordName) in RemoveCompiledMethod() function in panda::ecmascript::kungfu::CompilerLog
191 log_->RemoveCompiledMethod(methodName_, recordName_); in AbortCompilation()