| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| H A D | internal_allocator-inl.h | 45 std::enable_if_t<!std::is_array_v<T>, T *> InternalAllocator<CONFIG>::New(Args &&...args) in New() function in ark::mem::InternalAllocator 57 std::enable_if_t<is_unbounded_array_v<T>, std::remove_extent_t<T> *> InternalAllocator<CONFIG>::New(size_t size) in New() function in ark::mem::InternalAllocator
|
| H A D | freelist_allocator.h | 91 [[nodiscard]] T *New(Args &&...args) in New() function in ark::mem::FreeListAllocator
|
| H A D | humongous_obj_allocator.h | 66 [[nodiscard]] T *New(Args &&...args) in New() function in ark::mem::HumongousObjAllocator
|
| H A D | runslots_allocator.h | 74 [[nodiscard]] T *New(Args &&...args) in New() function in ark::mem::RunSlotsAllocator
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | caddress_allocator.h | 118 [[nodiscard]] S *New(Args &&... args) in New() function in panda::ecmascript::CAddressAllocator
|
| H A D | chunk.h | 65 [[nodiscard]] T *New(Args &&... args) in New() function in panda::ecmascript::Chunk
|
| H A D | native_area_allocator.h | 66 std::enable_if_t<!std::is_array_v<T>, T *> New(Args &&... args) in New() function in panda::ecmascript::NativeAreaAllocator
|
| /arkcompiler/runtime_core/libpandabase/mem/ |
| H A D | arena_allocator.h | 76 [[nodiscard]] std::enable_if_t<!std::is_array_v<T>, T *> New(Args &&... args) in New() function in panda::ArenaAllocatorT 87 [[nodiscard]] std::enable_if_t<is_unbounded_array_v<T>, std::remove_extent_t<T> *> New(size_t size) in New() function in panda::ArenaAllocatorT
|
| /arkcompiler/runtime_core/static_core/libpandabase/mem/ |
| H A D | arena_allocator.h | 74 [[nodiscard]] std::enable_if_t<!std::is_array_v<T>, T *> New(Args &&...args) in New() function in ark::ArenaAllocatorT 85 [[nodiscard]] std::enable_if_t<is_unbounded_array_v<T>, std::remove_extent_t<T> *> New(size_t size) in New() function in ark::ArenaAllocatorT
|
| /arkcompiler/runtime_core/static_core/verification/util/ |
| H A D | obj_pool.h | 159 Accessor New() in New() function in ark::verifier::ObjPool
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/ |
| H A D | mempool.h | 197 T *New(Arguments &&... args) in New() function in maple::MemPool
|
| H A D | mempool_allocator.h | 46 T *New(Arguments &&... args) in New() function in maple::MapleAllocator
|
| /arkcompiler/runtime_core/static_core/runtime/include/mem/ |
| H A D | allocator.h | 212 std::enable_if_t<!std::is_array_v<T>, T *> New(Args &&...args) in New() function in ark::mem::Allocator 223 std::enable_if_t<is_unbounded_array_v<T>, std::remove_extent_t<T> *> New(size_t size) in New() function in ark::mem::Allocator
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| H A D | inst.h | 2872 InstType *Inst::New(ArenaAllocator *allocator, Args &&... args) in New() function in Inst
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| H A D | jsnapi_sample.cpp | 1202 Local<Greeter> Greeter::New(EcmaVM *vm, Local<StringRef> greet) New() function in panda::test::Greeter 1443 Local<Derive> Derive::New(EcmaVM *vm, Local<NumberRef> num) New() function in panda::test::Derive 1548 Local<DeriveDouble> DeriveDouble::New(EcmaVM *vm, Local<NumberRef> num) New() function in panda::test::DeriveDouble 1646 Local<DerivedTriple> DerivedTriple::New(EcmaVM *vm, Local<NumberRef> num) New() function in panda::test::DerivedTriple [all...] |
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| H A D | jsnapi_expo.cpp | 1168 Local<DataViewRef> DataViewRef::New( in New() function in panda::DataViewRef 1222 Local<NumberRef> NumberRef::New(const EcmaVM *vm, double input) in New() function in panda::NumberRef 1234 Local<NumberRef> NumberRef::New(const EcmaVM *vm, int32_t input) in New() function in panda::NumberRef 1243 Local<NumberRef> NumberRef::New(const EcmaVM *vm, uint32_t input) in New() function in panda::NumberRef 1252 Local<NumberRef> NumberRef::New(const EcmaVM *vm, int64_t input) in New() function in panda::NumberRef 1343 Local<MapRef> MapRef::New(const EcmaVM *vm) in New() function in panda::MapRef 1425 Local<SendableMapRef> SendableMapRef::New(const EcmaVM *vm) in New() function in panda::SendableMapRef 1590 Local<SendableSetRef> SendableSetRef::New(const EcmaVM *vm) in New() function in panda::SendableSetRef 1679 Local<MapIteratorRef> MapIteratorRef::New(const EcmaVM *vm, Local<MapRef> map) in New() function in panda::MapIteratorRef 1767 Local<SetIteratorRef> SetIteratorRef::New(cons function in panda::SetIteratorRef 1804 Local<BufferRef> BufferRef::New(const EcmaVM *vm, int32_t length) New() function in panda::BufferRef 1825 Local<BufferRef> BufferRef::New( New() function in panda::BufferRef 1904 Local<PromiseCapabilityRef> PromiseCapabilityRef::New(const EcmaVM *vm) New() function in panda::PromiseCapabilityRef 2035 Local<SymbolRef> SymbolRef::New(const EcmaVM *vm, Local<StringRef> description) New() function in panda::SymbolRef 2065 Local<BooleanRef> BooleanRef::New(const EcmaVM *vm, bool value) New() function in panda::BooleanRef 2257 Local<BigIntRef> BigIntRef::New(const EcmaVM *vm, uint64_t input) New() function in panda::BigIntRef 2268 Local<BigIntRef> BigIntRef::New(const EcmaVM *vm, int64_t input) New() function in panda::BigIntRef 2411 Local<IntegerRef> IntegerRef::New(const EcmaVM *vm, int input) New() function in panda::IntegerRef 2439 Local<ObjectRef> ObjectRef::New(const EcmaVM *vm) New() function in panda::ObjectRef 3000 Local<NativePointerRef> NativePointerRef::New(const EcmaVM *vm, void *nativePointer, size_t nativeBindingsize) New() function in panda::NativePointerRef 3010 Local<NativePointerRef> NativePointerRef::New( New() function in panda::NativePointerRef 3051 Local<ArrayBufferRef> ArrayBufferRef::New(const EcmaVM *vm, int32_t length) New() function in panda::ArrayBufferRef 3060 Local<ArrayBufferRef> ArrayBufferRef::New( New() function in panda::ArrayBufferRef 3108 Local<SendableArrayBufferRef> SendableArrayBufferRef::New(const EcmaVM *vm, int32_t length) New() function in panda::SendableArrayBufferRef 3117 Local<SendableArrayBufferRef> SendableArrayBufferRef::New( New() function in panda::SendableArrayBufferRef 3166 Local<DateRef> DateRef::New(const EcmaVM *vm, double time) New() function in panda::DateRef 3281 Local<FunctionRef> FunctionRef::New(EcmaVM *vm, FunctionCallback nativeFunc, New() function in panda::FunctionRef 3308 Local<FunctionRef> FunctionRef::New(EcmaVM *vm, InternalFunctionCallback nativeFunc, New() function in panda::FunctionRef 3775 Local<ArrayRef> ArrayRef::New(const EcmaVM *vm, uint32_t length) New() function in panda::ArrayRef 3810 Local<SendableArrayRef> SendableArrayRef::New(const EcmaVM *vm, uint32_t length) New() function in panda::SendableArrayRef 6151 Local<SetRef> SetRef::New(const EcmaVM *vm) New() function in panda::SetRef 6211 Local<WeakMapRef> WeakMapRef::New(const EcmaVM *vm) New() function in panda::WeakMapRef 6272 Local<WeakSetRef> WeakSetRef::New(const EcmaVM *vm) New() function in panda::WeakSetRef [all...] |