Home
last modified time | relevance | path

Searched refs:stack_bytes (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/convert/
Dxplane_to_memory_profile.cc290 int64 stack_bytes = in InsertSpecialAllocations() local
292 if (stack_bytes > 0) { in InsertSpecialAllocations()
296 special_allocation->set_requested_bytes(stack_bytes); in InsertSpecialAllocations()
297 special_allocation->set_allocation_bytes(stack_bytes); in InsertSpecialAllocations()
/external/libffi/src/aarch64/
Dffi.c579 size_t stack_bytes, rtype_size, rsize; in ffi_call_int() local
586 stack_bytes = cif->bytes; in ffi_call_int()
603 context = alloca (sizeof(struct call_context) + stack_bytes + 32 + rsize); in ffi_call_int()
605 frame = (void*)((uintptr_t)stack + (uintptr_t)stack_bytes); in ffi_call_int()
/external/python/cpython2/Modules/_ctypes/libffi/src/aarch64/
Dffi.c815 size_t stack_bytes; in ffi_call() local
821 stack_bytes = ALIGN(cif->bytes, 16); in ffi_call()
826 ffi_call_SYSV (aarch64_prep_args, &context, &ecif, stack_bytes, fn); in ffi_call()
885 stack_bytes, fn); in ffi_call()