| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| H A D | defaultParameterLowering.h | 29 lexer::SourceLocation loc = index.GetLocation(pos); in ThrowSyntaxError() local
|
| H A D | promiseVoid.cpp | 57 void PromiseVoidInferencePhase::SetRangeRecursively(ir::TypeNode *node, const lexer::SourceRange &loc) in SetRangeRecursively() argument 68 CreatePromiseVoidType(checker::ETSChecker *checker, const lexer::SourceRange &loc) CreatePromiseVoidType() argument [all...] |
| /arkcompiler/ets_frontend/ets2panda/util/ |
| H A D | errorHandler.cpp | 23 lexer::SourceLocation loc = index.GetLocation(pos); in ThrowSyntaxError() local
|
| /arkcompiler/ets_frontend/ets2panda/ast_verifier/ |
| H A D | checkContext.cpp | 22 const auto loc = from.line; in AddCheckMessage() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| H A D | locations_builder.cpp | 192 [[maybe_unused]] Location loc = pinfo->GetNextLocation(GetWordType()); in LOCATIONS_BUILDER() local
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | handle_storage-inl.h | 43 auto loc = &(*node)[offset]; in NewHandle() local
|
| /arkcompiler/ets_frontend/es2panda/typescript/ |
| H A D | checker.cpp | 80 lexer::SourceLocation loc = index.GetLocation(pos); in ThrowTypeError() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/ |
| H A D | IntlNumberFormat.cpp | 51 icu::Locale loc = icu::Locale::forLanguageTag(sp, status); in FormattersCacheInvalidation() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/ |
| H A D | pgo_type_parser.h | 37 GenerateHClass( [[maybe_unused]] const PGOHClassGenerator &generator, [[maybe_unused]] const PGOTypeLocation &loc) GenerateHClass() argument
|
| H A D | pgo_type_location.h | 51 auto loc = *this; in ChangeType() local [all...] |
| H A D | pgo_type_parser.cpp | 43 bool ClassParser::RecordTypeInfo(const PGODefineOpType &defType, const PGOTypeLocation &loc) in RecordTypeInfo() argument 67 void ClassParser::GenerateHClass(const PGOHClassGenerator &generator, const PGOTypeLocation &loc) in GenerateHClass() argument 95 RecordTypeInfo(const PGODefineOpType &defType, const PGOTypeLocation &loc) RecordTypeInfo() argument 113 RecordTypeInfo(const PGODefineOpType &defType, const PGOTypeLocation &loc) RecordTypeInfo() argument 120 GenerateHClass(const PGOHClassGenerator &generator, const PGOTypeLocation &loc) GenerateHClass() argument 130 RecordTypeInfo(const PGODefineOpType &defType, const PGOTypeLocation &loc) RecordTypeInfo() argument 154 GenerateHClass(const PGOHClassGenerator &generator, const PGOTypeLocation &loc) GenerateHClass() argument [all...] |
| H A D | pgo_type_manager.h | 70 inline ProfileType GetRootIdByLocation(const PGOTypeLocation &loc) in GetRootIdByLocation() argument 79 inline ElementsKind GetElementsKindByLocation(PGOTypeLocation loc) in GetElementsKindByLocation() argument 88 inline void RecordLocationToRootType(const PGOTypeLocation &loc, ProfileType rootType) in RecordLocationToRootType() argument 93 inline void RecordLocationToElementsKind(PGOTypeLocation loc, ElementsKind kind) in RecordLocationToElementsKind() argument
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| H A D | spill_fill_data.h | 52 void SetSrc(Location loc) in SetSrc() argument 56 void SetDst(Location loc) in SetDst() argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| H A D | spill_fill_data.h | 52 void SetSrc(Location loc) in SetSrc() argument 56 void SetDst(Location loc) in SetDst() argument
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| H A D | checker.cpp | 86 lexer::SourceLocation loc = index.GetLocation(pos); in ThrowTypeError() local 99 lexer::SourceLocation loc = index.GetLocation(pos); in LogTypeError() local 107 lexer::SourceLocation loc = index.GetLocation(pos); in Warning() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/object_code/ |
| H A D | code_info_producer.cpp | 145 const auto &loc = record.getLocation(i); in CollectRoots() local [all...] |
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| H A D | std_core_Double.cpp | 65 icu::Locale loc; in StdCoreDoubleToLocaleString() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/ |
| H A D | astDump.cpp | 240 void AstDumper::SerializeLoc(const lexer::SourceRange &loc) in SerializeLoc() argument 256 lexer::SourceLocation loc = index_.GetLocation(pos); in SerializeSourcePosition() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_locale.cpp | 87 JSHandle<JSTaggedValue> loc = GetThis(argv); in Maximize() local 119 JSHandle<JSTaggedValue> loc = GetThis(argv); in Minimize() local 154 JSHandle<JSTaggedValue> loc = GetThis(argv); ToString() local 170 JSHandle<JSTaggedValue> loc = GetThis(argv); GetBaseName() local 190 JSHandle<JSTaggedValue> loc = GetThis(argv); GetCalendar() local 208 JSHandle<JSTaggedValue> loc = GetThis(argv); GetCaseFirst() local 225 JSHandle<JSTaggedValue> loc = GetThis(argv); GetCollation() local 242 JSHandle<JSTaggedValue> loc = GetThis(argv); GetHourCycle() local 260 JSHandle<JSTaggedValue> loc = GetThis(argv); GetNumeric() local 280 JSHandle<JSTaggedValue> loc = GetThis(argv); GetNumberingSystem() local 298 JSHandle<JSTaggedValue> loc = GetThis(argv); GetLanguage() local 324 JSHandle<JSTaggedValue> loc = GetThis(argv); GetScript() local 355 JSHandle<JSTaggedValue> loc = GetThis(argv); GetRegion() local [all...] |
| /arkcompiler/ets_frontend/es2panda/ir/ |
| H A D | astDump.cpp | 236 void AstDumper::SerializeLoc(const lexer::SourceRange &loc) in SerializeLoc() argument 252 lexer::SourceLocation loc = index_.GetLocation(pos); in SerializeSourcePosition() local
|
| H A D | astNode.h | 222 void SetRange(const lexer::SourceRange &loc) in SetRange() argument
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| H A D | arrayExpression.cpp | 147 GetSpreadElementType(checker::Checker *checker, checker::Type *spreadType, ArenaVector<checker::Type *> &elementTypes, const lexer::SourcePosition &loc) GetSpreadElementType() argument
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| H A D | destructuringContext.cpp | 345 Type *ArrayDestructuringContext::GetRestType([[maybe_unused]] const lexer::SourcePosition &loc) in GetRestType() argument 568 Type *ObjectDestructuringContext::GetRestType([[maybe_unused]] const lexer::SourcePosition &loc) in GetRestType() argument 29 Prepare(const ir::Expression *typeAnnotation, const ir::Expression *initializer, const lexer::SourcePosition &loc) Prepare() argument 73 SetInferedTypeForVariable(binder::Variable *var, Type *inferedType, const lexer::SourcePosition &loc) SetInferedTypeForVariable() argument
|
| /arkcompiler/ets_runtime/ecmascript/stackmap/ |
| H A D | ark_stackmap_builder.cpp | 324 int loc = FindLoc(CallsitePcs, x.first); in GenArkCallsiteAOTFileInfo() local 332 int loc = FindLoc(CallsitePcs, x.first); in GenArkCallsiteAOTFileInfo() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| H A D | memlayout.h | 227 SymbolAlloc *loc = nullptr; in GetLocOfSpillRegister() local
|