| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
| H A D | mem_reference_table.h | 29 explicit MemDefUse(MapleAllocator &allocator) : defSet(allocator.Adapter()), useSet(allocator.Adapter()) {} in MemDefUse() argument 84 MemReferenceTable(MapleAllocator &allocator, MIRFunction &func) in MemReferenceTable() argument 117 MapleAllocator &allocator; global() member in maple::MemReferenceTable [all...] |
| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| H A D | classDefinitionBuilder.h | 27 explicit ClassDefinitionBuilder(ark::ArenaAllocator *allocator) in ClassDefinitionBuilder() argument
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| H A D | importPathManager.h | 52 ImportPathManager(ark::ArenaAllocator *allocator, std::shared_ptr<ArkTsConfig> arktsConfig, std::string stdLib) in ImportPathManager() argument
|
| H A D | path.cpp | 25 Path::Path(const util::StringView &absolutePath, ArenaAllocator *allocator) in Path() argument 30 void Path::Initializer(const std::string &path, ArenaAllocator *allocator) in Initializer() argument 111 Path::Path(const util::StringView &relativePath, const util::StringView &basePath, ArenaAllocator *allocator) in Path() argument 117 Path::Path(const std::string &absolutePath, ArenaAllocator *allocator) in Path() argument 122 Path::Path(const std::string &relativePath, const std::string &basePath, ArenaAllocator *allocator) in Path() argument [all...] |
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| H A D | globalTypesHolder.cpp | 40 GlobalTypesHolder::GlobalTypesHolder(ArenaAllocator *allocator) in GlobalTypesHolder() argument [all...] |
| H A D | interfaceType.h | 25 InterfaceType(ArenaAllocator *allocator, util::StringView name, ObjectDescriptor *desc) in InterfaceType() argument
|
| H A D | tupleType.cpp | 152 Type *TupleType::Instantiate(ArenaAllocator *allocator, TypeRelation *relation, GlobalTypesHolder *globalTypes) in Instantiate() argument
|
| H A D | tupleType.h | 31 explicit TupleType(ArenaAllocator *allocator) in TupleType() argument
|
| H A D | signature.h | 31 explicit SignatureInfo(ArenaAllocator *allocator) : params(allocator->Adapter()) {} in SignatureInfo() argument 33 SignatureInfo(const SignatureInfo *other, ArenaAllocator *allocator) : params(allocator->Adapter()) in SignatureInfo() argument
|
| /arkcompiler/ets_frontend/ets2panda/ast_verifier/ |
| H A D | variableHasScope.cpp | 52 std::optional<varbinder::LocalVariable *> VariableHasScope::GetLocalScopeVariable(ArenaAllocator &allocator, in GetLocalScopeVariable() argument
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
| H A D | etsArrayType.cpp | 146 Type *ETSArrayType::Instantiate(ArenaAllocator *allocator, TypeRelation *relation, GlobalTypesHolder *globalTypes) in Instantiate() argument
|
| H A D | etsFunctionType.h | 29 explicit ETSFunctionType(util::StringView name, Signature *signature, ArenaAllocator *allocator) in ETSFunctionType() argument 34 explicit ETSFunctionType(util::StringView name, ArenaAllocator *allocator) in ETSFunctionType() argument
|
| H A D | etsNonNullishType.cpp | 107 Type *ETSNonNullishType::Instantiate([[maybe_unused]] ArenaAllocator *allocator, in Instantiate() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/tests/ |
| H A D | dead_code_elimination_test.cpp | 41 ecmascript::NativeAreaAllocator allocator; in HWTEST_F_L0() local 68 ecmascript::NativeAreaAllocator allocator; in HWTEST_F_L0() local 100 ecmascript::NativeAreaAllocator allocator; in HWTEST_F_L0() local
|
| H A D | loop_optimization_test.cpp | 63 ecmascript::NativeAreaAllocator allocator; in HWTEST_F_L0() local 137 ecmascript::NativeAreaAllocator allocator; in HWTEST_F_L0() local 182 ecmascript::NativeAreaAllocator allocator; in HWTEST_F_L0() local
|
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | ioasid.h | 61 static inline int ioasid_register_allocator(struct ioasid_allocator_ops *allocator) in ioasid_register_allocator() argument 66 static inline void ioasid_unregister_allocator(struct ioasid_allocator_ops *allocator) in ioasid_unregister_allocator() argument
|
| /kernel/linux/linux-6.6/rust/kernel/ |
| H A D | lib.rs | 32 mod allocator; modules
|
| /third_party/glfw/src/ |
| H A D | vulkan.c | 297 glfwCreateWindowSurface(VkInstance instance, GLFWwindow* handle, const VkAllocationCallbacks* allocator, VkSurfaceKHR* surface) glfwCreateWindowSurface() argument
|
| /third_party/glfw/tests/ |
| H A D | allocator.c | 107 const GLFWallocator allocator = in main() local
|
| /third_party/node/src/api/ |
| H A D | embed_helpers.cc | 79 std::shared_ptr<ArrayBufferAllocator> allocator; member
|
| /third_party/node/deps/v8/src/zone/ |
| H A D | accounting-allocator.cc | 55 auto allocator = std::make_unique<v8::base::BoundedPageAllocator>( in CreateBoundedAllocator() local
|
| /third_party/node/test/fuzzers/ |
| H A D | fuzz_env.cc | 54 ArrayBufferUniquePtr allocator; member in FuzzerFixtureHelper
|
| /third_party/mesa3d/src/virtio/vulkan/ |
| H A D | vn_command_buffer.h | 21 VkAllocationCallbacks allocator; member 53 VkAllocationCallbacks allocator; member
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | zone-stats.cc | 65 ZoneStats::ZoneStats(AccountingAllocator* allocator) in ZoneStats() argument
|
| /third_party/node/deps/v8/src/heap/cppgc/ |
| H A D | gc-info-table.h | 71 PageAllocator* allocator() const { return page_allocator_; } in allocator() function in cppgc::internal::final
|