Home
last modified time | relevance | path

Searched defs:extra (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/platform/windows/
Dfile.cpp118 fd_t extra = CreateFileMapping(fd, NULL, prot, size >> 32, size & 0xffffffff, nullptr); in FileMap() local
/arkcompiler/runtime_core/libpandabase/utils/
Dbit_memory_region.h171 T extra = data[index + (shift + (length - 1)) / width]; in Read() local
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dbit_memory_region.h174 T extra = data[index + (shift + (length - 1)) / width]; in Read() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Delf_checker.cpp156 …apAddress, int64_t offset, size_t maxsize, ElfCommand cmd, Elf* parent, ElfKind kind, size_t extra) in ElfAllocate()