/arkcompiler/ets_runtime/ecmascript/base/ |
D | path_helper.h | 48 size_t pos = moduleName.find(NAME_SPACE_TAG); in DeleteNamespace() local 61 size_t pos = recordName.find(SLASH_TAG); in AdaptOldIsaRecord() local 76 size_t pos = moduleRequestName.find(COLON_TAG); in GetStrippedModuleName() local 89 size_t pos = moduleRequestName.find(COLON_TAG); in GetInternalModulePrefix() local
|
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() 368 std::size_t pos = str.find_first_of(delimiter, strIndex); in SplitString() local 421 size_t pos = 0; variable
|
/arkcompiler/ets_runtime/ecmascript/module/ |
D | module_path_helper.cpp | 69 size_t pos = CString::npos; in ParseOhmUrl() local 208 size_t pos = moduleRequestName.find(PathHelper::CURRENT_DIREATORY_TAG); in MakeNewRecord() local 294 size_t pos = recordName.find(PathHelper::SLASH_TAG); in FindPackageInTopLevelWithNamespace() local 310 size_t pos = moduleName.find(PathHelper::NAME_SPACE_TAG); in FindPackageInTopLevelWithNamespace() local 338 size_t pos = packageName.rfind(PACKAGE_PATH_SEGMENT); in ParseOhpmPackage() local 367 size_t pos = 0; in ParseThirdPartyPackage() local 466 size_t pos = moduleRequestName.rfind(PathHelper::POINT_TAG); in IsImportFile() local 483 size_t pos = res.rfind(PathHelper::POINT_TAG); in RemoveSuffix() local
|
D | module_path_helper.h | 134 size_t pos = hapPath.find(MERGE_ABC_ETS_MODULES); in ParseHapPath() local
|
/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/ets_runtime/ecmascript/compiler/assembler/x64/ |
D | assembler_x64.cpp | 255 auto pos = GetCurrentPosition(); in Align16() local 536 auto pos = GetCurrentPosition(); in Callq() local 562 auto pos = GetCurrentPosition(); in Jmp() local 615 auto pos = GetCurrentPosition(); in Ja() local 647 auto pos = GetCurrentPosition(); in Jb() local 678 auto pos = GetCurrentPosition(); in Jz() local 710 auto pos = GetCurrentPosition(); in Je() local 737 size_t pos = GetCurrentPosition(); in Bind() local 914 auto pos = GetCurrentPosition(); in Jne() local 954 auto pos = GetCurrentPosition(); in Jbe() local [all …]
|
/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/dfx/stackinfo/ |
D | js_stackinfo.h | 27 std::string pos; member
|
/arkcompiler/ets_frontend/es2panda/binder/ |
D | binder.h | 279 T *Binder::AddTsDecl(const lexer::SourcePosition &pos, bool isDeclare, Args &&... args) in AddTsDecl() 293 T *Binder::AddTsDecl(const lexer::SourcePosition &pos, DeclarationFlags flag, bool isDeclare, Args … in AddTsDecl() 308 T *Binder::AddDecl(const lexer::SourcePosition &pos, bool isDeclare, Args &&... args) in AddDecl() 322 T *Binder::AddDecl(const lexer::SourcePosition &pos, DeclarationFlags flag, bool isDeclare, Args &&… in AddDecl()
|
D | binder.cpp | 84 void Binder::ThrowRedeclaration(const lexer::SourcePosition &pos, const util::StringView &name) in ThrowRedeclaration() 94 void Binder::ThrowUndeclaredExport(const lexer::SourcePosition &pos, const util::StringView &name) in ThrowUndeclaredExport() 104 void Binder::ThrowInvalidDstrTarget(const lexer::SourcePosition &pos, const util::StringView &name) in ThrowInvalidDstrTarget()
|
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/ |
D | assembler.h | 136 void BindTo(int32_t pos) in BindTo() 142 void LinkTo(int32_t pos) in LinkTo() 153 void LinkNearPos(uint32_t pos) in LinkNearPos()
|
/arkcompiler/ets_frontend/es2panda/lexer/token/ |
D | sourceLocation.cpp | 80 SourceLocation LineIndex::GetLocation(SourcePosition pos) noexcept in GetLocation()
|
/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 | 298 LifeNumber GetNextUsage(LifeNumber pos) in GetNextUsage() 307 LifeNumber GetLastUsageBefore(LifeNumber pos) in GetLastUsageBefore() 317 LifeNumber GetPrevUsage(LifeNumber pos) const in GetPrevUsage() 326 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/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/ets_runtime/ecmascript/builtins/ |
D | builtins_string.cpp | 256 int32_t pos = 0; in CharAt() local 287 int32_t pos = 0; in CharCodeAt() local 320 int32_t pos = base::NumberHelper::DoubleInRangeInt32(posVal.GetNumber()); in CodePointAt() local 399 uint32_t pos = 0; in EndsWith() local 440 int32_t pos = 0; in Includes() local 473 int32_t pos = 0; in IndexOf() local 506 int32_t pos = 0; in LastIndexOf() local 672 int32_t pos = EcmaStringAccessor::IndexOf(ecmaVm, in MatchAll() local 891 int32_t pos = EcmaStringAccessor::IndexOf(ecmaVm, thisString, searchString); in Replace() local 972 int32_t pos = EcmaStringAccessor::IndexOf(ecmaVm, flagString, gString); in ReplaceAll() local [all …]
|
/arkcompiler/ets_frontend/es2panda/aot/ |
D | options.cpp | 63 std::string::size_type pos(filename.find_last_of('.')); in GetScriptExtension() local 78 size_t pos = 0; in GetStringItems() local
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
D | literal_data_extractor.cpp | 145 uint32_t pos = 0; in EnumerateLiteralVals() local 300 int pos = 0; in ExtractObjectDatas() local 390 uint32_t pos = 0; in GetDatasIgnoreType() local
|
/arkcompiler/ets_runtime/ecmascript/platform/windows/ |
D | file.cpp | 143 int pos = static_cast<int>(dirnameStr.find_last_of('\\')); in ResolveFilenameFromNative() local
|
/arkcompiler/runtime_core/compiler/tests/ |
D | class_hash_table_test.cpp | 30 auto pos = exe_path.rfind('/'); in ClassHashTableTest() local 53 auto pos = paoc_path_.rfind('/'); in GetPaocDirectory() local
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_runtime_options.cpp | 828 std::size_t pos = option.find_first_of(delimiter, strIndex); in ParseListArgParam() local
|