Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/fuzztest/setmodulename_fuzzer/
Dsetmodulename_fuzzer.cpp34 JSNApi::SetModuleName(vm, (char*)data); in SetModuleNameFuzzerTest()
/arkcompiler/ets_runtime/test/fuzztest/getmodulename_fuzzer/
Dgetmodulename_fuzzer.cpp34 JSNApi::SetModuleName(vm, (char*)data); in GetModuleNameFuzzerTest()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_manager.h145 void SetModuleName(const std::string &moduleName) in SetModuleName() function
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h445 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_expo.cpp2568 SetModuleName(vm, moduleName.c_str()); in SetModuleInfo()
2667 void JSNApi::SetModuleName(EcmaVM *vm, const std::string &moduleName) in SetModuleName() function in panda::JSNApi
2670 ecmascript::pgo::PGOProfilerManager::GetInstance()->SetModuleName(moduleName); in SetModuleName()
2671 vm->SetModuleName(name); in SetModuleName()
2693 vm->SetModuleName(hostVM->GetModuleName()); in SynchronizVMInfo()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h1302 static void SetModuleName(EcmaVM *vm, const std::string &moduleName);
/arkcompiler/toolchain/tooling/base/
Dpt_types.h1798 RuntimeCallFrame &SetModuleName(const std::string &moduleName) in SetModuleName() function
Dpt_types.cpp2167 runtimeCallFrame->SetModuleName(cpuFrameInfo.moduleName); in FromFrameInfo()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_first_tests.cpp1802 JSNApi::SetModuleName(vm_, str); in HWTEST_F_L0()
Dffi_workload.cpp6351 JSNApi::SetModuleName(vm_, str); in HWTEST_F_L0()
6354 TEST_TIME(JSValueRef::SetModuleName); in HWTEST_F_L0()
6362 JSNApi::SetModuleName(vm_, str); in HWTEST_F_L0()