| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| 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); 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/ |
| D | promiseVoid.cpp | 57 …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
|
| D | defaultParameterLowering.h | 29 lexer::SourceLocation loc = index.GetLocation(pos); in ThrowSyntaxError() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/ |
| D | pgo_type_manager.h | 70 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()
|
| D | pgo_type_parser.cpp | 34 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()
|
| D | pgo_type_location.h | 55 auto loc = *this; in ChangeType() local
|
| D | pgo_type_parser.h | 38 …aybe_unused]] const PGOHClassGenerator &generator, [[maybe_unused]] const PGOTypeLocation &loc) {}; in GenerateHClass()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | spill_fill_data.h | 52 void SetSrc(Location loc) in SetSrc() 56 void SetDst(Location loc) in SetDst()
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | spill_fill_data.h | 52 void SetSrc(Location loc) in SetSrc() 56 void SetDst(Location loc) in SetDst()
|
| /arkcompiler/ets_frontend/ets2panda/ast_verifier/ |
| D | checkContext.cpp | 22 const auto loc = from.line; in AddCheckMessage() local
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| D | errorHandler.cpp | 23 lexer::SourceLocation loc = index.GetLocation(pos); in ThrowSyntaxError() local
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | destructuringContext.cpp | 30 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/ |
| 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/ets_frontend/ets2panda/ir/ |
| D | astDump.cpp | 240 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/ |
| D | destructuringContext.cpp | 31 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/ |
| D | checker.cpp | 80 lexer::SourceLocation loc = index.GetLocation(pos); in ThrowTypeError() local
|
| /arkcompiler/ets_frontend/es2panda/ir/ |
| D | astDump.cpp | 236 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/ |
| D | dump.cpp | 65 for (const auto &loc : record.locations()) { in DumpStackMapRecord() local
|
| D | code_info_producer.cpp | 145 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/ |
| D | mem_stats_gen_gc_test.cpp | 657 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/ |
| D | binder.cpp | 89 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/ |
| D | vtable.cpp | 52 for (uint32_t loc = 0; loc < ITEM_NUM; ++loc) { in GetTuple() local
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | handle_storage-inl.h | 43 auto loc = &(*node)[offset]; in NewHandle() local
|
| /arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/ |
| D | declgenEts2Ts.cpp | 109 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/ |
| 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
|