Home
last modified time | relevance | path

Searched defs:nullptr (Results 1 - 25 of 93) sorted by relevance

1234

/arkcompiler/runtime_core/static_core/runtime/include/tooling/
H A Dpt_object.h24 explicit PtObject(PtReference *ref = nullptr) : ref_(ref) {} in PtObject() argument
H A Dpt_property.h23 explicit PtProperty(void *data = nullptr) : data_(data) {} in PtProperty() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Danalysis.h104 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 Dpatch_return_handler_stack_adjustment.cpp59 explicit PatchReturnHandlerStackAdjustment(ark::llvmbackend::LLVMArkInterface *arkInterface = nullptr) in PatchReturnHandlerStackAdjustment() argument
/arkcompiler/runtime_core/static_core/runtime/tooling/
H A Dpt_hooks_wrapper.h301 SetHooks(nullptr); global() variable
[all...]
/arkcompiler/ets_frontend/ets2panda/ir/ets/
H A DetsParameterExpression.h88 void SetInitializer(Expression *initExpr = nullptr) in SetInitializer() argument
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dgraph_checker.h132 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 Dencoder32_test.h55 void PreWork(ArenaVector<Reg> *savedRegs = nullptr) in PreWork() argument
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dlive_registers_test.cpp28 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 Dcode_scopes.h26 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 DetsTupleType.h28 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 Dhot_reload_manager_test.cpp54 ecmaVm->GetJsDebuggerManager()->SetDebuggerHandler(nullptr); variable
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dcaddress_allocator.h73 pointer allocate(size_type n, [[maybe_unused]] const void *ptr = nullptr) in allocate() argument
H A Dchunk_allocator.h84 pointer allocate(size_type n, [[maybe_unused]] const void *ptr = nullptr) in allocate() argument
/arkcompiler/runtime_core/libpandabase/mem/
H A Dmem_pool.h84 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 Darena_allocator_stl_adapter.h119 allocate(size_type n, [[maybe_unused]] typename ArenaAllocatorAdapter<void, use_oom_handler>::pointer ptr = nullptr) allocate() argument
/arkcompiler/runtime_core/bytecode_optimizer/
H A Dir_interface.h28 BytecodeOptIrInterface(const pandasm::AsmEmitter::PandaFileToPandaAsmMaps *maps, pandasm::Program *prog = nullptr) BytecodeOptIrInterface() argument
[all...]
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Dir_interface.h28 BytecodeOptIrInterface(const pandasm::AsmEmitter::PandaFileToPandaAsmMaps *maps, pandasm::Program *prog = nullptr) BytecodeOptIrInterface() argument
[all...]
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/
H A Dtask.cpp76 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 Dpeepholes.h120 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 Darena_allocator_stl_adapter.h123 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 Dalloc_config.h76 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 Dallocator_adapter.h110 pointer allocate(size_type size, [[maybe_unused]] const void *hint = nullptr) in allocate() argument
H A Drunslots_allocator_stl_adapter.h135 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 Dremote_object_type.h64 explicit RemoteObjectType(const char *type, const char *subtype = nullptr) : type_(type), subtype_(subtype) {} in RemoteObjectType() argument

Completed in 10 milliseconds

1234