Home
last modified time | relevance | path

Searched refs:SetModuleName (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h346 void SetModuleName(const CString &moduleName) in SetModuleName() function
/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp458 instance->SetModuleName("moduleName"); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp3678 void JSNApi::SetModuleName(EcmaVM *vm, const std::string &moduleName) in SetModuleName() function in panda::JSNApi
3681 vm->SetModuleName(name); in SetModuleName()
3698 vm->SetModuleName(hostVM->GetModuleName()); in SynchronizVMInfo()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h1402 static void SetModuleName(EcmaVM *vm, const std::string &moduleName);
/arkcompiler/toolchain/tooling/base/
Dpt_types.h1764 RuntimeCallFrame &SetModuleName(const std::string &moduleName) in SetModuleName() function
Dpt_types.cpp2101 runtimeCallFrame->SetModuleName(cpuFrameInfo.moduleName); in FromFrameInfo()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp1405 JSNApi::SetModuleName(vm_, str); in HWTEST_F_L0()