| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | type.h | 133 GlobalTSTypeRef r = GetGTRef(); in IsAnyType() local 141 GlobalTSTypeRef r = GetGTRef(); in IsNumberType() local 151 GlobalTSTypeRef r = GetGTRef(); in IsIntType() local 159 GlobalTSTypeRef r = GetGTRef(); in IsDoubleType() local 167 GlobalTSTypeRef r = GetGTRef(); in IsStringType() local 175 GlobalTSTypeRef r = GetGTRef(); in IsNullType() local 183 GlobalTSTypeRef r = GetGTRef(); in IsUndefinedType() local 191 GlobalTSTypeRef r = GetGTRef(); in IsBooleanType() local 199 GlobalTSTypeRef r = GetGTRef(); in IsBigIntType() local 247 uint32_t r = type_ & (~MIR_TYPE_MASK); in GetGTRef() local
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …nsi-styles/index.js":(e,t,r)=>{"use strict";e=r.nmd(e);const n=r("./node_modules/color-convert/ind… argument
|
| /arkcompiler/runtime_core/libpandabase/tests/genmc/ |
| D | mutex_test_4.cpp | 39 int r = g_shared; in Thread1() local 53 int r = g_shared; in Thread2() local 66 int r = g_shared; in Thread3() local
|
| D | mutex_test_genmc.cpp | 34 int r = g_shared; in ThreadN() local
|
| D | mutex_test_3.cpp | 38 int r = g_shared; in Threadn() local
|
| D | mutex_test_2.cpp | 45 int r = g_shared; in ThreadN() local
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | reg_encoder.cpp | 121 for (compiler::Register r = 0; r < num_regs; r++) { in RunImpl() local 144 static bool RegNeedsRenumbering(panda::compiler::Register r) in RegNeedsRenumbering() 149 static panda::compiler::Register RenumberReg(const panda::compiler::Register r, const panda::compil… in RenumberReg() 229 compiler::Register r = num_non_args - 1; in RenumberArgRegs() local 263 for (compiler::Register r = min_reg; r < min_reg + num_temps; r++) { in RenumberArgRegs() local 268 for (compiler::Register r = num_locals; r < min_reg; r++) { in RenumberArgRegs() local 275 for (compiler::Register r = min_reg; r < frame_size; r++) { in RenumberArgRegs() local
|
| /arkcompiler/ets_runtime/test/aottest/large_func_acc/ |
| D | large_func_acc.ts | 6 var r = 0; variable
|
| /arkcompiler/runtime_core/libpandabase/serializer/ |
| D | serializer.h | 128 auto r = BufferToType(data, size, str_size); in BufferToType() local 153 auto r = BufferToType(data, size, vector_size); in BufferToType() local 177 auto r = BufferToType(data, size, count); in BufferToType() local 311 auto r = RawBufferToStruct<N>(data, size, str); in BufferToStruct() local
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/ |
| D | recursiveTypeofWithProperty.ts | 26 r: number variable
|
| D | objectDestructuring20.ts | 18 …r } | { a: number, b: string, c: { a: number, b: boolean } } | { a: number, r: boolean } = { a: 12… variable
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
| D | location_mask.h | 89 for (size_t r = first_bit; r < mask_.size(); r++) { variable 95 for (size_t r = 0; r < first_bit; r++) { variable
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/ |
| D | target_info.h | 109 #define DEF_ENUM(r) id_##r, argument 126 #define DEF_REG_NAME(r) #r, argument 131 #define DEF_FP_REG_NAME(r) "xmm" #r, argument 156 #define DEF_FP_REG_NAME(r) "r" #r, argument 161 #define DEF_FP_REG_NAME(r) "d" #r, argument 187 #define DEF_FP_REG_NAME(r) "r" #r, argument 192 #define DEF_FP_REG_NAME(r) "d" #r, argument
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | string_helpers.h | 44 int r = vsnprintf_truncated_s(result.data(), result.size() + 1, fmt, copy_args); in Vformat() local
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | mem_stats_gen_gc_test.cpp | 496 auto r = MakeAllocations<TargetSpace::YOUNG, true>(); in HelpAllocTenured() local 565 auto r = MakeAllocations<TargetSpace::YOUNG, false, true>(); in TEST_F() local 657 auto r = MakeAllocations<TargetSpace::YOUNG, true>(); in TEST_F() local 698 auto r = HelpAllocTenured(); in TEST_F() local 787 auto r = HelpAllocTenured(); in TEST_F() local
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test-type-annotation.ts | 41 var r: ((((number))))[]; variable
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | unix_signal_test.cpp | 21 bool operator==(const ::panda::os::unix::SignalCtl &l, const ::panda::os::unix::SignalCtl &r) in operator ==() 26 bool operator!=(const ::panda::os::unix::SignalCtl &l, const ::panda::os::unix::SignalCtl &r) in operator !=()
|
| /arkcompiler/runtime_core/libpandabase/os/ |
| D | debug_info.h | 117 bool Contain(const Range &r) const in Contain()
|
| /arkcompiler/ets_frontend/ts2panda/src/ |
| D | pandasm.ts | 41 public r: Array<number> | undefined; // resgs property in Ins 67 public r: number; // regs number property in Function
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/ |
| D | mem.cpp | 70 int r = mprotect(mem, size, prot); in MakeMemWithProtFlag() local 111 int r = posix_memalign(reinterpret_cast<void **>(&ret), alignment_in_bytes, aligned_size); in AlignedAlloc() local
|
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ |
| D | linear_order.cpp | 146 auto r = (counter0 - counter1) * 100 / denom; in LeastLikelySuccessor() local
|
| /arkcompiler/runtime_core/runtime/mem/gc/g1/ |
| D | g1-gc.cpp | 485 for (auto r : collection_set_) { in UpdateCollectionSet() local 823 for (auto r : collectible_regions) { in RunGC() local 977 for (auto r : collection_set.Young()) { in CollectAndMove() local 980 for (auto r : collection_set.Tenured()) { in CollectAndMove() local 1002 for (auto r : moved_objects_vector) { in CollectAndMove() local 1141 for (const auto &r : all_regions) { in StartMarking() local 1518 auto card_visitor = [this, use_gc_workers](CardPtr card, Region *r) { in CacheRefsFromRemsets()
|
| D | g1-allocator.cpp | 245 for (auto r : young_regions) { in IterateOverYoungObjects() local 392 for (auto r : object_allocator_->template GetAllSpecificRegions<RegionFlag::IS_EDEN>()) { in UpdateSpaceData() local
|
| /arkcompiler/runtime_core/dprof/libstorage/dprof/ |
| D | storage.cpp | 49 auto r = serializer::RawBufferToStruct<3>(data, size, appData->common_info_); // 3 in CreateByBuffer() local
|
| /arkcompiler/runtime_core/platforms/windows/libpandabase/ |
| D | file.h | 91 auto r = _fstat64(fd_, &st); in GetFileSize() local
|