Home
last modified time | relevance | path

Searched defs:pos (Results 1 – 25 of 82) sorted by relevance

1234

/arkcompiler/ets_runtime/ecmascript/base/
Dpath_helper.h48 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
Dstring_helper.h111 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/
Dmodule_path_helper.cpp69 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
Dmodule_path_helper.h134 size_t pos = hapPath.find(MERGE_ABC_ETS_MODULES); in ParseHapPath() local
/arkcompiler/ets_frontend/es2panda/util/
Dbitset.cpp47 void BitSet::Set(size_t pos) noexcept in Set()
52 void BitSet::Set(size_t pos, bool value) noexcept in Set()
DmoduleHelpers.cpp49 std::size_t pos = line.find(":"); in CompileNpmModuleEntryList() local
/arkcompiler/ets_frontend/es2panda/typescript/
Dchecker.cpp51 …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/
Dassembler_x64.cpp255 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/
Djson_builder.cpp32 auto pos = iter - string.begin(); in JsonEscape() local
Dpandargs.h550 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/
Djs_stackinfo.h27 std::string pos; member
/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.h279 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()
Dbinder.cpp84 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/
Dassembler.h136 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/
DsourceLocation.cpp80 SourceLocation LineIndex::GetLocation(SourcePosition pos) noexcept in GetLocation()
/arkcompiler/ets_frontend/es2panda/typescript/types/
DindexInfo.h30 … IndexInfo(Type *type, util::StringView paramName, bool readonly, const lexer::SourcePosition &pos) in IndexInfo()
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dliveness_analyzer.h298 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/
Dfile.cpp84 … std::string::size_type pos = std::string(ws.begin(), ws.end()).find_last_of(File::GetPathDelim()); in GetExecutablePath() local
/arkcompiler/toolchain/inspector/
Dlog_wrapper.cpp29 for (auto pos = str.find(prefix, 0); pos != std::string::npos; pos = str.find(prefix, pos)) { in StripString() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp256 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/
Doptions.cpp63 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/
Dliteral_data_extractor.cpp145 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/
Dfile.cpp143 int pos = static_cast<int>(dirnameStr.find_last_of('\\')); in ResolveFilenameFromNative() local
/arkcompiler/runtime_core/compiler/tests/
Dclass_hash_table_test.cpp30 auto pos = exe_path.rfind('/'); in ClassHashTableTest() local
53 auto pos = paoc_path_.rfind('/'); in GetPaocDirectory() local
/arkcompiler/ets_runtime/ecmascript/
Djs_runtime_options.cpp828 std::size_t pos = option.find_first_of(delimiter, strIndex); in ParseListArgParam() local

1234