| /third_party/python/Include/cpython/ |
| H A D | objimpl.h | 68 PyAPI_FUNC(void) PyObject_GetArenaAllocator(PyObjectArenaAllocator *allocator); variable 71 PyAPI_FUNC(void) PyObject_SetArenaAllocator(PyObjectArenaAllocator *allocator); variable
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | native_area_allocator.cpp | 139 NativeAreaAllocator* allocator = reinterpret_cast<NativeAreaAllocator*>(data); in FreeBufferFunc() local
|
| /arkcompiler/ets_runtime/ecmascript/shared_objects/ |
| H A D | js_sendable_arraybuffer.cpp | 50 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 D | asmjit_test.cpp | 170 JitAllocator allocator; in TEST_F() local
|
| /arkcompiler/runtime_core/compiler/tests/x86/ |
| H A D | asmjit_test.cpp | 97 JitAllocator allocator; in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| H A D | liveness_use_table.cpp | 19 UseTable::UseTable(ArenaAllocator *allocator) : table_(allocator->Adapter()), allocator_(allocator) {} in UseTable() argument
|
| /arkcompiler/runtime_core/static_core/compiler/tests/x86/ |
| H A D | asmjit_test.cpp | 96 JitAllocator allocator; in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| H A D | intrinsic_codegen_test.cpp | 63 IntrinsicInst *GenerateIntrinsic(ArenaAllocator *allocator, DataType::Type type, in GenerateIntrinsic() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| H A D | ets_napi_env.cpp | 23 Create(EtsCoroutine *coroutine, mem::InternalAllocatorPtr allocator) Create() argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| H A D | condition_chain_cache.cpp | 21 ConditionChainCache::ConditionChainCache(ArenaAllocator *allocator) : cache_(allocator->Adapter()) {} in ConditionChainCache() argument
|
| H A D | locations_builder.cpp | 72 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 D | update_remset_thread.cpp | 62 auto allocator = this->GetGC()->GetInternalAllocator(); in DestroyWorkerImpl() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| H A D | generational-gc-base-inl.h | 111 auto allocator = this->GetObjectAllocator(); in VisitCardTableConcurrent() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| H A D | explicit_gc_test.cpp | 88 ObjectAllocator allocator; in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/verification/jobs/ |
| H A D | service.h | 31 VerifierService(mem::InternalAllocatorPtr allocator, ClassLinker *linker) : allocator_ {allocator}, linker_ {linker} in VerifierService() 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
|
| H A D | etsStringType.cpp | 59 Type *ETSStringType::Instantiate([[maybe_unused]] ArenaAllocator *allocator, [[maybe_unused]] TypeRelation *relation, in Instantiate() argument
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| H A D | structLowering.cpp | 35 auto *allocator = checker->Allocator(); in CreateStructTypeReference() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/base/ |
| H A D | classElement.h | 33 ClassElement(AstNodeType const elementType, Expression *const key, Expression *const value, ModifierFlags const modifiers, ArenaAllocator *const allocator, bool const isComputed) ClassElement() argument
|
| H A D | methodDefinition.cpp | 243 MethodDefinition *MethodDefinition::Clone(ArenaAllocator *const allocator, AstNode *const parent) in Clone() argument
|
| H A D | scriptFunction.cpp | 26 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 D | etsTypeReferencePart.cpp | 156 ETSTypeReferencePart *ETSTypeReferencePart::Clone(ArenaAllocator *const allocator, AstNode *const parent) in Clone() argument
|
| H A D | etsTypeReference.cpp | 102 ETSTypeReference *ETSTypeReference::Clone(ArenaAllocator *const allocator, AstNode *const parent) in Clone() argument
|
| H A D | etsUnionType.cpp | 104 ETSUnionType *ETSUnionType::Clone(ArenaAllocator *const allocator, AstNode *const parent) in Clone() argument
|
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/ |
| H A D | binaryExpression.cpp | 101 BinaryExpression *BinaryExpression::Clone(ArenaAllocator *const allocator, AstNode *const parent) in Clone() argument
|