Home
last modified time | relevance | path

Searched refs:GetAssetPath (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
H A Dmodule_message_helper.h30 ", assetPath:" + vm->GetAssetPath(); in VmModuleInfoMessage()
H A Dmodule_path_helper.cpp355 baseFileName = vm->GetAssetPath(); in ParsePrefixBundle()
396 baseFileName = thread->GetEcmaVM()->GetAssetPath(); in ParseNormalizedOhmUrl()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Djs_pandafile_executor.cpp41 name = vm->GetAssetPath(); in ParseAbcEntryPoint()
44 CString assetPath = vm->GetAssetPath(); in ParseAbcEntryPoint()
47 CString assetPath = vm->GetAssetPath(); in ParseAbcEntryPoint()
190 name = vm->GetAssetPath(); in ExecuteModuleBuffer()
192 CString assetPath = vm->GetAssetPath(); in ExecuteModuleBuffer()
195 CString assetPath = vm->GetAssetPath(); in ExecuteModuleBuffer()
392 name = vm->GetAssetPath(); in ExecuteModuleBufferSecure()
394 CString assetPath = vm->GetAssetPath(); in ExecuteModuleBufferSecure()
397 CString assetPath = vm->GetAssetPath(); in ExecuteModuleBufferSecure()
/arkcompiler/ets_runtime/test/fuzztest/getassetpath_fuzzer/
H A Dgetassetpath_fuzzer.cpp36 [[maybe_unused]]std::string res = JSNApi::GetAssetPath(vm); in GetAssetPathFuzzerTest()
/arkcompiler/ets_runtime/ecmascript/
H A Decma_vm.h502 CString GetAssetPath() const in GetAssetPath() function in panda::ecmascript::EcmaVM
H A Decma_context.cpp212 JSPandaFileManager::GetInstance()->FindJSPandaFile(vm_->GetAssetPath()); in ~EcmaContext()
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp4096 std::string JSNApi::GetAssetPath(EcmaVM *vm) in GetAssetPath() function in panda::JSNApi
4098 return vm->GetAssetPath().c_str(); in GetAssetPath()
4257 vm->SetAssetPath(hostVM->GetAssetPath()); in SynchronizVMInfo()
5832 ecmascript::CString name = vm->GetAssetPath(); in GetExportObject()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h1714 static std::string GetAssetPath(EcmaVM *vm);
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_first_tests.cpp1790 std::string res = JSNApi::GetAssetPath(vm_); in HWTEST_F_L0()
H A Dffi_workload.cpp6291 std::string res = JSNApi::GetAssetPath(vm_); in HWTEST_F_L0()
6294 TEST_TIME(JSValueRef::GetAssetPath); in HWTEST_F_L0()

Completed in 60 milliseconds