Searched refs:CallFrame (Results 1 – 8 of 8) sorted by relevance
59 struct CallFrame;75 llvm::Error InitializeCallFrame(ArgumentsRef arguments, CallFrame* call_frame,82 CallFrame* call_frame) const;102 void Execute(CallFrame& call_frame, const ExecuteOpts& opts) const;131 struct CallFrame { struct
56 Executable::CallFrame* call_frame = nullptr;189 CallFrame* call_frame, in InitializeCallFrame()265 CallFrame call_frame; in Execute()305 void Executable::Execute(CallFrame& call_frame, const ExecuteOpts& opts) const { in Execute()327 CallFrame* call_frame) const { in ReturnResults()
115 func (thread *Thread) CallFrame(depth int) CallFrame { func125 frames := make([]CallFrame, len(thread.stack))203 type CallStack []CallFrame207 func (stack CallStack) At(i int) CallFrame { return stack[len(stack)-1-i] }210 func (stack *CallStack) Pop() CallFrame {239 type CallFrame struct { struct244 func (fr *frame) asCallFrame() CallFrame {245 return CallFrame{
198 filename := filepath.Join(filepath.Dir(thread.CallFrame(0).Pos.Filename()), module)436 caller := thread.CallFrame(1)
129 Executable::CallFrame call_frame; in TestUnaryMlirBenchmark()162 Executable::CallFrame call_frame; in RunUnaryMlirBenchmark()
140 Executable::CallFrame call_frame; in RunJitRtBenchmark()
111 Executable::CallFrame call_frame; in RunMatMulMlirBenchmark()
594 runtime::Executable::CallFrame call_frame; in ExecuteJitRt()