Home
last modified time | relevance | path

Searched defs:segments (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_segments.cpp41 JSHandle<JSSegments> segments = JSHandle<JSSegments>::Cast(thisValue); in Containing() local
58 JSHandle<JSSegments> segments = JSHandle<JSSegments>::Cast(thisValue); in GetSegmentIterator() local
Dbuiltins_segmenter.cpp94 JSHandle<JSSegments> segments = in Segment() local
/arkcompiler/ets_runtime/ecmascript/
Djs_segments.cpp25 void JSSegments::SetIcuBreakIterator(JSThread *thread, const JSHandle<JSSegments> &segments, in SetIcuBreakIterator()
42 void JSSegments::SetUString(JSThread *thread, const JSHandle<JSSegments> &segments, in SetUString()
59 void SetTextToBreakIterator(JSThread *thread, const JSHandle<JSSegments> &segments, in SetTextToBreakIterator()
78 JSHandle<JSSegments> segments(factory->NewJSObjectByConstructor(segmentsCtor)); in CreateSegmentsObject() local
89 JSTaggedValue JSSegments::Containing(JSThread *thread, const JSHandle<JSSegments> &segments, double… in Containing()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_segmenter_test.cpp86 JSTaggedValue segments = BuiltinsSegmenter::Segment(ecmaRuntimeCallInfo); in JSSegmentsCreateTest() local
218 …JSHandle<JSTaggedValue> segments(thread, JSSegmentsCreateTest(thread, locale, granularity, stringV… in HWTEST_F_L0() local
245 …JSHandle<JSTaggedValue> segments(thread, JSSegmentsCreateTest(thread, locale, granularity, stringV… in HWTEST_F_L0() local
272 …JSHandle<JSTaggedValue> segments(thread, JSSegmentsCreateTest(thread, locale, granularity, stringV… in HWTEST_F_L0() local
291 …JSHandle<JSTaggedValue> segments(thread, JSSegmentsCreateTest(thread, locale, granularity, stringV… in HWTEST_F_L0() local
311 …JSHandle<JSTaggedValue> segments(thread, JSSegmentsCreateTest(thread, locale, granularity, stringV… in HWTEST_F_L0() local
/arkcompiler/ets_frontend/arkguard/src/utils/
DSourceMapMergingUtil.ts167 const segments = this.mappings[line]; constant
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Delf_builder.cpp253 std::set<ElfSecName> segments; in GetSegmentNum() local
891 std::set<ElfSecName> segments; in PackELFSegment() local