Home
last modified time | relevance | path

Searched refs:InsertJSPandaFileVmUnlocked (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_manager.cpp60 InsertJSPandaFileVmUnlocked(thread->GetEcmaVM(), jsPandaFile); in LoadJSPandaFile()
136 InsertJSPandaFileVmUnlocked(thread->GetEcmaVM(), jsPandaFile); in LoadJSPandaFile()
180 InsertJSPandaFileVmUnlocked(thread->GetEcmaVM(), jsPandaFile); in LoadJSPandaFileSecure()
287 void JSPandaFileManager::InsertJSPandaFileVmUnlocked(const EcmaVM *vm, in InsertJSPandaFileVmUnlocked() function in panda::ecmascript::JSPandaFileManager
475 InsertJSPandaFileVmUnlocked(vm, jsPandaFile); in GenerateJSPandaFile()
Djs_pandafile_manager.h94 …void InsertJSPandaFileVmUnlocked(const EcmaVM *vm, const std::shared_ptr<JSPandaFile> &jsPandaFile…