| /arkcompiler/runtime_core/static_core/runtime/include/tooling/ |
| H A D | pt_object.h | 24 explicit PtObject(PtReference *ref = nullptr) : ref_(ref) {} in PtObject() argument
|
| H A D | pt_property.h | 23 explicit PtProperty(void *data = nullptr) : data_(data) {} in PtProperty() argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| H A D | analysis.h | 104 explicit InstAppender(BasicBlock *block, Inst *insertAfter = nullptr) : block_(block), prev_(insertAfter) {} in InstAppender() argument
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/inline_ir/ |
| H A D | patch_return_handler_stack_adjustment.cpp | 59 explicit PatchReturnHandlerStackAdjustment(ark::llvmbackend::LLVMArkInterface *arkInterface = nullptr) in PatchReturnHandlerStackAdjustment() argument
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/ |
| H A D | pt_hooks_wrapper.h | 301 SetHooks(nullptr); global() variable [all...] |
| /arkcompiler/ets_frontend/ets2panda/ir/ets/ |
| H A D | etsParameterExpression.h | 88 void SetInitializer(Expression *initExpr = nullptr) in SetInitializer() argument
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| H A D | graph_checker.h | 132 ArenaAllocator allocator_ {SpaceType::SPACE_TYPE_COMPILER, nullptr, true}; variable 133 ArenaAllocator local_allocator_ {SpaceType::SPACE_TYPE_COMPILER, nullptr, true}; variable
|
| /arkcompiler/runtime_core/static_core/compiler/tests/aarch32/ |
| H A D | encoder32_test.h | 55 void PreWork(ArenaVector<Reg> *savedRegs = nullptr) in PreWork() argument
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| H A D | live_registers_test.cpp | 28 ASSERT_EQ(LifeIntervalsTree::BuildIntervalsTree(intervals, GetGraph()), nullptr); in TEST_F() local 36 ASSERT_EQ(LifeIntervalsTree::BuildIntervalsTree(intervals, GetGraph()), nullptr); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| H A D | code_scopes.h | 26 explicit InteropCodeScope(EtsCoroutine *coro, char const *descr = nullptr) : coro_(coro) in InteropCodeScope() argument 85 InteropCodeScopeJS(EtsCoroutine *coro, napi_env env, char const *descr = nullptr) in InteropCodeScopeJS() argument
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
| H A D | etsTupleType.h | 28 explicit ETSTupleType(ArenaAllocator *const allocator, Type *const elementType = nullptr, in ETSTupleType() argument 35 explicit ETSTupleType(ArenaAllocator *const allocator, const TupleSizeType size, Type *const elementType = nullptr, in ETSTupleType() argument 41 explicit ETSTupleType(const ArenaVector<Type *> &typeList, Type *const elementType = nullptr, in ETSTupleType() argument
|
| /arkcompiler/ets_runtime/ecmascript/debugger/tests/ |
| H A D | hot_reload_manager_test.cpp | 54 ecmaVm->GetJsDebuggerManager()->SetDebuggerHandler(nullptr); variable
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | caddress_allocator.h | 73 pointer allocate(size_type n, [[maybe_unused]] const void *ptr = nullptr) in allocate() argument
|
| H A D | chunk_allocator.h | 84 pointer allocate(size_type n, [[maybe_unused]] const void *ptr = nullptr) in allocate() argument
|
| /arkcompiler/runtime_core/libpandabase/mem/ |
| H A D | mem_pool.h | 84 AllocArena(size_t size, SpaceType space_type, AllocatorType allocator_type, const void *allocator_addr = nullptr) AllocArena() argument 111 AllocPool(size_t size, SpaceType space_type, AllocatorType allocator_type, const void *allocator_addr = nullptr) AllocPool() argument
|
| H A D | arena_allocator_stl_adapter.h | 119 allocate(size_type n, [[maybe_unused]] typename ArenaAllocatorAdapter<void, use_oom_handler>::pointer ptr = nullptr) allocate() argument
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| H A D | ir_interface.h | 28 BytecodeOptIrInterface(const pandasm::AsmEmitter::PandaFileToPandaAsmMaps *maps, pandasm::Program *prog = nullptr) BytecodeOptIrInterface() argument [all...] |
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| H A D | ir_interface.h | 28 BytecodeOptIrInterface(const pandasm::AsmEmitter::PandaFileToPandaAsmMaps *maps, pandasm::Program *prog = nullptr) BytecodeOptIrInterface() argument [all...] |
| /arkcompiler/runtime_core/static_core/libpandabase/taskmanager/ |
| H A D | task.cpp | 76 if UNLIKELY (scheduler == nullptr) { in EventOnTaskAdding() argument 87 if UNLIKELY (scheduler == nullptr) { in EventOnStartExecution() argument 98 if UNLIKELY (scheduler == nullptr) { in EventOnEndExecution() argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| H A D | peepholes.h | 120 void SetIsApplied(Inst *inst, bool altFormat = false, const char *file = nullptr, int line = 0) in SetIsApplied() argument
|
| /arkcompiler/runtime_core/static_core/libpandabase/mem/ |
| H A D | arena_allocator_stl_adapter.h | 123 allocate(size_type n, [[maybe_unused]] typename ArenaAllocatorAdapter<void, USE_OOM_HANDLER>::pointer ptr = nullptr) allocate() argument
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| H A D | alloc_config.h | 76 static void RemoveFromCrossingMap(void *objAddr, size_t objSize, void *nextObjAddr, void *prevObjAddr = nullptr, in RemoveFromCrossingMap() argument 158 RemoveFromCrossingMap([[maybe_unused]] void *objAddr, [[maybe_unused]] size_t objSize, [[maybe_unused]] void *nextObjAddr = nullptr, [[maybe_unused]] void *prevObjAddr = nullptr, [[maybe_unused]] size_t prevObjSize = 0) RemoveFromCrossingMap() argument 211 RemoveFromCrossingMap([[maybe_unused]] void *objAddr, [[maybe_unused]] size_t objSize, [[maybe_unused]] void *nextObjAddr = nullptr, [[maybe_unused]] void *prevObjAddr = nullptr, [[maybe_unused]] size_t prevObjSize = 0) RemoveFromCrossingMap() argument 267 RemoveFromCrossingMap(void *objAddr, size_t objSize, void *nextObjAddr, void *prevObjAddr = nullptr, size_t prevObjSize = 0) RemoveFromCrossingMap() argument 328 RemoveFromCrossingMap([[maybe_unused]] void *objAddr, [[maybe_unused]] size_t objSize, [[maybe_unused]] void *nextObjAddr = nullptr, [[maybe_unused]] void *prevObjAddr = nullptr, [[maybe_unused]] size_t prevObjSize = 0) RemoveFromCrossingMap() argument [all...] |
| H A D | allocator_adapter.h | 110 pointer allocate(size_type size, [[maybe_unused]] const void *hint = nullptr) in allocate() argument
|
| H A D | runslots_allocator_stl_adapter.h | 135 allocate(size_type n, [[maybe_unused]] typename RunSlotsAllocatorAdapter<void, AllocConfigT, LockConfigT>::pointer ptr = nullptr) allocate() argument
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/ |
| H A D | remote_object_type.h | 64 explicit RemoteObjectType(const char *type, const char *subtype = nullptr) : type_(type), subtype_(subtype) {} in RemoteObjectType() argument
|