Home
last modified time | relevance | path

Searched refs:call_frame (Results 1 – 6 of 6) sorted by relevance

/third_party/libffi/src/s390/
Dffi.c63 struct call_frame struct
72 extern void FFI_HIDDEN ffi_call_SYSV(struct call_frame *, unsigned, void *, argument
315 struct call_frame *frame; in ffi_call_int()
356 stack = alloca (bytes + sizeof(struct call_frame) + rsize); in ffi_call_int()
357 frame = (struct call_frame *)(stack + bytes); in ffi_call_int()
/third_party/libffi/src/x86/
Dffi.c217 struct call_frame struct
256 extern void FFI_DECLARE_FASTCALL ffi_call_i386(struct call_frame *, char *) FFI_HIDDEN;
263 struct call_frame *frame; in ffi_call_int()
298 frame = (struct call_frame *)(stack + bytes); in ffi_call_int()
672 struct call_frame *frame; in ffi_raw_call()
706 frame = (struct call_frame *)(stack + bytes); in ffi_raw_call()
/third_party/libffi/src/arm/
Dffi.c337 struct call_frame struct
346 extern void ffi_call_SYSV (void *stack, struct call_frame *, argument
348 extern void ffi_call_VFP (void *vfp_space, struct call_frame *,
359 struct call_frame *frame; in ffi_call_int()
384 stack = alloca (vfp_size + bytes + sizeof(struct call_frame) + rsize); in ffi_call_int()
393 frame = (struct call_frame *)(stack + bytes); in ffi_call_int()
/third_party/jinja2/
Dcompiler.py1243 call_frame, macro_ref = self.macro_body(node, frame)
1245 self.macro_def(macro_ref, call_frame)
/third_party/skia/third_party/externals/jinja2/
Dcompiler.py1243 call_frame, macro_ref = self.macro_body(node, frame)
1245 self.macro_def(macro_ref, call_frame)
/third_party/node/tools/inspector_protocol/jinja2/
Dcompiler.py1187 call_frame, macro_ref = self.macro_body(node, frame)
1189 self.macro_def(macro_ref, call_frame)