Home
last modified time | relevance | path

Searched defs:loc (Results 1 - 25 of 47) sorted by relevance

12

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DdefaultParameterLowering.h29 lexer::SourceLocation loc = index.GetLocation(pos); in ThrowSyntaxError() local
H A DpromiseVoid.cpp57 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 DerrorHandler.cpp23 lexer::SourceLocation loc = index.GetLocation(pos); in ThrowSyntaxError() local
/arkcompiler/ets_frontend/ets2panda/ast_verifier/
H A DcheckContext.cpp22 const auto loc = from.line; in AddCheckMessage() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dlocations_builder.cpp192 [[maybe_unused]] Location loc = pinfo->GetNextLocation(GetWordType()); in LOCATIONS_BUILDER() local
/arkcompiler/runtime_core/static_core/runtime/
H A Dhandle_storage-inl.h43 auto loc = &(*node)[offset]; in NewHandle() local
/arkcompiler/ets_frontend/es2panda/typescript/
H A Dchecker.cpp80 lexer::SourceLocation loc = index.GetLocation(pos); in ThrowTypeError() local
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/
H A DIntlNumberFormat.cpp51 icu::Locale loc = icu::Locale::forLanguageTag(sp, status); in FormattersCacheInvalidation() local
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
H A Dpgo_type_parser.h37 GenerateHClass( [[maybe_unused]] const PGOHClassGenerator &generator, [[maybe_unused]] const PGOTypeLocation &loc) GenerateHClass() argument
H A Dpgo_type_location.h51 auto loc = *this; in ChangeType() local
[all...]
H A Dpgo_type_parser.cpp43 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 Dpgo_type_manager.h70 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 Dspill_fill_data.h52 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 Dspill_fill_data.h52 void SetSrc(Location loc) in SetSrc() argument
56 void SetDst(Location loc) in SetDst() argument
/arkcompiler/ets_frontend/ets2panda/checker/
H A Dchecker.cpp86 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 Dcode_info_producer.cpp145 const auto &loc = record.getLocation(i); in CollectRoots() local
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core_Double.cpp65 icu::Locale loc; in StdCoreDoubleToLocaleString() local
/arkcompiler/ets_frontend/ets2panda/ir/
H A DastDump.cpp240 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 Dbuiltins_locale.cpp87 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 DastDump.cpp236 void AstDumper::SerializeLoc(const lexer::SourceRange &loc) in SerializeLoc() argument
252 lexer::SourceLocation loc = index_.GetLocation(pos); in SerializeSourcePosition() local
H A DastNode.h222 void SetRange(const lexer::SourceRange &loc) in SetRange() argument
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DarrayExpression.cpp147 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 DdestructuringContext.cpp345 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 Dark_stackmap_builder.cpp324 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 Dmemlayout.h227 SymbolAlloc *loc = nullptr; in GetLocOfSpillRegister() local

Completed in 12 milliseconds

12