Home
last modified time | relevance | path

Searched defs:CallFrame (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/runtime/
H A Dexecutable.h131 struct CallFrame { struct
133 llvm::SmallVector<void*, 32> args;
146 llvm::SmallVector<uint8_t, 128> results;
149 bool has_set_outputs = false;
152 bool is_error = false;
157 llvm::StringRef error;
/aosp_15_r20/libcore/ojluni/src/test/java/lang/StackWalker/
H A DDumpStackTest.java54 static class CallFrame { class in DumpStackTest
57 CallFrame(Class<?> c, String methodname) { in CallFrame() method in DumpStackTest.CallFrame
60 CallFrame(String classname, String methodname) { in CallFrame() method in DumpStackTest.CallFrame
/aosp_15_r20/external/starlark-go/starlark/
H A Deval.go115 func (thread *Thread) CallFrame(depth int) CallFrame { func
239 type CallFrame struct { struct
240 Name string
241 Pos syntax.Position
/aosp_15_r20/prebuilts/module_sdk/art/current/test-exports/java/
Dcore-ojtests-public.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...