| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
| D | assembler_aarch64.h | 159 : reg_(RegisterId::INVALID_REG), extend_(Extend::NO_EXTEND), shift_(Shift::NO_SHIFT), in Operand() 164 … : reg_(reg), extend_(Extend::NO_EXTEND), shift_(shift), shiftAmount_(shift_amount), immediate_(0) in reg_() 167 Operand(Register reg, Extend extend, uint8_t shiftAmount = 0) 168 … : reg_(reg), extend_(extend), shift_(Shift::NO_SHIFT), shiftAmount_(shiftAmount), immediate_(0) in reg_() 185 return reg_.IsValid() && extend_ != Extend::NO_EXTEND; in IsExtended() 198 inline Extend GetExtendOption() const in GetExtendOption() 219 Extend extend_; 227 MemoryOperand(Register base, Register offset, Extend extend, uint8_t shiftAmount = 0) 229 extend_(extend), shift_(Shift::NO_SHIFT), shiftAmount_(shiftAmount) in base_() 234 extend_(Extend::NO_EXTEND), shift_(shift), shiftAmount_(shiftAmount) in base_() [all …]
|
| D | assembler_aarch64_constants.h | 45 enum Extend : uint8_t { enum 47 UXTB = 0, /* zero extend to byte */ 48 UXTH = 1, /* zero extend to half word */ 49 UXTW = 2, /* zero extend to word */ 50 UXTX = 3, /* zero extend to 64bit */ 51 SXTB = 4, /* sign extend to byte */ 52 SXTH = 5, /* sign extend to half word */ 53 SXTW = 6, /* sign extend to word */ 54 SXTX = 7, /* sign extend to 64bit */ 288 V(LDR_STR, Extend, 15, 13) \
|
| /arkcompiler/ets_frontend/es2panda/test/ |
| D | runner.py | 158 cmd.extend(self.flags) 211 cmd.extend(['--thread=0', '--output=%s' % (test_abc)]) 257 cmd.extend(runner.aot_args) 258 cmd.extend(['--paoc-panda-files', test_abc]) 259 cmd.extend(['--paoc-output', test_an]) 292 cmd.extend(runner.runtime_args) 295 cmd.extend(['--aot-files', test_an]) 298 cmd.extend(['--compiler-enable-jit=true', '--compiler-hotness-threshold=0']) 300 cmd.extend(['--compiler-enable-jit=false']) 302 cmd.extend([test_abc, "_GLOBAL::func_main_0"]) [all …]
|
| D | test262util.py | 134 includes.extend(['assert.js', 'sta.js']) 141 includes.extend(['doneprintHandle.js'])
|
| /arkcompiler/ets_runtime/test/moduletest/memleak/objectcreate/ |
| D | objectcreate.js | 19 extend() { method 27 var instance = base.extend();
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_regexp.h | 134 // extend as an additional parameter to judge cached 138 JSTaggedValue extend = JSTaggedValue::Undefined()); 139 // extend as an additional parameter to judge cached 143 … CacheType type, uint32_t lastIndex, JSTaggedValue extend = JSTaggedValue::Undefined()); 152 JSTaggedValue &extend); 239 // Extend index used for saving an additional parameter to judge cached
|
| D | builtins_regexp.cpp | 1826 … const JSHandle<JSTaggedValue> ®exp, JSTaggedValue extend) in FindCachedResult() argument 1838 if (!Match(entry, patternValue, flagsValue, inputValue, extend)) { in FindCachedResult() 1840 if (!Match(entry2, patternValue, flagsValue, inputValue, extend)) { in FindCachedResult() 1882 uint32_t lastIndex, JSTaggedValue extend) in AddResultInCache() argument 1910 … cache->SetEntry(thread, entry, patternValue, flagsValue, inputValue, lastIndexValue, extend); in AddResultInCache() 1912 } else if (cache->Match(entry, patternValue, flagsValue, inputValue, extend)) { in AddResultInCache() 1919 JSHandle<JSTaggedValue> extendHandle(thread, extend); in AddResultInCache() 2006 JSTaggedValue &extend) in Match() argument 2027 if (extend.IsString() && keyExtend.IsString()) { in Match() 2028 EcmaString *extendStr = EcmaString::Cast(extend.GetTaggedObject()); in Match() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | mark_stack.h | 142 Extend(); in PushBack() 156 inline void Extend() in Extend() function
|
| /arkcompiler/toolchain/build/toolchain/ |
| D | gcc_solink_wrapper.py | 41 _command.extend(['--format=posix', '-g', '-D']) 87 result.extend(implibs)
|
| /arkcompiler/runtime_core/verification/ |
| D | TODO.txt | 16 4. Extend origins setup to all instructions and method entrance
|
| /arkcompiler/ets_frontend/test262/ |
| D | run_test262.py | 177 ALL_SKIP_TESTS.extend(key["files"]) 347 files.extend(self.get_tests_from_file(ES2021_LIST_FILE)) 349 files.extend(self.get_tests_from_file(ES5_LIST_FILE)) 350 files.extend(self.get_tests_from_file(INTL_LIST_FILE)) 351 files.extend(self.get_tests_from_file(ES2015_LIST_FILE))
|
| D | utils.py | 186 dependencies.extend(collect_module_dependencies(dependency, directory,
|
| /arkcompiler/runtime_core/runtime/mem/ |
| D | region_allocator-inl.h | 35 … size_t init_space_size, bool extend, size_t region_size) in RegionAllocatorBase() argument 39 region_pool_(region_size, extend, spaces, in RegionAllocatorBase() 115 … SpaceType space_type, size_t init_space_size, bool extend) in RegionAllocator() argument 117 extend, REGION_SIZE), in RegionAllocator() 476 … *mem_stats, GenerationalSpaces *spaces, SpaceType space_type, size_t init_space_size, bool extend) in RegionNonmovableAllocator() argument 478 init_space_size, extend, REGION_SIZE), in RegionNonmovableAllocator()
|
| D | region_allocator.h | 75 … AllocatorType allocator_type, size_t init_space_size, bool extend, size_t region_size); 158 …* @param extend - true means that will allocate more regions from mmap pool if initial space is no… 162 bool extend = true); 495 size_t init_space_size = 0, bool extend = true);
|
| D | region_space.h | 494 …explicit RegionPool(size_t region_size, bool extend, GenerationalSpaces *spaces, InternalAllocator… in RegionPool() argument 499 extend_(extend) in RegionPool()
|
| /arkcompiler/ets_frontend/ts2panda/ |
| D | package-lock.json | 1809 "static-extend": "^0.1.1" 2004 "deep-extend": { 2006 "resolved": "https://repo.huaweicloud.com/repository/npm/deep-extend/-/deep-extend-0.6.0.tgz", 2171 "extend-shallow": "^2.0.1", 2196 "extend-shallow": { 2198 …"resolved": "https://repo.huaweicloud.com/repository/npm/extend-shallow/-/extend-shallow-2.0.1.tgz… 2213 "extend-shallow": { 2215 …"resolved": "https://repo.huaweicloud.com/repository/npm/extend-shallow/-/extend-shallow-3.0.2.tgz… 2243 "extend-shallow": "^2.0.1", 2259 "extend-shallow": { [all …]
|
| /arkcompiler/ets_frontend/legacy_bin/api8/ |
| D | package-lock.json | 1769 "static-extend": "^0.1.1" 1975 "deep-extend": { 1977 "resolved": "https://repo.huaweicloud.com/repository/npm/deep-extend/-/deep-extend-0.6.0.tgz", 2167 "extend-shallow": "^2.0.1", 2192 "extend-shallow": { 2194 "resolved": "https://registry.npmmirror.com/extend-shallow/-/extend-shallow-2.0.1.tgz", 2209 "extend-shallow": { 2211 "resolved": "https://registry.npmmirror.com/extend-shallow/-/extend-shallow-3.0.2.tgz", 2239 "extend-shallow": "^2.0.1", 2255 "extend-shallow": { [all …]
|
| /arkcompiler/ets_frontend/testTs/expect/types/intersection/ |
| D | intersectionThisTypes.txt | 7 {'lb': [{'t': 2, 'v': 3}, {'t': 2, 'v': 128}, {'t': 5, 'v': 'extend'}, {'t': 2, 'v': 0}, {'t': 2, '…
|
| /arkcompiler/runtime_core/runtime/ |
| D | handle_base.h | 60 * JSHandle<T> jshandle(thread, T*); // JSHandle extend Handle;
|
| /arkcompiler/runtime_core/isa/ |
| D | gen.rb | 22 # Extend Module to implement a decorator for ISAPI methods
|
| D | isapi.rb | 70 base.extend ClassMethods 586 old | new # extend array-like properties instead of overriding
|
| /arkcompiler/toolchain/build/prebuilts_download/ |
| D | prebuilts_download.py | 248 copy_config.extend(linux_copy_config) 251 copy_config.extend(darwin_copy_config)
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsInterfaceDeclaration.cpp | 88 … {"Interface '", type, "' cannot simultaneously extend types '", in CheckInheritedPropertiesAreIdentical()
|
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ |
| D | liveness_analyzer.h | 117 * - extend the first LiveRange 158 // extend the first LiveRange in AppendGroupRange()
|
| /arkcompiler/runtime_core/scripts/ |
| D | memusage.py | 164 memusage.extend(self.panda_regions.values())
|