Home
last modified time | relevance | path

Searched defs:sec (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/taihe/test/ani_thread/author/src/
Dthread_test.impl.cpp29 void invokeFromOtherThreadAfter(double sec, callback_view<void()> cb) in invokeFromOtherThreadAfter()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Dan_file_info.h39 auto sec = ElfSection(s.first); in AddModuleDes() local
Dstub_file_info.h32 auto sec = ElfSection(s.first); in AddModuleDes() local
Delf_reader.cpp57 ElfSecName sec = secs[j]; in ParseELFSections() local
100 for (ElfSecName sec : secSet) { in ParseELFSections() local
183 for (ElfSecName sec : secSet) { in ParseELFSections() local
Dmodule_section_des.h41 uint64_t &addrAfterText, uint32_t &sizeAfterText, ElfSecName sec) const in UpdateRODataInfo()
Delf_builder.cpp166 for (ElfSecName sec : secSet) { in GetShIndex() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcode_generator.h150 uintptr_t GetSectionAddr(ElfSecName sec) const in GetSectionAddr()
155 uint32_t GetSectionSize(ElfSecName sec) const in GetSectionSize()
Dfile_generators.h53 bool IsRelaSection(ElfSecName sec) const in IsRelaSection()
116 uint64_t &addrAfterText, uint32_t &sizeAfterText, ElfSecName sec) const in UpdateRODataInfo()
Dfile_generators.cpp280 ElfSecName sec = curSec.GetElfEnumValue(); in CollectModuleSectionDes() local
294 ElfSecName sec = curSec.GetElfEnumValue(); in CollectAnModuleSectionDes() local
/arkcompiler/ets_runtime/ecmascript/
Ddate_parse.h429 static int NormMilliSecond(DateUnit sec) in NormMilliSecond()
Djs_date.cpp129 double JSDate::MakeTime(double hour, double min, double sec, double ms) in MakeTime()