Searched defs:off (Results 1 - 12 of 12) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/ |
| H A D | interference_graph.h | 328 size_t off = 0; in AssignColors() local 383 static size_t FirstFree(const T &nbrBs, const T &nbrBsBias, size_t colors, size_t off) in FirstFree() argument
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ark_frame_lowering/ |
| H A D | frame_builder.cpp | 316 auto off = calleeOffset; in EmitCSRSaveRestoreCode() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| H A D | adjust_arefs.cpp | 172 auto off = GetGraph()->GetRuntime()->GetArrayDataOffset(GetGraph()->GetArch()); in ProcessChain() local 246 uint64_t off = GetGraph()->GetRuntime()->GetArrayDataOffset(GetGraph()->GetArch()); in ProcessIndex() local
|
| /arkcompiler/runtime_core/static_core/static_linker/ |
| H A D | linker_code_parser_context.cpp | 267 auto off = dbg->GetOffset(); in ProcessCodeData() local
|
| /arkcompiler/runtime_core/platforms/windows/libpandabase/ |
| H A D | mem.cpp | 84 static DWORD mem_select_lower_bound(off_t off) in mem_select_lower_bound() argument 91 static DWORD mem_select_upper_bound(off_t off) in mem_select_upper_bound() argument 100 void *mmap([[maybe_unused]] void *addr, size_t len, uint32_t prot, int flags, int fildes, off_t off) in mmap() argument
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
| H A D | gep_propagation.cpp | 338 auto off = queue.pop_back_val(); in OptimizeGepoffs() local
|
| /arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/ |
| H A D | mem.cpp | 86 static DWORD mem_select_lower_bound(off_t off) in mem_select_lower_bound() argument 93 static DWORD mem_select_upper_bound(off_t off) in mem_select_upper_bound() argument 103 void *mmap([[maybe_unused]] void *addr, size_t len, uint32_t prot, int flags, int fildes, off_t off) in mmap() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| H A D | memlayout.h | 133 void SetOffset(int64 off) in SetOffset() argument
|
| /arkcompiler/runtime_core/libpandabase/os/ |
| H A D | debug_info.cpp | 386 Dwarf_Off off = 0; in GetFunctionName() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/os/ |
| H A D | debug_info.cpp | 470 Dwarf_Off off = 0; in GetFunctionName() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | new_object_stub_builder.cpp | 1592 auto off = *startOffset;
in InitializeWithSpeicalValue() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/ |
| H A D | encode.cpp | 515 auto off = (offset >> vixl::aarch64::kInstructionSizeLog2); in CanMakeCallByOffset() local
|
Completed in 18 milliseconds