| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| D | string_hashmap.cpp | 59 if (charSeq[i] == '\"') { // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in FormatString() 60 charSeq[i] = '`'; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in FormatString() 61 } else if (charSeq[i] == '\r') { // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in FormatString() 62 charSeq[i] = '`'; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in FormatString() 63 } else if (charSeq[i] == '\n') { // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in FormatString() 64 charSeq[i] = '`'; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in FormatString() 65 } else if (charSeq[i] == '\\') { // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in FormatString() 66 charSeq[i] = '`'; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in FormatString() 67 } else if (charSeq[i] == '\t') { // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in FormatString() 68 charSeq[i] = '`'; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in FormatString() [all …]
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | utf.cpp | 148 while (*mutf8_in != '\0') { // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in IsMUtf8OnlySingleBytes() 149 if (*mutf8_in >= MASK1) { // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in IsMUtf8OnlySingleBytes() 152 mutf8_in += 1; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in IsMUtf8OnlySingleBytes() 166 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ConvertRegionUtf16ToMUtf8() 168 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ConvertRegionUtf16ToMUtf8() 174 … mutf8_out[mutf8_pos++] = ch.ch[c]; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ConvertRegionUtf16ToMUtf8() 191 *utf16_out++ = p_hi; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ConvertMUtf8ToUtf16() 193 *utf16_out++ = p_lo; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ConvertMUtf8ToUtf16() 195 mutf8_in += nbytes; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ConvertMUtf8ToUtf16() 209 mutf8_in += nbytes; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ConvertRegionMUtf8ToUtf16() [all …]
|
| D | leb128.h | 43 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in DecodeUnsigned() 47 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in DecodeUnsigned() 68 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) 71 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) 75 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) 79 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) 83 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) 107 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in DecodeSigned() 140 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in EncodeUnsigned() 146 out[i++] = byte; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in EncodeUnsigned() [all …]
|
| D | bit_memory_region.h | 134 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Read() 143 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Write() 145 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Write() 168 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Read() 170 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Read() 188 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ReadBit() 213 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Write() 215 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Write() 219 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Write() 221 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Write()
|
| D | hash.h | 102 …LINTNEXTLINE(readability-implicit-bool-conversion, cppcoreguidelines-pro-bounds-pointer-arithmetic) 107 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) 109 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) 111 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) 113 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) 116 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) 121 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic)
|
| D | span.h | 87 return data_ + size_; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in end() 92 return data_ + size_; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in end() 97 return data_ + size_; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in cend() 134 return data_[index]; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) 141 return data_[index]; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) 181 … return Span(data_ + position, length); // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in SubSpan() 187 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in SubSpan() 196 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in SubSpan()
|
| /arkcompiler/ets_runtime/ecmascript/regexp/ |
| D | regexp_executor.h | 133 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in HandleOpWordBoundary() 156 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in HandleOpLineStart() 170 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in HandleOpLineEnd() 185 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in HandleOpSaveStart() 195 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in HandleOpSaveEnd() 207 … &captureResultList_[i]; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in HandleOpSaveReset() 368 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in HandleOpBackReference() 370 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in HandleOpBackReference() 442 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in AdvanceOffset() 462 *pp += 1; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetChar() [all …]
|
| D | regexp_parser.cpp | 181 … uint8_t *start = pc_ - 1; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ParseUnicodeEscape() 197 … uint8_t *start = pc_ - 1; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ParseUnicodeEscape() 214 uint8_t *start = pc_ - 1; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ParseHexEscape() 393 … uint8_t *begin = pc_ - 1; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ParseAlternative() 427 … U8_NEXT(pc_, i, length, c); // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ParseAlternative() 429 … pc_ += i; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ParseAlternative() 457 …emmove_s(buffer_.buf_ + start + // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ParseAlternative() 458 … termSize, // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ParseAlternative() 460 … buffer_.buf_ + start, // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ParseAlternative() 465 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ParseAlternative() [all …]
|
| D | regexp_executor.cpp | 57 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Execute() 239 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in DumpResult() 259 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetResult() 284 dest[len] = '\0'; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetResult() 307 stateStack_ + // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PushRegExpState() 319 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PushRegExpState() 345 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PopRegExpState()
|
| D | regexp_parser.h | 84 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Init() 208 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Advance() 217 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Advance() 225 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Prev()
|
| /arkcompiler/runtime_core/compiler/aot/ |
| D | aot_file.cpp | 99 table -= 2U; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in InitializeGot() 100 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in InitializeGot() 102 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in InitializeGot() 104 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in InitializeGot() 108 table--; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in InitializeGot() 109 table[1] = 0; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in InitializeGot() 112 table -= 2U; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in InitializeGot() 113 table[1] = 0; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in InitializeGot() 114 table[2U] = 0; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in InitializeGot() 117 table--; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in InitializeGot() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | dyn_chunk.h | 89 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetU32() 95 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PutU32() 101 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetU16() 107 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PutU16() 113 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetU8() 119 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PutU8()
|
| D | dyn_chunk.cpp | 63 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Insert() 79 if (memcpy_s(buf_ + size_, // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Emit() 100 if (memcpy_s(buf_ + size_, // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in EmitSelf() 102 buf_ + offset, // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in EmitSelf()
|
| D | mark_stack.h | 43 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PopBackChecked() 49 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PushBackUnchecked() 55 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PopBackUnchecked() 64 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PushBackChecked()
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | utf_helper.cpp | 177 …&& utf16[0] >= utf::HI_SURROGATE_MIN && // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Utf16ToUtf8Size() 178 …utf::LO_SURROGATE_MAX) { // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Utf16ToUtf8Size() 184 if (utf16[i] == 0) { // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Utf16ToUtf8Size() 188 … } else if (utf16[i] <= UTF8_1B_MAX) { // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Utf16ToUtf8Size() 190 … } else if (utf16[i] <= UTF8_2B_MAX) { // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Utf16ToUtf8Size() 192 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Utf16ToUtf8Size() 197 …tf16[i + 1] >= utf::LO_SURROGATE_MIN && // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Utf16ToUtf8Size() 198 …tf16[i + 1] <= utf::LO_SURROGATE_MAX) { // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Utf16ToUtf8Size() 234 uint8_t d0 = data[0]; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ConvertUtf8ToUtf16Pair() 239 uint8_t d1 = data[1]; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ConvertUtf8ToUtf16Pair() [all …]
|
| /arkcompiler/runtime_core/runtime/mem/gc/ |
| D | card_table-inl.h | 75 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in VisitMarked() 79 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in VisitMarked() 83 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in VisitMarked() 92 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in VisitMarked() 96 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in VisitMarked()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | gate.cpp | 343 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in SetNextOut() 349 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetNextOut() 355 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetNextOutConst() 362 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in SetPrevOut() 368 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetPrevOut() 374 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetPrevOutConst() 390 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetGate() 396 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetGateConst() 428 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in SetGate() 434 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetGate() [all …]
|
| D | circuit.cpp | 55 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in AllocateSpace() 61 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in AllocateGateSpace() 80 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in NewGate() 145 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetGateRef() 151 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in LoadGatePtr() 157 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in LoadGatePtrConst() 362 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetSpaceDataStartPtrConst() 368 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetSpaceDataEndPtrConst() 374 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetDataPtrConst() 380 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetDataPtr()
|
| /arkcompiler/runtime_core/runtime/include/ |
| D | cframe.h | 237 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetValuePtrFromSlot() 243 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in SetValueToSlot() 261 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ReadCalleeSavedRegister() 263 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ReadCalleeSavedRegister() 276 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in WriteCalleeSavedRegister() 278 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in WriteCalleeSavedRegister() 285 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetPtr() 291 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetPtr()
|
| D | stack_walker.h | 214 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetPrevFromBoundary() 246 … // These are shortenings for General-purpose register bank (scalar integer and pointer arithmetic) 315 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetMethodFromCBoundary() 322 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetMethodFromBoundary() 329 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetMethodFromBoundary() 336 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetReturnAddressFromBoundary() 343 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetCalleeStackFromBoundary()
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | helpers.h | 87 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) 89 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic, hicpp-signed-bitwise) 102 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) 104 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) 106 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) 108 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic)
|
| /arkcompiler/runtime_core/verification/cflow/ |
| D | cflow_check.cpp | 79 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in CheckInvalidCatchBlockEnter() 87 … const uint8_t *next_inst = &pc[sz]; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in CheckInvalidCatchBlockEnter() 102 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in CheckInvalidCatchBlockEnter() 132 …pc_start_ptr[method.bytecode_size - 1]; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in CheckCflow()
|
| /arkcompiler/runtime_core/runtime/ |
| D | cframe.cpp | 228 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Dump() 230 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Dump() 232 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Dump() 252 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in DumpCalleeRegs() 263 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in DumpCalleeFPRegs() 275 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in DumpCallerRegs() 286 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in DumpCallerFPRegs() 296 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in DumpLocals()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter-inl.h | 80 …pc += (offset); // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic, cppcoreguidelines-macr… 124 …ast<InterpretedFrame *>(CurrentSp) - 1) // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) 127 …_cast<InterpretedEntryFrame *>(sp) - 1) // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) 129 …ast<InterpretedBuiltinFrame *>(sp) - 1) // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) 131 …fine SAVE_PC() (GET_FRAME(sp)->pc = pc) // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) 133 …e SAVE_ACC() (GET_FRAME(sp)->acc = acc) // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) 135 …ESTORE_ACC() (acc = GET_FRAME(sp)->acc) // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) 137 #define GET_VREG(idx) (sp[idx]) // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) 139 …REG_VALUE(idx) (JSTaggedValue(sp[idx])) // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) 141 …e SET_VREG(idx, val) (sp[idx] = (val)); // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) [all …]
|
| /arkcompiler/runtime_core/libpandabase/mem/ |
| D | alloc_tracker.cpp | 153 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Dump() 160 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Dump() 162 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Dump() 165 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Dump() 174 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Dump()
|