Home
last modified time | relevance | path

Searched defs:CreateNewInstance (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_profiler_interface.cpp32 HeapProfilerInterface *HeapProfilerInterface::CreateNewInstance(const EcmaVM *vm) in CreateNewInstance() function in panda::ecmascript::HeapProfilerInterface
/arkcompiler/ets_runtime/ecmascript/daemon/
Ddaemon_thread.cpp29 void DaemonThread::CreateNewInstance() in CreateNewInstance() function in panda::ecmascript::DaemonThread
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h1618 … static NativeBindingInfo* CreateNewInstance() { return new(std::nothrow) NativeBindingInfo(); } in CreateNewInstance() function
1631 static XRefBindingInfo* CreateNewInstance() { return new(std::nothrow) XRefBindingInfo(); } in CreateNewInstance() function
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.cpp67 void SharedHeap::CreateNewInstance() in CreateNewInstance() function in panda::ecmascript::SharedHeap