Home
last modified time | relevance | path

Searched refs:Segment (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_segmenter.h31 static JSTaggedValue Segment(EcmaRuntimeCallInfo *argv);
H A Dbuiltins_segmenter.cpp75 JSTaggedValue BuiltinsSegmenter::Segment(EcmaRuntimeCallInfo *argv) in Segment() function in panda::ecmascript::builtins::BuiltinsSegmenter
78 BUILTINS_API_TRACE(thread, Segmenter, Segment); in Segment()
H A Dbuiltins.cpp3618 SetFunction(env, sgPrototype, "segment", Segmenter::Segment, FunctionLength::ONE); in InitializeSegmenter()
/arkcompiler/ets_runtime/ecmascript/
H A Decma_string_table.h93 stringTable_.fill(Segment()); in EcmaStringTable()
168 struct Segment { struct in panda::ecmascript::EcmaStringTable
173 std::array<Segment, SEGMENT_COUNT> stringTable_;
H A Druntime_call_id.h446 V(Segmenter, Segment) \
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
H A Delf_builder.h443 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 Dbuiltins_segmenter_test.cpp86 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 Dsnapshot_processor.cpp710 reinterpret_cast<uintptr_t>(Segmenter::Segment),

Completed in 16 milliseconds