Home
last modified time | relevance | path

Searched defs:off (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dmem.cpp84 static DWORD mem_select_lower_bound(off_t off) in mem_select_lower_bound()
91 static DWORD mem_select_upper_bound(off_t off) in mem_select_upper_bound()
100 void *mmap([[maybe_unused]] void *addr, size_t len, uint32_t prot, int flags, int fildes, off_t off) in mmap()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dadjust_arefs.cpp143 auto off = GetGraph()->GetRuntime()->GetArrayDataOffset(GetGraph()->GetArch()); in ProcessChain() local
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dinterference_graph.h282 size_t off = 0; in AssignColors() local
334 static size_t FirstFree(const T &nbr_bs, const T &nbr_bs_bias, size_t colors, size_t off) in FirstFree()
/arkcompiler/runtime_core/libpandabase/os/
Ddebug_info.cpp386 Dwarf_Off off = 0; in GetFunctionName() local
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch64/
Dencode.cpp334 auto off = (offset >> vixl::aarch64::kInstructionSizeLog2); in CanMakeCallByOffset() local