Home
last modified time | relevance | path

Searched defs:loc (Results 1 – 25 of 56) sorted by relevance

123

/arkcompiler/ets_runtime/ecmascript/builtins/
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); in ToString() local
170 JSHandle<JSTaggedValue> loc = GetThis(argv); in GetBaseName() local
190 JSHandle<JSTaggedValue> loc = GetThis(argv); in GetCalendar() local
208 JSHandle<JSTaggedValue> loc = GetThis(argv); in GetCaseFirst() local
225 JSHandle<JSTaggedValue> loc = GetThis(argv); in GetCollation() local
242 JSHandle<JSTaggedValue> loc = GetThis(argv); in GetHourCycle() local
260 JSHandle<JSTaggedValue> loc = GetThis(argv); in GetNumeric() local
280 JSHandle<JSTaggedValue> loc = GetThis(argv); in GetNumberingSystem() local
[all …]
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DpromiseVoid.cpp57 …d PromiseVoidInferencePhase::SetRangeRecursively(ir::TypeNode *node, const lexer::SourceRange &loc) in SetRangeRecursively()
69 const lexer::SourceRange &loc) in CreatePromiseVoidType()
153 const auto &loc = last->Range(); in Perform() local
158 const auto &loc = id->Range(); in Perform() local
163 const auto &loc = body->Range(); in Perform() local
167 const auto &loc = function->Range(); in Perform() local
183 const auto &loc = genTypeLocation(function); in Perform() local
DdefaultParameterLowering.h29 lexer::SourceLocation loc = index.GetLocation(pos); in ThrowSyntaxError() local
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
Dpgo_type_manager.h70 inline ProfileType GetRootIdByLocation(const PGOTypeLocation &loc) in GetRootIdByLocation()
79 inline ElementsKind GetElementsKindByLocation(PGOTypeLocation loc) in GetElementsKindByLocation()
88 inline void RecordLocationToRootType(const PGOTypeLocation &loc, ProfileType rootType) in RecordLocationToRootType()
93 inline void RecordLocationToElementsKind(PGOTypeLocation loc, ElementsKind kind) in RecordLocationToElementsKind()
Dpgo_type_parser.cpp34 PGOTypeLocation loc(jsPandaFile, methodOffset, bcIdx); in Parse() local
43 bool ClassParser::RecordTypeInfo(const PGODefineOpType &defType, const PGOTypeLocation &loc) in RecordTypeInfo()
67 void ClassParser::GenerateHClass(const PGOHClassGenerator &generator, const PGOTypeLocation &loc) in GenerateHClass()
95 bool ArrayParser::RecordTypeInfo(const PGODefineOpType &defType, const PGOTypeLocation &loc) in RecordTypeInfo()
113 bool ObjectLiteralParser::RecordTypeInfo(const PGODefineOpType &defType, const PGOTypeLocation &loc) in RecordTypeInfo()
120 …bjectLiteralParser::GenerateHClass(const PGOHClassGenerator &generator, const PGOTypeLocation &loc) in GenerateHClass()
130 bool FunctionParser::RecordTypeInfo(const PGODefineOpType &defType, const PGOTypeLocation &loc) in RecordTypeInfo()
154 void FunctionParser::GenerateHClass(const PGOHClassGenerator &generator, const PGOTypeLocation &loc) in GenerateHClass()
Dpgo_type_location.h55 auto loc = *this; in ChangeType() local
Dpgo_type_parser.h38 …aybe_unused]] const PGOHClassGenerator &generator, [[maybe_unused]] const PGOTypeLocation &loc) {}; in GenerateHClass()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dspill_fill_data.h52 void SetSrc(Location loc) in SetSrc()
56 void SetDst(Location loc) in SetDst()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dspill_fill_data.h52 void SetSrc(Location loc) in SetSrc()
56 void SetDst(Location loc) in SetDst()
/arkcompiler/ets_frontend/ets2panda/ast_verifier/
DcheckContext.cpp22 const auto loc = from.line; in AddCheckMessage() local
/arkcompiler/ets_frontend/ets2panda/util/
DerrorHandler.cpp23 lexer::SourceLocation loc = index.GetLocation(pos); in ThrowSyntaxError() local
/arkcompiler/ets_frontend/es2panda/typescript/core/
DdestructuringContext.cpp30 const lexer::SourcePosition &loc) in Prepare()
74 const lexer::SourcePosition &loc) in SetInferedTypeForVariable()
345 Type *ArrayDestructuringContext::GetRestType([[maybe_unused]] const lexer::SourcePosition &loc) in GetRestType()
568 Type *ObjectDestructuringContext::GetRestType([[maybe_unused]] const lexer::SourcePosition &loc) in GetRestType()
/arkcompiler/ets_frontend/ets2panda/checker/
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/ets_frontend/ets2panda/ir/
DastDump.cpp240 void AstDumper::SerializeLoc(const lexer::SourceRange &loc) in SerializeLoc()
256 lexer::SourceLocation loc = index_.GetLocation(pos); in SerializeSourcePosition() local
/arkcompiler/ets_frontend/ets2panda/checker/ts/
DdestructuringContext.cpp31 const lexer::SourcePosition &loc) in Prepare()
74 const lexer::SourcePosition &loc) in SetInferredTypeForVariable()
349 Type *ArrayDestructuringContext::GetRestType([[maybe_unused]] const lexer::SourcePosition &loc) in GetRestType()
573 Type *ObjectDestructuringContext::GetRestType([[maybe_unused]] const lexer::SourcePosition &loc) in GetRestType()
/arkcompiler/ets_frontend/es2panda/typescript/
Dchecker.cpp80 lexer::SourceLocation loc = index.GetLocation(pos); in ThrowTypeError() local
/arkcompiler/ets_frontend/es2panda/ir/
DastDump.cpp236 void AstDumper::SerializeLoc(const lexer::SourceRange &loc) in SerializeLoc()
252 lexer::SourceLocation loc = index_.GetLocation(pos); in SerializeSourcePosition() local
/arkcompiler/runtime_core/static_core/libllvmbackend/object_code/
Ddump.cpp65 for (const auto &loc : record.locations()) { in DumpStackMapRecord() local
Dcode_info_producer.cpp145 const auto &loc = record.getLocation(i); in CollectRoots() local
192 const auto &loc = record.getLocation(methodIdIndex + INLINE_VREGS + idx + VREG_VALUE); in BuildSingleRegMap() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dmem_stats_gen_gc_test.cpp657 RealStatsLocations loc {}; in GetGenMemStatsDetails() local
685 RealStatsLocations loc = GetGenMemStatsDetails<decltype(genMs)>(genMs); in TEST_F() local
734 RealStatsLocations loc = GetGenMemStatsDetails<decltype(genMs)>(genMs); in TEST_F() local
785 RealStatsLocations loc = GetGenMemStatsDetails<decltype(genMs)>(genMs); in TEST_F() local
844 RealStatsLocations loc = GetGenMemStatsDetails<decltype(genMs)>(genMs); in TEST_F() local
884 RealStatsLocations loc = GetGenMemStatsDetails<decltype(genMs)>(genMs); in TEST_F() local
973 RealStatsLocations loc = GetGenMemStatsDetails<decltype(genMs)>(genMs); in TEST_F() local
/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.cpp89 lexer::SourceLocation loc = index.GetLocation(pos); in ThrowRedeclaration() local
99 lexer::SourceLocation loc = index.GetLocation(pos); in ThrowUndeclaredExport() local
109 lexer::SourceLocation loc = index.GetLocation(pos); in ThrowInvalidDstrTarget() local
1113 lexer::SourceLocation loc = index.GetLocation(pos); in CheckPrivateDeclaration() local
/arkcompiler/ets_runtime/ecmascript/
Dvtable.cpp52 for (uint32_t loc = 0; loc < ITEM_NUM; ++loc) { in GetTuple() local
/arkcompiler/runtime_core/static_core/runtime/
Dhandle_storage-inl.h43 auto loc = &(*node)[offset]; in NewHandle() local
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
DdeclgenEts2Ts.cpp109 const lexer::SourceLocation loc = index.GetLocation(pos); in ThrowError() local
239 const auto loc = methodDef != nullptr ? methodDef->Start() : lexer::SourcePosition(); in GenFunctionType() local
/arkcompiler/ets_runtime/ecmascript/stackmap/
Dark_stackmap_builder.cpp324 int loc = FindLoc(CallsitePcs, x.first); in GenArkCallsiteAOTFileInfo() local
332 int loc = FindLoc(CallsitePcs, x.first); in GenArkCallsiteAOTFileInfo() local

123