| /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 | 1253 Local<DataViewRef> DataViewRef::New( in New() function in panda::DataViewRef 1307 Local<NumberRef> NumberRef::New(const EcmaVM *vm, double input) in New() function in panda::NumberRef 1319 Local<NumberRef> NumberRef::New(const EcmaVM *vm, int32_t input) in New() function in panda::NumberRef 1328 Local<NumberRef> NumberRef::New(const EcmaVM *vm, uint32_t input) in New() function in panda::NumberRef 1337 Local<NumberRef> NumberRef::New(const EcmaVM *vm, int64_t input) in New() function in panda::NumberRef 1428 Local<MapRef> MapRef::New(const EcmaVM *vm) in New() function in panda::MapRef 1510 Local<SendableMapRef> SendableMapRef::New(const EcmaVM *vm) in New() function in panda::SendableMapRef 1675 Local<SendableSetRef> SendableSetRef::New(const EcmaVM *vm) in New() function in panda::SendableSetRef 1764 Local<MapIteratorRef> MapIteratorRef::New(const EcmaVM *vm, Local<MapRef> map) in New() function in panda::MapIteratorRef 1852 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/jsvm/src/ |
| D | jsvm_reference.cpp | 59 UserReference* UserReference::New(JSVM_Env env, v8::Local<v8::Value> value, uint32_t initialRefcoun… in New() function in v8impl::UserReference 160 FinalizerTracker* FinalizerTracker::New(JSVM_Env env, JSVM_Finalize cb, void* finalizeData, void* f… in New() function in v8impl::FinalizerTracker 213 RuntimeReference* RuntimeReference::New(JSVM_Env env, v8::Local<v8::Value> value, void* data) in New() function in v8impl::RuntimeReference 222 RuntimeReference* RuntimeReference::New(JSVM_Env env, in New() function in v8impl::RuntimeReference
|
| D | jsvm_env.cpp | 128 jsvm::InspectorAgent* jsvm::InspectorAgent::New(JSVM_Env env) in New() function in jsvm::InspectorAgent
|
| D | js_native_api_v8.cpp | 401 static inline v8::Local<v8::Value> New(JSVM_Env env, JSVM_Callback cb) in New() function in v8impl::__anonfccf36710111::CallbackBundle 406 static inline v8::Local<v8::Value> New(JSVM_Env env, v8impl::JSVM_PropertyHandlerCfgStruct* cb) in New() function in v8impl::__anonfccf36710111::CallbackBundle
|
| /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/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_sample.cpp | 1202 Local<Greeter> Greeter::New(EcmaVM *vm, Local<StringRef> greet) in New() function in panda::test::Greeter 1443 Local<Derive> Derive::New(EcmaVM *vm, Local<NumberRef> num) in New() function in panda::test::Derive 1548 Local<DeriveDouble> DeriveDouble::New(EcmaVM *vm, Local<NumberRef> num) in New() function in panda::test::DeriveDouble 1646 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 | 1329 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
|