Home
last modified time | relevance | path

Searched refs:PreCompileChecker (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dprecompile_checker.cpp20 bool PreCompileChecker::Run() in Run()
33 bool PreCompileChecker::HasReturnCheck() const in HasReturnCheck()
40 bool PreCompileChecker::HasDebuggerStmt() const in HasDebuggerStmt()
45 void PreCompileChecker::PrintAbortInfo(const std::string& checkName) const in PrintAbortInfo()
H A Dprecompile_checker.h23 class PreCompileChecker { class
25 PreCompileChecker(PassData* data, Circuit* circuit, const std::string& methodName, bool enableLog) in PreCompileChecker() function in panda::ecmascript::kungfu::PreCompileChecker
H A Dpass.h247 PreCompileChecker preCompileChecker(data, data->GetCircuit(), data->GetMethodName(), enableLog); in Run()

Completed in 2 milliseconds