Searched defs:call_frame (Results 1 – 11 of 11) sorted by relevance
/external/libffi/src/s390/ |
D | ffi.c | 63 struct call_frame struct 72 extern void FFI_HIDDEN ffi_call_SYSV(struct call_frame *, unsigned, void *, argument
|
/external/libffi/src/x86/ |
D | ffi.c | 217 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/ |
D | single_threaded_executor_test.cc | 84 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
|
D | map_defun_op.cc | 222 auto* call_frame = new MapFunctionCallFrame(compute_opts, this, i); in ComputeAsync() local
|
/external/libffi/src/arm/ |
D | ffi.c | 337 struct call_frame struct 346 extern void ffi_call_SYSV (void *stack, struct call_frame *, argument
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | xla_op_kernel.h | 256 CallFrameInterface* call_frame() const { return context_->call_frame(); } in call_frame() function
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | executor.h | 99 CallFrameInterface* call_frame = nullptr; member
|
D | function.cc | 240 CallFrameInterface* call_frame, in Run() 252 CallFrameInterface* call_frame) { in RunSync() 1291 CallFrameInterface* call_frame) { in RunSync()
|
D | direct_session.cc | 497 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/ |
D | op_kernel.h | 684 CallFrameInterface* call_frame = nullptr; member 1127 CallFrameInterface* call_frame() const { return params_->call_frame; } in call_frame() function
|
/external/tensorflow/tensorflow/core/kernels/ |
D | functional_ops.cc | 649 BodyFuncCallFrame call_frame(&args, &body_rets, loop_var_types); in DoComputeSync() local
|