Home
last modified time | relevance | path

Searched defs:allocator (Results 376 - 400 of 1291) sorted by relevance

1...<<11121314151617181920>>...52

/third_party/python/Include/cpython/
H A Dobjimpl.h68 PyAPI_FUNC(void) PyObject_GetArenaAllocator(PyObjectArenaAllocator *allocator); variable
71 PyAPI_FUNC(void) PyObject_SetArenaAllocator(PyObjectArenaAllocator *allocator); variable
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dnative_area_allocator.cpp139 NativeAreaAllocator* allocator = reinterpret_cast<NativeAreaAllocator*>(data); in FreeBufferFunc() local
/arkcompiler/ets_runtime/ecmascript/shared_objects/
H A Djs_sendable_arraybuffer.cpp50 NativeAreaAllocator *allocator = SharedHeap::GetInstance()->GetNativeAreaAllocator(); in Attach() local
73 NativeAreaAllocator *allocator = SharedHeap::GetInstance()->GetNativeAreaAllocator(); in Detach() local
/arkcompiler/runtime_core/compiler/tests/amd64/
H A Dasmjit_test.cpp170 JitAllocator allocator; in TEST_F() local
/arkcompiler/runtime_core/compiler/tests/x86/
H A Dasmjit_test.cpp97 JitAllocator allocator; in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dliveness_use_table.cpp19 UseTable::UseTable(ArenaAllocator *allocator) : table_(allocator->Adapter()), allocator_(allocator) {} in UseTable() argument
/arkcompiler/runtime_core/static_core/compiler/tests/x86/
H A Dasmjit_test.cpp96 JitAllocator allocator; in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dintrinsic_codegen_test.cpp63 IntrinsicInst *GenerateIntrinsic(ArenaAllocator *allocator, DataType::Type type, in GenerateIntrinsic() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_napi_env.cpp23 Create(EtsCoroutine *coroutine, mem::InternalAllocatorPtr allocator) Create() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dcondition_chain_cache.cpp21 ConditionChainCache::ConditionChainCache(ArenaAllocator *allocator) : cache_(allocator->Adapter()) {} in ConditionChainCache() argument
H A Dlocations_builder.cpp72 ArenaAllocator *allocator = GetGraph()->GetAllocator(); in LOCATIONS_BUILDER() local
106 ArenaAllocator *allocator = GetGraph()->GetAllocator(); in LOCATIONS_BUILDER() local
180 ArenaAllocator *allocator = static_cast<LocationsBuilder *>(visitor)->GetGraph()->GetAllocator(); in LOCATIONS_BUILDER() local
208 ArenaAllocator *allocator in LOCATIONS_BUILDER() local
227 ArenaAllocator *allocator = static_cast<LocationsBuilder *>(visitor)->GetGraph()->GetAllocator(); LOCATIONS_BUILDER() local
263 ArenaAllocator *allocator = static_cast<LocationsBuilder *>(visitor)->GetGraph()->GetAllocator(); LOCATIONS_BUILDER() local
313 ArenaAllocator *allocator = graph->GetAllocator(); LOCATIONS_BUILDER() local
328 ArenaAllocator *allocator = graph->GetAllocator(); LOCATIONS_BUILDER() local
344 ArenaAllocator *allocator = graph->GetAllocator(); LOCATIONS_BUILDER() local
362 ArenaAllocator *allocator = graph->GetAllocator(); LOCATIONS_BUILDER() local
380 ArenaAllocator *allocator = graph->GetAllocator(); LOCATIONS_BUILDER() local
[all...]
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
H A Dupdate_remset_thread.cpp62 auto allocator = this->GetGC()->GetInternalAllocator(); in DestroyWorkerImpl() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dgenerational-gc-base-inl.h111 auto allocator = this->GetObjectAllocator(); in VisitCardTableConcurrent() local
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dexplicit_gc_test.cpp88 ObjectAllocator allocator; in TEST_F() local
/arkcompiler/runtime_core/static_core/verification/jobs/
H A Dservice.h31 VerifierService(mem::InternalAllocatorPtr allocator, ClassLinker *linker) : allocator_ {allocator}, linker_ {linker} in VerifierService() 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
H A DetsStringType.cpp59 Type *ETSStringType::Instantiate([[maybe_unused]] ArenaAllocator *allocator, [[maybe_unused]] TypeRelation *relation, in Instantiate() argument
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DstructLowering.cpp35 auto *allocator = checker->Allocator(); in CreateStructTypeReference() local
/arkcompiler/ets_frontend/ets2panda/ir/base/
H A DclassElement.h33 ClassElement(AstNodeType const elementType, Expression *const key, Expression *const value, ModifierFlags const modifiers, ArenaAllocator *const allocator, bool const isComputed) ClassElement() argument
H A DmethodDefinition.cpp243 MethodDefinition *MethodDefinition::Clone(ArenaAllocator *const allocator, AstNode *const parent) in Clone() argument
H A DscriptFunction.cpp26 ScriptFunction::ScriptFunction(ArenaAllocator *allocator, ScriptFunctionData &&data) in ScriptFunction() argument
69 ScriptFunction *ScriptFunction::Clone(ArenaAllocator *allocator, AstNode *parent) in Clone() argument
[all...]
/arkcompiler/ets_frontend/ets2panda/ir/ets/
H A DetsTypeReferencePart.cpp156 ETSTypeReferencePart *ETSTypeReferencePart::Clone(ArenaAllocator *const allocator, AstNode *const parent) in Clone() argument
H A DetsTypeReference.cpp102 ETSTypeReference *ETSTypeReference::Clone(ArenaAllocator *const allocator, AstNode *const parent) in Clone() argument
H A DetsUnionType.cpp104 ETSUnionType *ETSUnionType::Clone(ArenaAllocator *const allocator, AstNode *const parent) in Clone() argument
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
H A DbinaryExpression.cpp101 BinaryExpression *BinaryExpression::Clone(ArenaAllocator *const allocator, AstNode *const parent) in Clone() argument

Completed in 8 milliseconds

1...<<11121314151617181920>>...52