| /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 | 43 …d PromiseVoidInferencePhase::SetRangeRecursively(ir::TypeNode *node, const lexer::SourceRange &loc) in SetRangeRecursively() 55 …eVoidInferencePhase::CreatePromiseVoidType(public_lib::Context *ctx, const lexer::SourceRange &loc) in CreatePromiseVoidType() 124 const auto &loc = last->Range(); in PerformForModule() local 129 const auto &loc = id->Range(); in PerformForModule() local 134 const auto &loc = body->Range(); in PerformForModule() local 138 const auto &loc = function->Range(); in PerformForModule() local 154 const auto &loc = genTypeLocation(function); in PerformForModule() local
|
| /arkcompiler/toolchain/tooling/static/types/ |
| D | url_breakpoint_response.cpp | 28 for (const auto &loc : locations_) { in Serialize() local 37 const auto &loc = GetLocations()[0]; in ToCustomUrlBreakpointResponse() local
|
| D | possible_breakpoints_response.h | 29 void Add(const Location &loc) in Add()
|
| D | custom_url_breakpoint_response.cpp | 35 for (const auto &loc : locations_) { in Serialize() local
|
| D | custom_url_breakpoint_response.h | 81 void Add(CustomUrlBreakpointResponse &&loc) in Add()
|
| D | url_breakpoint_response.h | 66 void AddLocation(Location &&loc) in AddLocation()
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/ |
| D | url_breakpoint_response.cpp | 28 for (const auto &loc : locations_) { in Serialize() local 37 const auto &loc = GetLocations()[0]; in ToCustomUrlBreakpointResponse() local
|
| D | possible_breakpoints_response.h | 29 void Add(const Location &loc) in Add()
|
| D | custom_url_breakpoint_response.cpp | 35 for (const auto &loc : locations_) { in Serialize() local
|
| D | custom_url_breakpoint_response.h | 81 void Add(CustomUrlBreakpointResponse &&loc) in Add()
|
| D | url_breakpoint_response.h | 66 void AddLocation(Location &&loc) in AddLocation()
|
| /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() 131 bool FunctionParser::RecordTypeInfo(const PGODefineOpType &defType, const PGOTypeLocation &loc) in RecordTypeInfo() 155 void FunctionParser::GenerateHClass(const PGOHClassGenerator &generator, const PGOTypeLocation &loc) in GenerateHClass()
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| D | es2pandaMacros.cpp | 40 auto loc = position.ToLocation(); in CompilerBugAction() local
|
| D | diagnostic.cpp | 183 lexer::SourceLocation loc = pos.ToLocation(); in DiagnosticBase() local 190 DiagnosticBase::DiagnosticBase(const lexer::SourceLocation &loc) in DiagnosticBase() 200 const lexer::SourceLocation &loc) in ThrowableDiagnostic()
|
| /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/lsp/src/ |
| D | find_safe_delete_location.cpp | 39 SafeDeleteLocation loc; in FindSafeDeleteLocationImpl() local
|
| D | line_column_offset.cpp | 39 lexer::SourceLocation loc = index.GetLocation(pos); in ToLineColumnOffset() local
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/debugger/ |
| D | breakpoint.h | 46 for (const auto &loc : locations_) { in EnumerateLocations() local
|
| /arkcompiler/toolchain/tooling/static/debugger/ |
| D | breakpoint.h | 46 for (const auto &loc : locations_) { in EnumerateLocations() local
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | destructuringContext.cpp | 28 const lexer::SourcePosition &loc) in Prepare() 72 const lexer::SourcePosition &loc) in SetInferedTypeForVariable() 344 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/parser/ |
| D | ThrowingTypedParser.cpp | 51 lexer::SourceLocation loc = index.GetLocation(pos); in ThrowSyntaxError() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/ |
| D | astDump.cpp | 241 void AstDumper::SerializeLoc(const lexer::SourceRange &loc) in SerializeLoc() 257 lexer::SourceLocation loc = index_.GetLocation(pos); in SerializeSourcePosition() local
|