Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.h118 bool IsRelaSection(ElfSecName sec) const in IsRelaSection()
148 uint32_t GetSectionSize(ElfSecName sec) const in GetSectionSize()
153 uintptr_t GetSectionAddr(ElfSecName sec) const in GetSectionAddr()
Dllvm_codegen.h231 uintptr_t GetSectionAddr(ElfSecName sec) const in GetSectionAddr()
236 uint32_t GetSectionSize(ElfSecName sec) const in GetSectionSize()
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
Drelocator.cpp40 bool Relocator::Relocate(Elf64_Rela *sec, uintptr_t symbolAddr, uintptr_t patchAddr) in Relocate()
/arkcompiler/ets_runtime/ecmascript/
Daot_file_manager.h353 auto sec = ElfSection(s.first); in AddModuleDes() local
398 auto sec = ElfSection(s.first); in AddModuleDes() local
Ddate_parse.h423 static int NormMilliSecond(DateUnit sec) in NormMilliSecond()
Djs_date.cpp134 double JSDate::MakeTime(double hour, double min, double sec, double ms) in MakeTime()