Home
last modified time | relevance | path

Searched defs:loc (Results 1 – 25 of 69) 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.cpp43 …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/
Durl_breakpoint_response.cpp28 for (const auto &loc : locations_) { in Serialize() local
37 const auto &loc = GetLocations()[0]; in ToCustomUrlBreakpointResponse() local
Dpossible_breakpoints_response.h29 void Add(const Location &loc) in Add()
Dcustom_url_breakpoint_response.cpp35 for (const auto &loc : locations_) { in Serialize() local
Dcustom_url_breakpoint_response.h81 void Add(CustomUrlBreakpointResponse &&loc) in Add()
Durl_breakpoint_response.h66 void AddLocation(Location &&loc) in AddLocation()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
Durl_breakpoint_response.cpp28 for (const auto &loc : locations_) { in Serialize() local
37 const auto &loc = GetLocations()[0]; in ToCustomUrlBreakpointResponse() local
Dpossible_breakpoints_response.h29 void Add(const Location &loc) in Add()
Dcustom_url_breakpoint_response.cpp35 for (const auto &loc : locations_) { in Serialize() local
Dcustom_url_breakpoint_response.h81 void Add(CustomUrlBreakpointResponse &&loc) in Add()
Durl_breakpoint_response.h66 void AddLocation(Location &&loc) in AddLocation()
/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()
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/
Des2pandaMacros.cpp40 auto loc = position.ToLocation(); in CompilerBugAction() local
Ddiagnostic.cpp183 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/
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/lsp/src/
Dfind_safe_delete_location.cpp39 SafeDeleteLocation loc; in FindSafeDeleteLocationImpl() local
Dline_column_offset.cpp39 lexer::SourceLocation loc = index.GetLocation(pos); in ToLineColumnOffset() local
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/debugger/
Dbreakpoint.h46 for (const auto &loc : locations_) { in EnumerateLocations() local
/arkcompiler/toolchain/tooling/static/debugger/
Dbreakpoint.h46 for (const auto &loc : locations_) { in EnumerateLocations() local
/arkcompiler/ets_frontend/es2panda/typescript/core/
DdestructuringContext.cpp28 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/
DThrowingTypedParser.cpp51 lexer::SourceLocation loc = index.GetLocation(pos); in ThrowSyntaxError() local
/arkcompiler/ets_frontend/ets2panda/ir/
DastDump.cpp241 void AstDumper::SerializeLoc(const lexer::SourceRange &loc) in SerializeLoc()
257 lexer::SourceLocation loc = index_.GetLocation(pos); in SerializeSourcePosition() local

123