| /arkcompiler/runtime_core/verification/util/ |
| D | bit_vector.h | 265 for (size_t pos = 0; pos < size_in_words(); ++pos) { in clr() local 271 for (size_t pos = 0; pos < size_in_words(); ++pos) { in set() local 277 for (size_t pos = 0; pos < size_in_words(); ++pos) { in invert() local 310 for (size_t pos = 0; pos < num_full_words; pos++) { variable 356 for (size_t pos = POS_FROM + 1; pos < POS_TO; ++pos) { in process() local 385 size_t pos = 0; in process() local 456 for (size_t pos = 0; pos < num_full_words; pos++) { in for_all_idx_val() local 472 for (size_t pos = 0; pos < size_in_words(); ++pos) { in for_all_idx_of() local 497 size_t pos = from >> POS_SHIFT; variable 533 size_t pos = 0; in SetBitsCount() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | path_helper.h | 134 size_t pos = CString::npos; in ParseOhmUrl() local 169 size_t pos = moduleName.find(NAME_SPACE_TAG); in CropNamespaceIfAbsent() local 207 size_t pos = hapPath.find(MERGE_ABC_ETS_MODULES); in ParseHapPath() local 217 size_t pos = recordName.find('/'); in CroppingRecord() local 275 size_t pos = moduleRequestName.find("./"); in MakeNewRecord() local 392 size_t pos = recordName.find('/'); in FindPackageInTopLevelWithNamespace() local 408 size_t pos = moduleName.find(NAME_SPACE_TAG); in FindPackageInTopLevelWithNamespace() local 430 size_t pos = packageName.rfind(PACKAGE_PATH_SEGMENT); in ParseOhpmPackage() local 451 size_t pos = 0; in ParseThirdPartyPackage() local 493 size_t pos = moduleRequestName.rfind('.'); in IsImportFile() local [all …]
|
| D | string_helper.h | 111 static inline size_t Find(const std::string &thisStr, const std::string &searchStr, int32_t pos) in Find() 117 …tic inline size_t Find(const std::u16string &thisStr, const std::u16string &searchStr, int32_t pos) in Find() 123 …ic inline size_t RFind(const std::u16string &thisStr, const std::u16string &searchStr, int32_t pos) in RFind() 351 std::size_t pos = str.find_first_of(delimiter, strIndex); in SplitString() local 404 size_t pos = 0; variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/ |
| D | assembler_x64.cpp | 254 auto pos = GetCurrentPosition(); in Align16() local 535 auto pos = GetCurrentPosition(); in Callq() local 561 auto pos = GetCurrentPosition(); in Jmp() local 614 auto pos = GetCurrentPosition(); in Ja() local 646 auto pos = GetCurrentPosition(); in Jb() local 677 auto pos = GetCurrentPosition(); in Jz() local 709 auto pos = GetCurrentPosition(); in Je() local 736 size_t pos = GetCurrentPosition(); in Bind() local 913 auto pos = GetCurrentPosition(); in Jne() local 953 auto pos = GetCurrentPosition(); in Jbe() local [all …]
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | bitset.cpp | 47 void BitSet::Set(size_t pos) noexcept in Set() 52 void BitSet::Set(size_t pos, bool value) noexcept in Set()
|
| D | moduleHelpers.cpp | 49 std::size_t pos = line.find(":"); in CompileNpmModuleEntryList() local
|
| /arkcompiler/ets_frontend/es2panda/typescript/ |
| D | checker.cpp | 51 …rowTypeError(std::initializer_list<TypeErrorMessageElement> list, const lexer::SourcePosition &pos) in ThrowTypeError() 77 void Checker::ThrowTypeError(std::string_view message, const lexer::SourcePosition &pos) in ThrowTypeError()
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | json_builder.cpp | 32 auto pos = iter - string.begin(); in JsonEscape() local
|
| D | pandargs.h | 550 for (size_t pos = sub_args_str.find(',', 0); pos != std::string_view::npos; in ParseCompoundArg() local 940 std::size_t pos = param_str.find_first_of(delimiter, param_str_index); in ParseListArgParam() local 964 std::size_t pos = 0; in IsIntegerNumber() local 981 std::size_t pos = 0; in IsRationalNumber() local 997 std::size_t pos = 0; in IsUintNumber() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/ |
| D | assembler.h | 86 void BindTo(int32_t pos) in BindTo() 92 void LinkTo(int32_t pos) in LinkTo() 103 void LinkNearPos(uint32_t pos) in LinkNearPos()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
| D | js_stackinfo.h | 25 std::string pos; member
|
| /arkcompiler/ets_frontend/es2panda/binder/ |
| D | binder.h | 260 T *Binder::AddTsDecl(const lexer::SourcePosition &pos, Args &&... args) in AddTsDecl() 273 T *Binder::AddDecl(const lexer::SourcePosition &pos, Args &&... args) in AddDecl() 286 T *Binder::AddDecl(const lexer::SourcePosition &pos, DeclarationFlags flag, Args &&... args) in AddDecl()
|
| D | binder.cpp | 79 void Binder::ThrowRedeclaration(const lexer::SourcePosition &pos, const util::StringView &name) in ThrowRedeclaration() 89 void Binder::ThrowUndeclaredExport(const lexer::SourcePosition &pos, const util::StringView &name) in ThrowUndeclaredExport() 99 void Binder::ThrowInvalidDstrTarget(const lexer::SourcePosition &pos, const util::StringView &name) in ThrowInvalidDstrTarget()
|
| /arkcompiler/ets_frontend/es2panda/lexer/token/ |
| D | sourceLocation.cpp | 73 SourceLocation LineIndex::GetLocation(SourcePosition pos) noexcept in GetLocation()
|
| /arkcompiler/runtime_core/runtime/ |
| D | runtime_controller.cpp | 54 size_t pos = path.rfind('/'); in IsInPermitList() local
|
| D | relayout_profiler.cpp | 30 auto pos = file.first.find_last_of('/') + 1; in WriteProfileData() local
|
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| D | indexInfo.h | 30 … IndexInfo(Type *type, util::StringView paramName, bool readonly, const lexer::SourcePosition &pos) in IndexInfo()
|
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ |
| D | liveness_analyzer.h | 299 LifeNumber GetNextUsage(LifeNumber pos) in GetNextUsage() 308 LifeNumber GetLastUsageBefore(LifeNumber pos) in GetLastUsageBefore() 318 LifeNumber GetPrevUsage(LifeNumber pos) const in GetPrevUsage() 327 bool NoUsageUntil(LifeNumber pos) const in NoUsageUntil()
|
| /arkcompiler/runtime_core/platforms/windows/libpandabase/ |
| D | file.cpp | 84 … std::string::size_type pos = std::string(ws.begin(), ws.end()).find_last_of(File::GetPathDelim()); in GetExecutablePath() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_string.cpp | 247 int32_t pos = 0; in CharAt() local 276 int32_t pos = 0; in CharCodeAt() local 307 int32_t pos = base::NumberHelper::DoubleInRangeInt32(posVal.GetNumber()); in CodePointAt() local 383 uint32_t pos = 0; in EndsWith() local 423 int32_t pos = 0; in Includes() local 455 int32_t pos = 0; in IndexOf() local 487 int32_t pos = 0; in LastIndexOf() local 633 int32_t pos = EcmaStringAccessor::IndexOf( in MatchAll() local 849 int32_t pos = EcmaStringAccessor::IndexOf(*thisString, *searchString); in Replace() local 924 int32_t pos = EcmaStringAccessor::IndexOf(*flagString, *gString); in ReplaceAll() local [all …]
|
| /arkcompiler/toolchain/inspector/ |
| D | log_wrapper.cpp | 29 for (auto pos = str.find(prefix, 0); pos != std::string::npos; pos = str.find(prefix, pos)) { in StripString() local
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/ |
| D | disassembly.h | 54 void SetPosition(uint32_t pos) in SetPosition()
|
| /arkcompiler/ets_runtime/ecmascript/platform/unix/ |
| D | file.cpp | 119 int pos = static_cast<int>(dirnameStr.find_last_of('/')); in ResolveFilenameFromNative() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_runtime_options.cpp | 603 std::size_t pos = option.find_first_of(delimiter, strIndex); in ParseListArgParam() local
|
| /arkcompiler/runtime_core/runtime/tests/tooling/ |
| D | test_extractor.cpp | 39 auto pos = source_location.path.find_last_of("/\\"); in GetBreakpointAddress() local
|