Searched refs:PrepareForExecution (Results 1 – 10 of 10) sorted by relevance
123 PrepareForExecution(lldb::addr_t &func_addr, lldb::addr_t &func_end,
53 absl::Status PrepareForExecution();
269 RETURN_IF_ERROR(runtime->PrepareForExecution()); in NewRun()
354 absl::Status Runtime::PrepareForExecution() { in PrepareForExecution() function in tflite::gpu::gl::Runtime
605 RETURN_IF_ERROR(runtime_ptr->PrepareForExecution()); in Build()
117 PrepareForExecution(lldb::addr_t &func_addr, lldb::addr_t &func_end,
122 Status jit_error = parser.PrepareForExecution( in Install()
655 Status jit_error = parser.PrepareForExecution( in Parse()
1310 lldb_private::Status ClangExpressionParser::PrepareForExecution( in PrepareForExecution() function in ClangExpressionParser
83 Status jit_error(m_parser->PrepareForExecution( in WriteFunctionWrapper()