/arkcompiler/runtime_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/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 | 64 [[nodiscard]] T *New(Args &&... args) in New() function
|
D | native_area_allocator.h | 59 std::enable_if_t<!std::is_array_v<T>, T *> New(Args &&... args) in New() function
|
D | caddress_allocator.h | 117 [[nodiscard]] S *New(Args &&... args) in New() function
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
D | jsnapi.cpp | 797 Local<NumberRef> NumberRef::New(const EcmaVM *vm, double input) in New() function in panda::NumberRef 807 Local<NumberRef> NumberRef::New(const EcmaVM *vm, int32_t input) in New() function in panda::NumberRef 814 Local<NumberRef> NumberRef::New(const EcmaVM *vm, uint32_t input) in New() function in panda::NumberRef 821 Local<NumberRef> NumberRef::New(const EcmaVM *vm, int64_t input) in New() function in panda::NumberRef 834 Local<BigIntRef> BigIntRef::New(const EcmaVM *vm, uint64_t input) in New() function in panda::BigIntRef 842 Local<BigIntRef> BigIntRef::New(const EcmaVM *vm, int64_t input) in New() function in panda::BigIntRef 899 Local<BooleanRef> BooleanRef::New(const EcmaVM *vm, bool input) in New() function in panda::BooleanRef 912 Local<IntegerRef> IntegerRef::New(const EcmaVM *vm, int input) in New() function in panda::IntegerRef 971 Local<SymbolRef> SymbolRef::New(const EcmaVM *vm, Local<StringRef> description) in New() function in panda::SymbolRef 992 Local<NativePointerRef> NativePointerRef::New(const EcmaVM *vm, void *nativePointer, size_t nativeB… in New() function in panda::NativePointerRef [all …]
|
/arkcompiler/runtime_core/verification/util/ |
D | obj_pool.h | 150 Accessor New() in New() function
|
/arkcompiler/runtime_core/runtime/include/mem/ |
D | allocator.h | 209 std::enable_if_t<!std::is_array_v<T>, T *> New(Args &&... args) in New() function 220 std::enable_if_t<is_unbounded_array_v<T>, std::remove_extent_t<T> *> New(size_t size) in New() function
|
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
D | inst.h | 5504 InstType *Inst::New(ArenaAllocator *allocator, Args &&... args) in New() function
|