Home
last modified time | relevance | path

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

1234

/arkcompiler/runtime_core/verification/util/
Dbit_vector.h265 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/
Dpath_helper.h134 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 …]
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()
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/
Dassembler_x64.cpp254 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/
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/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/compiler/assembler/
Dassembler.h86 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/
Djs_stackinfo.h25 std::string pos; member
/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.h260 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()
Dbinder.cpp79 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/
DsourceLocation.cpp73 SourceLocation LineIndex::GetLocation(SourcePosition pos) noexcept in GetLocation()
/arkcompiler/runtime_core/runtime/
Druntime_controller.cpp54 size_t pos = path.rfind('/'); in IsInPermitList() local
Drelayout_profiler.cpp30 auto pos = file.first.find_last_of('/') + 1; in WriteProfileData() local
/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.h299 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/
Dfile.cpp84 … std::string::size_type pos = std::string(ws.begin(), ws.end()).find_last_of(File::GetPathDelim()); in GetExecutablePath() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp247 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/
Dlog_wrapper.cpp29 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/
Ddisassembly.h54 void SetPosition(uint32_t pos) in SetPosition()
/arkcompiler/ets_runtime/ecmascript/platform/unix/
Dfile.cpp119 int pos = static_cast<int>(dirnameStr.find_last_of('/')); in ResolveFilenameFromNative() local
/arkcompiler/ets_runtime/ecmascript/
Djs_runtime_options.cpp603 std::size_t pos = option.find_first_of(delimiter, strIndex); in ParseListArgParam() local
/arkcompiler/runtime_core/runtime/tests/tooling/
Dtest_extractor.cpp39 auto pos = source_location.path.find_last_of("/\\"); in GetBreakpointAddress() local

1234