Searched defs:extend (Results 1 - 6 of 6) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| H A D | region_allocator-inl.h | 33 RegionAllocatorBase(MemStatsType *memStats, GenerationalSpaces *spaces, SpaceType spaceType, AllocatorType allocatorType, size_t initSpaceSize, bool extend, size_t regionSize, size_t emptyTenuredRegionsMaxCount) RegionAllocatorBase() argument 115 RegionAllocator(MemStatsType *memStats, GenerationalSpaces *spaces, SpaceType spaceType, size_t initSpaceSize, bool extend, size_t emptyTenuredRegionsMaxCount) RegionAllocator() argument 577 RegionNonmovableAllocator( MemStatsType *memStats, GenerationalSpaces *spaces, SpaceType spaceType, size_t initSpaceSize, bool extend) RegionNonmovableAllocator() argument
|
| H A D | region_space.h | 517 explicit RegionPool(size_t regionSize, bool extend, GenerationalSpaces *spaces, InternalAllocatorPtr allocator) in RegionPool() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
| H A D | assembler_aarch64.h | 168 Operand(Register reg, Extend extend, uint8_t shiftAmount = 0) in Operand() argument 228 MemoryOperand(Register base, Register offset, Extend extend, uint8_t shiftAmount = 0) in MemoryOperand() argument
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_regexp.cpp | 2482 FindCachedResult(JSThread *thread, const JSHandle<JSTaggedValue> input, CacheType type, const JSHandle<JSTaggedValue> regexp, JSTaggedValue lastIndexInput, JSHandle<JSTaggedValue> extend, bool isIntermediateResult) FindCachedResult() argument 2557 AddResultInCache(JSThread *thread, JSHandle<RegExpExecResultCache> cache, const JSHandle<JSTaggedValue> regexp, const JSHandle<JSTaggedValue> input, const JSHandle<JSTaggedValue> resultArray, CacheType type, uint32_t lastIndexInput, uint32_t lastIndex, JSHandle<JSTaggedValue> extend, bool isIntermediateResult) AddResultInCache() argument 2711 Match(int entry, JSTaggedValue &pattern, JSTaggedValue &flags, JSTaggedValue &input, JSTaggedValue &lastIndexInputValue, JSTaggedValue &extend, CacheType type) Match() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| H A D | operand.h | 1456 uint32 extend = false; /* used with offset register ; AddrMode_B_OR_X */ global() variable [all...] |
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/ |
| H A D | encode.cpp | 482 ssize_t extend = RoundUp(std::abs(res), vixl::aarch64::kPageSize); in LoadPcRelative() local [all...] |
Completed in 18 milliseconds