Home
last modified time | relevance | path

Searched defs:call_frame (Results 1 – 11 of 11) sorted by relevance

/external/libffi/src/s390/
Dffi.c63 struct call_frame struct
72 extern void FFI_HIDDEN ffi_call_SYSV(struct call_frame *, unsigned, void *, argument
/external/libffi/src/x86/
Dffi.c217 struct call_frame struct
219 void *ebp; /* 0 */
220 void *retaddr; /* 4 */
221 void (*fn)(void); /* 8 */
222 int flags; /* 12 */
223 void *rvalue; /* 16 */
224 unsigned regs[3]; /* 20-28 */
/external/tensorflow/tensorflow/core/kernels/data/
Dsingle_threaded_executor_test.cc84 Status Run(CallFrameInterface* call_frame) { in Run()
152 FunctionCallFrame call_frame({DT_FLOAT, DT_FLOAT}, {DT_FLOAT}); in TEST_F() local
187 FunctionCallFrame call_frame({DT_FLOAT}, {DT_FLOAT}); in TEST_F() local
236 FunctionCallFrame call_frame({DT_FLOAT}, {DT_FLOAT}); in TEST_F() local
253 FunctionCallFrame call_frame({}, {}); in TEST_F() local
268 FunctionCallFrame call_frame({DT_FLOAT}, {DT_FLOAT}); in TEST_F() local
Dmap_defun_op.cc222 auto* call_frame = new MapFunctionCallFrame(compute_opts, this, i); in ComputeAsync() local
/external/libffi/src/arm/
Dffi.c337 struct call_frame struct
346 extern void ffi_call_SYSV (void *stack, struct call_frame *, argument
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_op_kernel.h256 CallFrameInterface* call_frame() const { return context_->call_frame(); } in call_frame() function
/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor.h99 CallFrameInterface* call_frame = nullptr; member
Dfunction.cc240 CallFrameInterface* call_frame, in Run()
252 CallFrameInterface* call_frame) { in RunSync()
1291 CallFrameInterface* call_frame) { in RunSync()
Ddirect_session.cc497 CallFrameInterface* call_frame, ExecutorsAndKeys* executors_and_keys, in RunInternal()
866 FunctionCallFrame call_frame(executors_and_keys->input_types, in Run() local
1984 RunCallableCallFrame call_frame(this, executors_and_keys.get(), in RunCallable() local
/external/tensorflow/tensorflow/core/framework/
Dop_kernel.h684 CallFrameInterface* call_frame = nullptr; member
1127 CallFrameInterface* call_frame() const { return params_->call_frame; } in call_frame() function
/external/tensorflow/tensorflow/core/kernels/
Dfunctional_ops.cc649 BodyFuncCallFrame call_frame(&args, &body_rets, loop_var_types); in DoComputeSync() local