Home
last modified time | relevance | path

Searched defs:r (Results 1 – 25 of 55) sorted by relevance

123

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype.h133 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/
Dindex.js2 …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/
Dmutex_test_4.cpp39 int r = g_shared; in Thread1() local
53 int r = g_shared; in Thread2() local
66 int r = g_shared; in Thread3() local
Dmutex_test_genmc.cpp34 int r = g_shared; in ThreadN() local
Dmutex_test_3.cpp38 int r = g_shared; in Threadn() local
Dmutex_test_2.cpp45 int r = g_shared; in ThreadN() local
/arkcompiler/runtime_core/bytecode_optimizer/
Dreg_encoder.cpp121 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/
Dlarge_func_acc.ts6 var r = 0; variable
/arkcompiler/runtime_core/libpandabase/serializer/
Dserializer.h128 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/
DrecursiveTypeofWithProperty.ts26 r: number variable
DobjectDestructuring20.ts18 …r } | { a: number, b: string, c: { a: number, b: boolean } } | { a: number, r: boolean } = { a: 12… variable
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dlocation_mask.h89 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/
Dtarget_info.h109 #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/
Dstring_helpers.h44 int r = vsnprintf_truncated_s(result.data(), result.size() + 1, fmt, copy_args); in Vformat() local
/arkcompiler/runtime_core/runtime/tests/
Dmem_stats_gen_gc_test.cpp496 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/
Dtest-type-annotation.ts41 var r: ((((number))))[]; variable
/arkcompiler/runtime_core/libpandabase/tests/
Dunix_signal_test.cpp21 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/
Ddebug_info.h117 bool Contain(const Range &r) const in Contain()
/arkcompiler/ets_frontend/ts2panda/src/
Dpandasm.ts41 public r: Array<number> | undefined; // resgs property in Ins
67 public r: number; // regs number property in Function
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dmem.cpp70 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/
Dlinear_order.cpp146 auto r = (counter0 - counter1) * 100 / denom; in LeastLikelySuccessor() local
/arkcompiler/runtime_core/runtime/mem/gc/g1/
Dg1-gc.cpp485 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()
Dg1-allocator.cpp245 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/
Dstorage.cpp49 auto r = serializer::RawBufferToStruct<3>(data, size, appData->common_info_); // 3 in CreateByBuffer() local
/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dfile.h91 auto r = _fstat64(fd_, &st); in GetFileSize() local

123