Searched defs:segments (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_segments.cpp | 41 JSHandle<JSSegments> segments = JSHandle<JSSegments>::Cast(thisValue); in Containing() local 58 JSHandle<JSSegments> segments = JSHandle<JSSegments>::Cast(thisValue); in GetSegmentIterator() local
|
| D | builtins_segmenter.cpp | 94 JSHandle<JSSegments> segments = in Segment() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_segments.cpp | 25 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/ |
| D | builtins_segmenter_test.cpp | 86 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/ |
| D | SourceMapMergingUtil.ts | 167 const segments = this.mappings[line]; constant
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | elf_builder.cpp | 253 std::set<ElfSecName> segments; in GetSegmentNum() local 891 std::set<ElfSecName> segments; in PackELFSegment() local
|