Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/taihe/test/ani_bundle/author/src/
DcustomizeData.impl.cpp54 void SetExtra(string_view extra) in SetExtra()
/arkcompiler/runtime_core/libpandabase/utils/
Dbit_memory_region.h171 T extra = data[index + (shift + (length - 1)) / width]; in Read() local
/arkcompiler/ets_runtime/ecmascript/platform/windows/
Dfile.cpp122 fd_t extra = CreateFileMapping(fd, NULL, prot, size >> 32, size & 0xffffffff, nullptr); in FileMap() 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()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ani/
Dani.h210 void *extra; member