Home
last modified time | relevance | path

Searched defs:allocator (Results 476 - 500 of 1250) sorted by relevance

1...<<11121314151617181920>>...50

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
H A Dmem_reference_table.h29 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 DclassDefinitionBuilder.h27 explicit ClassDefinitionBuilder(ark::ArenaAllocator *allocator) in ClassDefinitionBuilder() argument
/arkcompiler/ets_frontend/ets2panda/util/
H A DimportPathManager.h52 ImportPathManager(ark::ArenaAllocator *allocator, std::shared_ptr<ArkTsConfig> arktsConfig, std::string stdLib) in ImportPathManager() argument
H A Dpath.cpp25 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 DglobalTypesHolder.cpp40 GlobalTypesHolder::GlobalTypesHolder(ArenaAllocator *allocator) in GlobalTypesHolder() argument
[all...]
H A DinterfaceType.h25 InterfaceType(ArenaAllocator *allocator, util::StringView name, ObjectDescriptor *desc) in InterfaceType() argument
H A DtupleType.cpp152 Type *TupleType::Instantiate(ArenaAllocator *allocator, TypeRelation *relation, GlobalTypesHolder *globalTypes) in Instantiate() argument
H A DtupleType.h31 explicit TupleType(ArenaAllocator *allocator) in TupleType() argument
H A Dsignature.h31 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 DvariableHasScope.cpp52 std::optional<varbinder::LocalVariable *> VariableHasScope::GetLocalScopeVariable(ArenaAllocator &allocator, in GetLocalScopeVariable() argument
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
H A DetsArrayType.cpp146 Type *ETSArrayType::Instantiate(ArenaAllocator *allocator, TypeRelation *relation, GlobalTypesHolder *globalTypes) in Instantiate() argument
H A DetsFunctionType.h29 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 DetsNonNullishType.cpp107 Type *ETSNonNullishType::Instantiate([[maybe_unused]] ArenaAllocator *allocator, in Instantiate() argument
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
H A Ddead_code_elimination_test.cpp41 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 Dloop_optimization_test.cpp63 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 Dioasid.h61 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 Dlib.rs32 mod allocator; modules
/third_party/glfw/src/
H A Dvulkan.c297 glfwCreateWindowSurface(VkInstance instance, GLFWwindow* handle, const VkAllocationCallbacks* allocator, VkSurfaceKHR* surface) glfwCreateWindowSurface() argument
/third_party/glfw/tests/
H A Dallocator.c107 const GLFWallocator allocator = in main() local
/third_party/node/src/api/
H A Dembed_helpers.cc79 std::shared_ptr<ArrayBufferAllocator> allocator; member
/third_party/node/deps/v8/src/zone/
H A Daccounting-allocator.cc55 auto allocator = std::make_unique<v8::base::BoundedPageAllocator>( in CreateBoundedAllocator() local
/third_party/node/test/fuzzers/
H A Dfuzz_env.cc54 ArrayBufferUniquePtr allocator; member in FuzzerFixtureHelper
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_command_buffer.h21 VkAllocationCallbacks allocator; member
53 VkAllocationCallbacks allocator; member
/third_party/node/deps/v8/src/compiler/
H A Dzone-stats.cc65 ZoneStats::ZoneStats(AccountingAllocator* allocator) in ZoneStats() argument
/third_party/node/deps/v8/src/heap/cppgc/
H A Dgc-info-table.h71 PageAllocator* allocator() const { return page_allocator_; } in allocator() function in cppgc::internal::final

Completed in 9 milliseconds

1...<<11121314151617181920>>...50