Searched refs:enableMethodLog (Results 1 – 3 of 3) sorted by relevance
75 bool enableMethodLog = log_->GetEnableMethodLog(); in Compile() local76 if (enableMethodLog) { in Compile()90 circuit_, ctx_->GetByteCodes(), hasTypes, enableMethodLog && log_->OutputCIR(), in Compile()233 bool enableMethodLog = log_->GetEnableMethodLog(); in Compile() local234 if (enableMethodLog) { in Compile()249 … ctx.GetByteCodes(), hasTypes, enableMethodLog && log_->OutputCIR(), in Compile()
33 bool enableMethodLog = !NoneMethod(); in SetMethodLog() local35 enableMethodLog = logList->IncludesMethod(fileName, methodName); in SetMethodLog()37 SetEnableMethodLog(enableMethodLog); in SetMethodLog()42 bool enableMethodLog = !NoneMethod(); in SetStubLog() local44 enableMethodLog = logList->IncludesMethod(stubName); in SetStubLog()46 SetEnableMethodLog(enableMethodLog); in SetStubLog()
94 void SetEnableMethodLog(bool enableMethodLog) in SetEnableMethodLog() argument96 enableMethodLog_ = enableMethodLog; in SetEnableMethodLog()