Home
last modified time | relevance | path

Searched defs:SetBundleName (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Daot_compiler_stats.h35 void SetBundleName(std::string bundleName) in SetBundleName() function
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_encoder.h53 void SetBundleName(const std::string &bundleName) in SetBundleName() function
Dpgo_profiler_manager.h48 void SetBundleName(const std::string &bundleName) in SetBundleName() function
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_dfx.h67 void SetBundleName(CString bundleName) in SetBundleName() function
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h258 void SetBundleName(const std::string &value) in SetBundleName() function
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h506 inline void SetBundleName(const CString &bundleName) in SetBundleName() function
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp4120 void JSNApi::SetBundleName(EcmaVM *vm, const std::string &bundleName) in SetBundleName() function in panda::JSNApi