Home
last modified time | relevance | path

Searched defs:New (Results 1 – 24 of 24) sorted by relevance

/arkcompiler/jsvm/src/
Djsvm_reference.cpp34 UserReference* UserReference::New(JSVM_Env env, v8::Local<v8::Value> value, uint32_t initialRefcoun… in New() function in v8impl::UserReference
77 FinalizerTracker* FinalizerTracker::New(JSVM_Env env, JSVM_Finalize cb, void* finalizeData, void* f… in New() function in v8impl::FinalizerTracker
130 RuntimeReference* RuntimeReference::New(JSVM_Env env, v8::Local<v8::Value> value, void* data) in New() function in v8impl::RuntimeReference
139 RuntimeReference* RuntimeReference::New(JSVM_Env env, in New() function in v8impl::RuntimeReference
Djsvm_env.cpp134 jsvm::InspectorAgent* jsvm::InspectorAgent::New(JSVM_Env env) in New() function in jsvm::InspectorAgent
Dmemory_manager.h102 Element* New(Args&&... args) in New() function
Djs_native_api_v8.cpp420 static inline v8::Local<v8::Value> New(JSVM_Env env, JSVM_Callback cb) in New() function in v8impl::__anone4be3d930111::CallbackBundle
425 static inline v8::Local<v8::Value> New(JSVM_Env env, v8impl::JSVM_PropertyHandlerCfgStruct* cb) in New() function in v8impl::__anone4be3d930111::CallbackBundle
/arkcompiler/ets_runtime/ecmascript/napi/
DREADME.md7 ### New subsection
160 ### New subsection
189 ### New subsection
314 ### New subsection
3443 ### New subsection
4043 ### New subsection
4118 ### New subsection
4775 ### New subsection
5067 ### New subsection
5101 ### New subsection
[all …]
Djsnapi_expo.cpp1276 Local<DataViewRef> DataViewRef::New( in New() function in panda::DataViewRef
1345 Local<NumberRef> NumberRef::New(const EcmaVM *vm, double input) in New() function in panda::NumberRef
1357 Local<NumberRef> NumberRef::New(const EcmaVM *vm, int32_t input) in New() function in panda::NumberRef
1366 Local<NumberRef> NumberRef::New(const EcmaVM *vm, uint32_t input) in New() function in panda::NumberRef
1375 Local<NumberRef> NumberRef::New(const EcmaVM *vm, int64_t input) in New() function in panda::NumberRef
1466 Local<MapRef> MapRef::New(const EcmaVM *vm) in New() function in panda::MapRef
1550 Local<SendableMapRef> SendableMapRef::New(const EcmaVM *vm) in New() function in panda::SendableMapRef
1715 Local<SendableSetRef> SendableSetRef::New(const EcmaVM *vm) in New() function in panda::SendableSetRef
1804 Local<MapIteratorRef> MapIteratorRef::New(const EcmaVM *vm, Local<MapRef> map) in New() function in panda::MapIteratorRef
1892 Local<SetIteratorRef> SetIteratorRef::New(const EcmaVM *vm, Local<SetRef> set) in New() function in panda::SetIteratorRef
[all …]
/arkcompiler/runtime_core/static_core/runtime/mem/
Dinternal_allocator-inl.h45 std::enable_if_t<!std::is_array_v<T>, T *> InternalAllocator<CONFIG>::New(Args &&...args) in New() function
57 std::enable_if_t<is_unbounded_array_v<T>, std::remove_extent_t<T> *> InternalAllocator<CONFIG>::New in New() function
Dhumongous_obj_allocator.h66 [[nodiscard]] T *New(Args &&...args) in New() function
Dfreelist_allocator.h91 [[nodiscard]] T *New(Args &&...args) in New() function
Drunslots_allocator.h74 [[nodiscard]] T *New(Args &&...args) in New() function
/arkcompiler/runtime_core/static_core/libpandabase/mem/
Darena_allocator.h74 [[nodiscard]] std::enable_if_t<!std::is_array_v<T>, T *> New(Args &&...args) in New() function
85 …[[nodiscard]] std::enable_if_t<is_unbounded_array_v<T>, std::remove_extent_t<T> *> New(size_t size) in New() function
/arkcompiler/runtime_core/libpandabase/mem/
Darena_allocator.h76 [[nodiscard]] std::enable_if_t<!std::is_array_v<T>, T *> New(Args &&... args) in New() function
87 …[[nodiscard]] std::enable_if_t<is_unbounded_array_v<T>, std::remove_extent_t<T> *> New(size_t size) in New() function
/arkcompiler/ets_runtime/ecmascript/mem/
Dchunk.h65 [[nodiscard]] T *New(Args &&... args) in New() function
Dcaddress_allocator.h118 [[nodiscard]] S *New(Args &&... args) in New() function
Dnative_area_allocator.h68 std::enable_if_t<!std::is_array_v<T>, T *> New(Args &&... args) in New() function
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DregSpiller.cpp27 std::pair<RegSpiller::SpillInfo, const checker::Type *> RegSpiller::New() noexcept in New() function in ark::es2panda::compiler::RegSpiller
/arkcompiler/runtime_core/static_core/verification/util/
Dobj_pool.h159 Accessor New() in New() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/
Dmempool.h197 T *New(Arguments &&... args) in New() function
Dmempool_allocator.h46 T *New(Arguments &&... args) in New() function
/arkcompiler/runtime_core/static_core/runtime/include/mem/
Dallocator.h212 std::enable_if_t<!std::is_array_v<T>, T *> New(Args &&...args) in New() function
223 std::enable_if_t<is_unbounded_array_v<T>, std::remove_extent_t<T> *> New(size_t size) in New() function
/arkcompiler/jsvm/test/unittest/
Djsvm_utils.cpp301 JSVM_Value New(JSVM_Value constructor) in New() function
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_sample.cpp1250 Local<Greeter> Greeter::New(EcmaVM *vm, Local<StringRef> greet) in New() function in panda::test::Greeter
1491 Local<Derive> Derive::New(EcmaVM *vm, Local<NumberRef> num) in New() function in panda::test::Derive
1596 Local<DeriveDouble> DeriveDouble::New(EcmaVM *vm, Local<NumberRef> num) in New() function in panda::test::DeriveDouble
1694 Local<DerivedTriple> DerivedTriple::New(EcmaVM *vm, Local<NumberRef> num) in New() function in panda::test::DerivedTriple
/arkcompiler/jsvm/src/inspector/
Djs_native_api_v8_inspector.cpp1332 jsvm::InspectorAgent* jsvm::InspectorAgent::New(JSVM_Env env) in New() function in jsvm::InspectorAgent
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h2872 InstType *Inst::New(ArenaAllocator *allocator, Args &&... args) in New() function