Home
last modified time | relevance | path

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

123456789

/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
/arkcompiler/runtime_core/static_core/verification/util/
Dbit_vector.h272 for (size_t pos = 0; pos < SizeInWords(); ++pos) { in Clr() local
278 for (size_t pos = 0; pos < SizeInWords(); ++pos) { in Set() local
284 for (size_t pos = 0; pos < SizeInWords(); ++pos) { in Invert() local
317 for (size_t pos = 0; pos < numFullWords; pos++) { variable
363 for (size_t pos = posFrom + 1; pos < posTo; ++pos) { in Process() local
392 size_t pos = 0; in Process() local
463 for (size_t pos = 0; pos < numFullWords; pos++) { in ForAllIdxVal() local
479 for (size_t pos = 0; pos < SizeInWords(); ++pos) { in ForAllIdxOf() local
504 size_t pos = from >> POS_SHIFT; variable
540 size_t pos = 0; in SetBitsCount() local
[all …]
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Darithmetic.cpp178 … lexer::TokenType operationType, lexer::SourcePosition pos, in CheckBinaryOperatorMulDivMod()
206 … lexer::TokenType operationType, lexer::SourcePosition pos, in CheckBinaryOperatorPlus()
241 … lexer::TokenType operationType, lexer::SourcePosition pos, in CheckBinaryOperatorShift()
290 … lexer::TokenType operationType, lexer::SourcePosition pos, in CheckBinaryOperatorBitwise()
323lexer::SourcePosition pos, checker::Type *const leftType, in CheckBinaryOperatorLogical()
350 …Type *> ETSChecker::CheckBinaryOperatorStrictEqual(ir::Expression *left, lexer::SourcePosition pos, in CheckBinaryOperatorStrictEqual()
372 …Expression *left, ir::Expression *right, lexer::TokenType operationType, lexer::SourcePosition pos, in CheckBinaryOperatorEqual()
423 lexer::SourcePosition pos) in CheckBinaryOperatorEqualDynamic()
445 …Expression *left, ir::Expression *right, lexer::TokenType operationType, lexer::SourcePosition pos, in CheckBinaryOperatorLessGreater()
485 std::tuple<Type *, Type *> ETSChecker::CheckBinaryOperatorInstanceOf(lexer::SourcePosition pos, in CheckBinaryOperatorInstanceOf()
[all …]
DtypeRelationContext.h139 const lexer::SourcePosition &pos) in InstantiationContext()
149 const lexer::SourcePosition &pos) in InstantiationContext()
DcastingContext.cpp20const lexer::SourcePosition &pos, std::initializer_list<TypeErrorMessageElement> list, in CastingContext()
DtypeRelationContext.cpp42 const lexer::SourcePosition &pos) in ValidateTypeArguments()
140 const lexer::SourcePosition &pos) in InstantiateType()
/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_path_helper.cpp68 size_t pos = CString::npos; in ParseOhmUrl() local
208 size_t pos = moduleRequestName.find(PathHelper::CURRENT_DIREATORY_TAG); in MakeNewRecord() local
293 size_t pos = recordName.find(PathHelper::SLASH_TAG); in FindPackageInTopLevelWithNamespace() local
309 size_t pos = moduleName.find(PathHelper::NAME_SPACE_TAG); in FindPackageInTopLevelWithNamespace() local
337 size_t pos = packageName.rfind(PACKAGE_PATH_SEGMENT); in ParseOhpmPackage() local
366 size_t pos = 0; in ParseThirdPartyPackage() local
465 size_t pos = moduleRequestName.rfind(PathHelper::POINT_TAG); in IsImportFile() local
482 size_t pos = res.rfind(PathHelper::POINT_TAG); in RemoveSuffix() local
529 size_t pos = CString::npos; in GetModuleNameWithBaseFile() local
/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/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()
/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/static_core/plugins/ets/tests/mock/
Dstack_trace_test.cpp73 auto pos = 0; in TEST_F() local
106 auto pos = 0; in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/util/
Dbitset.cpp47 void BitSet::Set(size_t pos) noexcept in Set()
52 void BitSet::Set(size_t pos, bool value) noexcept in Set()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/src/
Dmaple_string.cpp133 size_t MapleString::find(const char *str, size_t pos, size_t n) const in find()
173 MapleString MapleString::substr(size_t pos, size_t len) const in substr()
192 MapleString &MapleString::insert(size_t pos, const MapleString &str) in insert()
220 MapleString &MapleString::insert(size_t pos, const MapleString &str, size_t subPos, size_t subLen) in insert()
227 MapleString &MapleString::insert(size_t pos, const char *s) in insert()
241 MapleString &MapleString::insert(size_t pos, const char *s, size_t n) in insert()
257 MapleString &MapleString::insert(size_t pos, size_t n, char c) in insert()
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dvarbinder.cpp87 void VarBinder::ThrowRedeclaration(const lexer::SourcePosition &pos, const util::StringView &name) … in ThrowRedeclaration() argument
94 void VarBinder::ThrowUnresolvableVariable(const lexer::SourcePosition &pos, const util::StringView … in ThrowUnresolvableVariable() argument
101 void VarBinder::ThrowUnresolvableType(const lexer::SourcePosition &pos, const util::StringView &nam… in ThrowUnresolvableType() argument
108 void VarBinder::ThrowTDZ(const lexer::SourcePosition &pos, const util::StringView &name) const in ThrowTDZ() argument
115 void VarBinder::ThrowInvalidCapture(const lexer::SourcePosition &pos, const util::StringView &name)… in ThrowInvalidCapture() argument
122 void VarBinder::ThrowPrivateFieldMismatch(const lexer::SourcePosition &pos, const util::StringView … in ThrowPrivateFieldMismatch() argument
130 void VarBinder::ThrowError(const lexer::SourcePosition &pos, const std::string_view &msg) const in ThrowError() argument
Dvarbinder.h344 T *VarBinder::AddTsDecl(const lexer::SourcePosition &pos, Args &&...args) in AddTsDecl()
356 T *VarBinder::AddDecl(const lexer::SourcePosition &pos, Args &&...args) in AddDecl()
368 std::tuple<T *, varbinder::Variable *> VarBinder::NewVarDecl(const lexer::SourcePosition &pos, Args… in NewVarDecl()
/arkcompiler/runtime_core/libpandabase/utils/
Djson_builder.cpp32 auto pos = iter - string.begin(); in JsonEscape() local
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Djson_builder.cpp32 auto pos = iter - string.begin(); in JsonEscape() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
Dstring_utils.cpp49 size_t pos = src.find_last_of(target); in GetStrAfterLast() local
58 size_t pos = src.find_last_of(target); in GetStrBeforeLast() local
/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.h281 T *Binder::AddTsDecl(const lexer::SourcePosition &pos, bool isDeclare, Args &&... args) in AddTsDecl()
295 T *Binder::AddTsDecl(const lexer::SourcePosition &pos, DeclarationFlags flag, bool isDeclare, Args … in AddTsDecl()
310 T *Binder::AddDecl(const lexer::SourcePosition &pos, bool isDeclare, Args &&... args) in AddDecl()
324 T *Binder::AddDecl(const lexer::SourcePosition &pos, DeclarationFlags flag, bool isDeclare, Args &&… in AddDecl()
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
Dpgo_type_manager.cpp57 uint32_t pos = 0; in GenHClassInfo() local
76 for (uint32_t pos = 0; pos < count; pos++) { in GenArrayInfo() local
87 for (uint32_t pos = 0; pos < count; pos++) { in GenConstantIndexInfo() local
/arkcompiler/runtime_core/static_core/tests/panda/run/
Dcommon.h55 auto pos = path.rfind(Separator()); in SetEnv() local
/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_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dsrc_position.h93 bool IsBfOrEq(SrcPosition pos) const in IsBfOrEq()
99 bool IsSrcPostionEq(SrcPosition pos) const in IsSrcPostionEq()
/arkcompiler/ets_frontend/ets2panda/checker/
Dchecker.cpp78 …rowTypeError(std::initializer_list<TypeErrorMessageElement> list, const lexer::SourcePosition &pos) in ThrowTypeError()
83 void Checker::ThrowTypeError(std::string_view message, const lexer::SourcePosition &pos) in ThrowTypeError()
102 …eportWarning(std::initializer_list<TypeErrorMessageElement> list, const lexer::SourcePosition &pos) in ReportWarning()
/arkcompiler/ets_frontend/es2panda/lexer/token/
DsourceLocation.cpp81 SourceLocation LineIndex::GetLocation(SourcePosition pos) noexcept in GetLocation()

123456789