Home
last modified time | relevance | path

Searched defs:stack_offset (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/libffi/src/avr32/
H A Dffi.c74 unsigned int stack_offset = 0; in ffi_prep_args() local
277 register unsigned int stack_offset = 0; in ffi_prep_incoming_args_SYSV() local
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/libffi/src/avr32/
Dffi.c74 unsigned int stack_offset = 0; in ffi_prep_args() local
277 register unsigned int stack_offset = 0; in ffi_prep_incoming_args_SYSV() local
/aosp_15_r20/art/compiler/utils/arm/
H A Dassembler_arm_vixl.cc370 void ArmVIXLAssembler::StoreRegisterList(RegList regs, size_t stack_offset) { in StoreRegisterList()
391 void ArmVIXLAssembler::LoadRegisterList(RegList regs, size_t stack_offset) { in LoadRegisterList()
/aosp_15_r20/external/jemalloc_new/src/
H A Dtcache.c386 size_t stack_offset = 0; in tcache_init() local
456 size_t size, stack_offset; in tcache_create_explicit() local
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/experimental/
H A D__init__.py65 def _warn_experimental(api_name, stack_offset): argument
/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator.cc603 size_t stack_offset = static_cast<size_t>(pointer_size); // Start after the ArtMethod*. in CreateStringBuilderAppendLocations() local
1736 size_t stack_offset = codegen->GetFirstRegisterSlotInSlowPath(); in SaveLiveRegisters() local
1760 size_t stack_offset = codegen->GetFirstRegisterSlotInSlowPath(); in RestoreLiveRegisters() local
H A Dcode_generator_x86.cc5527 int stack_offset = slow_path->GetStackOffsetOfCoreRegister(location.AsRegister<Register>()); in GetInvokeStaticOrDirectExtraParameter() local
7064 int stack_offset = ensure_scratch.IsSpilled() ? kX86WordSize : 0; in MoveMemoryToMemory() local
7245 int stack_offset = ensure_scratch.IsSpilled() ? kX86WordSize : 0; in Exchange() local
7256 int stack_offset = ensure_scratch.IsSpilled() ? kX86WordSize : 0; in Exchange32() local
7279 int stack_offset = ensure_scratch1.IsSpilled() ? kX86WordSize : 0; in ExchangeMemory() local
H A Dcode_generator_arm_vixl.cc182 size_t stack_offset) { in SaveContiguousSRegisterList()
231 size_t stack_offset) { in RestoreContiguousSRegisterList()
304 size_t stack_offset = codegen->GetFirstRegisterSlotInSlowPath(); in SaveLiveRegisters() local
342 size_t stack_offset = codegen->GetFirstRegisterSlotInSlowPath(); in RestoreLiveRegisters() local
7613 int stack_offset = ensure_scratch.IsSpilled() ? kArmWordSize : 0; in Exchange() local
H A Dcode_generator_arm64.cc188 size_t stack_offset = codegen->GetFirstRegisterSlotInSlowPath(); in SaveLiveRegisters() local
984 size_t stack_offset = calling_convention.GetStackOffsetOf(stack_index_); in GetNextLocation() local
H A Dcode_generator_x86_64.cc6580 int stack_offset = ensure_scratch.IsSpilled() ? kX86_64WordSize : 0; in ExchangeMemory32() local
6593 int stack_offset = ensure_scratch.IsSpilled() ? kX86_64WordSize : 0; in ExchangeMemory64() local
H A Dcode_generator_riscv64.cc197 size_t stack_offset = calling_convention.GetStackOffsetOf(stack_index_); in GetNextLocation() local
/aosp_15_r20/art/libelffile/dwarf/
H A Dexpression.h69 void WriteOpFbreg(int32_t stack_offset) { in WriteOpFbreg()
/aosp_15_r20/art/compiler/utils/arm64/
H A Dassembler_arm64.h104 void SaveRestoreZRegisterList(uint32_t vreg_bit_vector, int64_t stack_offset) { in SaveRestoreZRegisterList()
/aosp_15_r20/art/runtime/oat/
H A Djni_stub_hash_map.cc122 size_t stack_offset = 0; in JniStubKeyOptimizedHash() local
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/rtasm/
H A Drtasm_x86sse.h57 unsigned stack_offset:16; member
/aosp_15_r20/external/lzma/Asm/x86/
H A DAesOpt.asm138 stack_offset = 16 * num_save_mm_regs2 + (stack_param_offset mod 16) define
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dgraph_executor.cpp499 const int64_t stack_offset = stack_size - num_inputs; in detachVariables() local
/aosp_15_r20/art/runtime/
H A Dthread.cc4444 const size_t stack_offset = stack_index * kFrameSlotSize; in VisitQuickFramePrecise() local