Searched refs:Segment (Results 1 - 8 of 8) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_segmenter.h | 31 static JSTaggedValue Segment(EcmaRuntimeCallInfo *argv);
|
H A D | builtins_segmenter.cpp | 75 JSTaggedValue BuiltinsSegmenter::Segment(EcmaRuntimeCallInfo *argv) in Segment() function in panda::ecmascript::builtins::BuiltinsSegmenter 78 BUILTINS_API_TRACE(thread, Segmenter, Segment); in Segment()
|
H A D | builtins.cpp | 3618 SetFunction(env, sgPrototype, "segment", Segmenter::Segment, FunctionLength::ONE); in InitializeSegmenter()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | ecma_string_table.h | 93 stringTable_.fill(Segment()); in EcmaStringTable() 168 struct Segment { struct in panda::ecmascript::EcmaStringTable 173 std::array<Segment, SEGMENT_COUNT> stringTable_;
|
H A D | runtime_call_id.h | 446 V(Segmenter, Segment) \
|
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/ |
H A D | elf_builder.h | 443 struct Segment { struct in ark::compiler::ElfBuilder 444 Segment(ElfAddr addr, ElfOff offset, ElfWord type, ElfWord flags, ElfWord align) in Segment() function 464 auto *segment = new Segment(startAddress_, startOffset_, type, flags, PAGE_SIZE_VALUE); in SegmentScope() 507 std::vector<Segment *> segments_; 511 Segment *currentSegment_ {nullptr}; 740 auto phdrSegment = new Segment(sizeof(ElfEhdr), sizeof(ElfEhdr), PT_PHDR, PF_R, sizeof(ElfOff)); in SettleSectionsForAot() 782 auto lodDynamicSegment = new Segment(*segments_.back()); in SettleSectionsForAot()
|
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
H A D | builtins_segmenter_test.cpp | 86 JSTaggedValue segments = BuiltinsSegmenter::Segment(ecmaRuntimeCallInfo); in JSSegmentsCreateTest() 129 JSTaggedValue result = BuiltinsSegmenter::Segment(ecmaRuntimeCallInfo); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
H A D | snapshot_processor.cpp | 710 reinterpret_cast<uintptr_t>(Segmenter::Segment),
|
Completed in 17 milliseconds