Home
last modified time | relevance | path

Searched defs:segment (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/arkguard/src/utils/
DSourceMapMergingUtil.ts103 for (const segment of line) { constant
107 const source = this.sources[segment[SegmentIndex.SOURCE_INDEX]]; constant
117 let name: string = segment.length === 5 ? this.names[segment[SegmentIndex.NAME_INDEX]] : ''; variable
/arkcompiler/ets_frontend/
Dbundle.json6 "segment": { object
/arkcompiler/jsvm/
Dbundle.json7 "segment": { object
/arkcompiler/toolchain/
Dbundle.json10 "segment": { object
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
Delf_builder.h276 for (auto segment : segments_) { in ~ElfBuilder() local
277 delete segment; in ~ElfBuilder() local
464 auto *segment = new Segment(startAddress_, startOffset_, type, flags, PAGE_SIZE_VALUE); in builder_() local
885 for (auto segment : segments_) { in Write() local
/arkcompiler/ets_runtime/ecmascript/
Djs_segments.cpp143 JSHandle<EcmaString> segment = in CreateSegmentDataObject() local
/arkcompiler/ets_runtime/
Dbundle.json10 "segment": { object
/arkcompiler/runtime_core/
Dbundle.json10 "segment": { object
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_segmenter_test.cpp114 HWTEST_F_L0(BuiltinsSegmenterTest, segment) in HWTEST_F_L0() argument