Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/napi/
DJSNapi接口说明.md5 ### New subsection
158 ### New subsection
187 ### New subsection
312 ### New subsection
3441 ### New subsection
4041 ### New subsection
4116 ### New subsection
4773 ### New subsection
5065 ### New subsection
5099 ### New subsection
[all …]
Djsnapi_expo.cpp800 Local<DataViewRef> DataViewRef::New( in New() function in panda::DataViewRef
851 Local<NumberRef> NumberRef::New(const EcmaVM *vm, double input) in New() function in panda::NumberRef
863 Local<NumberRef> NumberRef::New(const EcmaVM *vm, int32_t input) in New() function in panda::NumberRef
872 Local<NumberRef> NumberRef::New(const EcmaVM *vm, uint32_t input) in New() function in panda::NumberRef
881 Local<NumberRef> NumberRef::New(const EcmaVM *vm, int64_t input) in New() function in panda::NumberRef
913 Local<MapRef> MapRef::New(const EcmaVM *vm) in New() function in panda::MapRef
989 Local<MapIteratorRef> MapIteratorRef::New(const EcmaVM *vm, Local<MapRef> map) in New() function in panda::MapIteratorRef
1051 Local<SetIteratorRef> SetIteratorRef::New(const EcmaVM *vm, Local<SetRef> set) in New() function in panda::SetIteratorRef
1083 Local<BufferRef> BufferRef::New(const EcmaVM *vm, int32_t length) in New() function in panda::BufferRef
1103 Local<BufferRef> BufferRef::New( in New() function in panda::BufferRef
[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.h66 [[nodiscard]] T *New(Args &&... args) in New() function
Dcaddress_allocator.h117 [[nodiscard]] S *New(Args &&... args) in New() function
Dnative_area_allocator.h66 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 panda::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/maple_me/include/
Dirmap.h176 T *New(Arguments &&... args) in New() function
/arkcompiler/runtime_core/static_core/runtime/include/mem/
Dallocator.h213 std::enable_if_t<!std::is_array_v<T>, T *> New(Args &&...args) in New() function
224 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/compiler/codegen/maple/mempool/include/
Dmempool.h191 T *New(Arguments &&... args) in New() function
Dmempool_allocator.h46 T *New(Arguments &&... args) in New() function
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_sample.cpp1216 Local<Greeter> Greeter::New(EcmaVM *vm, Local<StringRef> greet) in New() function in panda::test::Greeter
1457 Local<Derive> Derive::New(EcmaVM *vm, Local<NumberRef> num) in New() function in panda::test::Derive
1562 Local<DeriveDouble> DeriveDouble::New(EcmaVM *vm, Local<NumberRef> num) in New() function in panda::test::DeriveDouble
1660 Local<DerivedTriple> DerivedTriple::New(EcmaVM *vm, Local<NumberRef> num) in New() function in panda::test::DerivedTriple
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h2867 InstType *Inst::New(ArenaAllocator *allocator, Args &&... args) in New() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.h7397 InstType *Inst::New(ArenaAllocator *allocator, Args &&...args) in New() function