Searched refs:INTERPRETER_LOGI (Results 1 - 6 of 6) sorted by relevance
/base/update/updater/services/script/script_interpreter/ |
H A D | script_expression.cpp | 73 INTERPRETER_LOGI(inter, local, "Execute statements identifier %s ", identifier_.c_str());
in Execute() 75 INTERPRETER_LOGI(inter, local, "IdentifierExpression::Execute '%s = %s ' ", identifier_.c_str(),
in Execute() 102 INTERPRETER_LOGI(inter, local, "AssignExpression::Execute update local var '%s = %s ' ", identifier_.c_str(),
in Execute() 129 INTERPRETER_LOGI(inter, local, "BinaryExpression::Execute ");
in Execute() 144 INTERPRETER_LOGI(inter, local, "BinaryExpression::Execute left:%s %s right:%s result:%s",
in Execute()
|
H A D | script_interpreter.cpp | 176 INTERPRETER_LOGI(*this, context, "ExecuteNativeFunc::Execute %s ", name.c_str());
in ExecuteNativeFunc() 195 INTERPRETER_LOGI(*this, context, "ExecuteNativeFunc::Execute %s result: %d", name.c_str(), ret);
in ExecuteNativeFunc() 202 INTERPRETER_LOGI(*this, context, "ExecuteNativeFunc::Execute %s ", name.c_str());
in ExecuteNativeFunc() 217 INTERPRETER_LOGI(*this, context, "ExecuteNativeFunc::Execute %s result: %d", name.c_str(), ret);
in ExecuteNativeFunc()
|
H A D | script_statement.cpp | 166 INTERPRETER_LOGI(interpreter, context, "UScriptStatementList::statement result :%s",
in Execute() 185 INTERPRETER_LOGI(interpreter, context, "UScriptForStatement::statement ");
in Execute() 207 INTERPRETER_LOGI(interpreter, context, "Execute statements result %s ",
in Execute() 218 INTERPRETER_LOGI(interpreter, context, "Execute after");
in Execute() 227 INTERPRETER_LOGI(interpreter, context, "UScriptStatementResult::statement ");
in Execute() 244 INTERPRETER_LOGI(interpreter, context, "Execute statements result %s ",
in Execute() 371 INTERPRETER_LOGI(interpreter, context, "params result: %s", UScriptValue::ScriptToString(var).c_str());
in Execute()
|
H A D | script_function.cpp | 34 INTERPRETER_LOGI(inter, context, "ScriptFunction execute %s", functionName_.c_str());
in Execute() 73 INTERPRETER_LOGI(inter, context, "ScriptFunction execute %s result %s", functionName_.c_str(),
in Execute()
|
H A D | script_interpreter.h | 28 #define INTERPRETER_LOGI(inter, context, format, ...) \
macro
|
H A D | script_context.cpp | 119 INTERPRETER_LOGI(inter, this, "FindVariable varName:%s ", id.c_str());
in FindVariable() 134 INTERPRETER_LOGI(inter, this, " Update varName:%s value: %s", id.c_str(),
in UpdateVariable()
|
Completed in 4 milliseconds