Searched defs:extend (Results 1 – 10 of 10) sorted by relevance
/arkcompiler/ets_runtime/test/moduletest/memleakobjectcreate/ |
D | memleakobjectcreate.js | 19 extend() { method
|
/arkcompiler/ets_frontend/arkguard/test/grammar/advanced_type/ |
D | intersection_types.ts | 18 function extend<T, U>(first: T, second: U): T & U { function
|
/arkcompiler/runtime_core/static_core/runtime/mem/ |
D | region_allocator-inl.h | 35 … size_t initSpaceSize, bool extend, size_t regionSize, in RegionAllocatorBase() 116 … SpaceType spaceType, size_t initSpaceSize, bool extend, in RegionAllocator() 522 …Type *memStats, GenerationalSpaces *spaces, SpaceType spaceType, size_t initSpaceSize, bool extend) in RegionNonmovableAllocator()
|
D | region_space.h | 514 …explicit RegionPool(size_t regionSize, bool extend, GenerationalSpaces *spaces, InternalAllocatorP… in RegionPool()
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_regexp.cpp | 2435 … JSTaggedValue lastIndexInput, JSTaggedValue extend, in FindCachedResult() 2506 … uint32_t lastIndexInput, uint32_t lastIndex, JSTaggedValue extend, in AddResultInCache() 2644 … JSTaggedValue &lastIndexInputValue, JSTaggedValue &extend, CacheType type) in Match()
|
/arkcompiler/ets_frontend/ets2panda/varbinder/ |
D | ETSBinder.cpp | 225 for (auto *extend : decl->Extends()) { in ResolveInterfaceDeclaration() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
D | aarch64_obj_emitter.cpp | 1187 std::string extend = memOpnd.GetExtendAsString(); in GenLoadStoreModeBOrX() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
D | operand.h | 1438 uint32 extend = false; /* used with offset register ; AddrMode_B_OR_X */ variable
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/ |
D | encode.cpp | 297 ssize_t extend = RoundUp(std::abs(res), vixl::aarch64::kPageSize); in LoadPcRelative() local
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
D | cocos_worker_test.js | 10285 extend: Lt, property 10351 extend: Lt, property
|