Searched refs:g_instructionHelper (Results 1 – 1 of 1) sorted by relevance
36 static ScriptInstructionHelper* g_instructionHelper = nullptr; variable40 if (g_instructionHelper == nullptr) { in GetBasicInstructionHelper()44 g_instructionHelper = new ScriptInstructionHelper(impl); in GetBasicInstructionHelper()46 return g_instructionHelper; in GetBasicInstructionHelper()51 if (g_instructionHelper != nullptr) { in ReleaseBasicInstructionHelper()52 delete g_instructionHelper; in ReleaseBasicInstructionHelper()54 g_instructionHelper = nullptr; in ReleaseBasicInstructionHelper()