| /arkcompiler/jsvm/src/ |
| D | jsvm_reference.cpp | 34 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
|
| D | jsvm_env.cpp | 134 jsvm::InspectorAgent* jsvm::InspectorAgent::New(JSVM_Env env) in New() function in jsvm::InspectorAgent
|
| D | memory_manager.h | 102 Element* New(Args&&... args) in New() function
|
| D | js_native_api_v8.cpp | 420 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/ |
| D | README.md | 7 ### 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 …]
|
| D | jsnapi_expo.cpp | 1276 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/ |
| D | internal_allocator-inl.h | 45 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
|
| D | humongous_obj_allocator.h | 66 [[nodiscard]] T *New(Args &&...args) in New() function
|
| D | freelist_allocator.h | 91 [[nodiscard]] T *New(Args &&...args) in New() function
|
| D | runslots_allocator.h | 74 [[nodiscard]] T *New(Args &&...args) in New() function
|
| /arkcompiler/runtime_core/static_core/libpandabase/mem/ |
| D | arena_allocator.h | 74 [[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/ |
| D | arena_allocator.h | 76 [[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/ |
| D | chunk.h | 65 [[nodiscard]] T *New(Args &&... args) in New() function
|
| D | caddress_allocator.h | 118 [[nodiscard]] S *New(Args &&... args) in New() function
|
| D | native_area_allocator.h | 68 std::enable_if_t<!std::is_array_v<T>, T *> New(Args &&... args) in New() function
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | regSpiller.cpp | 27 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/ |
| D | obj_pool.h | 159 Accessor New() in New() function
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/ |
| D | mempool.h | 197 T *New(Arguments &&... args) in New() function
|
| D | mempool_allocator.h | 46 T *New(Arguments &&... args) in New() function
|
| /arkcompiler/runtime_core/static_core/runtime/include/mem/ |
| D | allocator.h | 212 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/ |
| D | jsvm_utils.cpp | 301 JSVM_Value New(JSVM_Value constructor) in New() function
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_sample.cpp | 1250 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/ |
| D | js_native_api_v8_inspector.cpp | 1332 jsvm::InspectorAgent* jsvm::InspectorAgent::New(JSVM_Env env) in New() function in jsvm::InspectorAgent
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | inst.h | 2872 InstType *Inst::New(ArenaAllocator *allocator, Args &&... args) in New() function
|